/* general styles */

.carousel {
    padding: 0 0 0 0;
    text-align: center;
    clear: both;
}

.carousel .agile_carousel {
	padding-top: 38px;
}
.carousel .agile_carousel .slides{
	top: 38px;
}
.carousel .agile_carousel .control_set {
	top: -38px;
}

.carousel .agile_carousel .control_set .numbered_button {
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	padding: 5px 7px;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid 		#ccc /*{c-bup-border}*/;
	background: 			#eee /*{c-bup-background-color}*/;
	font-weight: bold;
	color: 					#444 /*{c-bup-color}*/;
	text-shadow: 0 1px 1px #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fdfdfd, #eee); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fdfdfd, #eee); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fdfdfd, #eee); /* IE10 */
	background-image:      -o-linear-gradient(top, #fdfdfd, #eee); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fdfdfd, #eee);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.3);
	box-shadow: 1px 1px 4px rgba(0,0,0,.3);
}

/* control-set positions */
.carousel.control-set-inside .agile_carousel {
    padding-top: 0px;
}

.carousel.control-set-inside .agile_carousel .slides {
    top: 0px;
}

.carousel.control-set-topright .agile_carousel .control_set {
    position: relative;
    top: 5px;
    right: 15px;
    text-align: right;
}
.carousel.control-set-top-center .agile_carousel .control_set {
    position: relative;
    top: 5px;
    text-align: center;
}
/* end of control-set positions */

/* mini_numbered_button */
.carousel .agile_carousel .control_set .mini_numbered_button {
    padding: 2px 6px;
    background: #eee /*{c-bup-background-color}*/;
    color: #444 /*{c-bup-color}*/;
    text-shadow: 0 1px 1px #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eee); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #fdfdfd, #eee); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fdfdfd, #eee); /* IE10 */
    background-image: -o-linear-gradient(top, #fdfdfd, #eee); /* Opera 11.10+ */
    background-image: linear-gradient(top, #fdfdfd, #eee);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    opacity: 0.6;
    display: inline-block;
}
/* end of mini_numbered_button */

/* content_button */
.carousel .agile_carousel .control_set .content_button {
    padding: 2px 2px;
    background: #eee /*{c-bup-background-color}*/;
    color: #444 /*{c-bup-color}*/;
    text-shadow: 0 1px 1px #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eee); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #fdfdfd, #eee); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fdfdfd, #eee); /* IE10 */
    background-image: -o-linear-gradient(top, #fdfdfd, #eee); /* Opera 11.10+ */
    background-image: linear-gradient(top, #fdfdfd, #eee);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    width: 10%;
    font-size: 0px;
    opacity: 0.9;
    display: inline-block;
}
/* end of content_button */

/* dot_button */
.carousel .agile_carousel .control_set .dot_button,
.carousel .agile_carousel .control_set .dot_button.ac_selected{
    border-radius: 9px 9px 9px 9px;
    border-style: solid;
    border-width: 2px;
    display: table-cell;
    height: 9px;
    width: 9px;
    margin-left: 3px;
    margin-right: 3px;
    border-color: #FFFFFF;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    opacity: 0.6;
    display: inline-block;
}

.carousel .agile_carousel .control_set .dot_button a {
    border-radius: 5px 5px 5px 5px;
    height: 100%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#474747)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #000000, #474747); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #000000, #474747); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #000000, #474747); /* IE10 */
    background-image: -o-linear-gradient(top, #000000, #474747); /* Opera 11.10+ */
    background-image: linear-gradient(top, #000000, #474747);
    opacity: 0.5;
    display: block;
}

.carousel .agile_carousel .control_set .dot_button.ac_selected a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#507E8D), to(#71B3C8)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #507E8D, #71B3C8); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #507E8D, #71B3C8); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #507E8D, #71B3C8); /* IE10 */
    background-image: -o-linear-gradient(top, #507E8D, #71B3C8); /* Opera 11.10+ */
    background-image: linear-gradient(top, #507E8D, #71B3C8);
    opacity: 1;
}

/* end of dot_button */

.carousel .agile_carousel .control_set .ac_selected {
	border: 2px solid 		#bbbbbb;
	background: 			#dadada;
	font-weight: bold;
	color: 					#101010;
	text-shadow: 0 1px 1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dadada )); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ededed, #dadada ); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ededed, #dadada ); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ededed, #dadada ); /* IE10 */
	background-image:      -o-linear-gradient(top, #ededed, #dadada ); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ededed, #dadada );
}

.agile_carousel {
	-moz-user-select: none; 
	-khtml-user-select: none; 
	user-select: none;
}

/* reset styles */

.agile_carousel img {
	border: 0;
}

.agile_carousel p,
.agile_carousel ul,
.agile_carousel ul li {
margin: 0;
padding: 0;
}

/* agile carousel styles */

/* -----------------------------------*/
/*-- outer containers --*/
/* -----------------------------------*/

/*-- the most outer container rendered by JS 
Contains .slides .slide_content_... .persistent_content and controls that have "no_control_set" --*/

.agile_carousel {
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*-- container for all slides only --*/

.agile_carousel .slides {
	position: absolute;
	top: 0;
	left: 0;
}

/*-- individual slide --*/

.agile_carousel .slide {
	float: left;
}


/* -----------------------------------*/
/*-- default style for controls --*/
/* -----------------------------------*/


/*-- default styles for all control sets --*/

.agile_carousel .control_set {
	position: absolute;
	z-index: 4000;
}

/*-- default styles for all button containers --*/

.agile_carousel .button_container {
	z-index: 5000;	
}

/*-- default style for controls whose trigger type is "hover" --*/

.agile_carousel .ac_hover {
	cursor:text;	
}

/*-- style applied to all controls --*/

.agile_carousel .slide_button {
	z-index: 5000;
	cursor: pointer;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}

/*-- numbered button --*/

.agile_carousel .numbered_button {
	
}

/*-- group numbered button --*/

.agile_carousel .grouped_numbered_button {
	float: left;
}

/* -------------------------------------------- */
/*-- "things" that are not slides or controls --*/
/* -------------------------------------------- */

.agile_carousel .current_slide_number {
	cursor: text;
}

.agile_carousel .slide_count {
	cursor: text;
}


/* -------------------------------------------- */
/*-- #multiple_slides_visible styles --*/
/* -------------------------------------------- */

/*-- outer container --*/



/*-- slide container --*/

/*-- individual slides --*/

.agile_carousel .slide_inner {
    text-align: center;
    height: 100%;
}

.agile_carousel .photo {
    width: 100%;
}



/* -------------------------------------------- */
/*-- .carousel1 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

.carousel1 .agile_carousel {
	overflow: hidden;
	-moz-box-shadow: 0px 0px 4px #dfdfdf; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 0px #dfdfdf; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
}

/*-- hide the captions --*/
.carousel1 .caption {
	display: none;
}

/*-- .control_set_1 - includes: numbered_buttons --*/

.carousel1 .control_set_1 {
	float: right;
	position: relative;
	margin: 6px 2px 0 0;
}
.carousel1 .numbered_buttons_container {
	float: left;
}
.carousel1 .control_set_1 .slide_button {
	float: left;
}
.carousel1 .numbered_button {
	color: #000;
	padding: 2px 5px;
	font-size: 12px;
	margin-right: 4px;
	background-color: #d9d9d9;
	opacity: .6;
}
.carousel1 .numbered_buttons_container .ac_selected, .carousel1 .numbered_buttons_container .numbered_button:hover {
	color: #fff;
	background-color: #666;
	opacity: .9;
}
.carousel1 .persistent_content {
	top: 100px;
	left: 10px;
	color: #ccc;
	position: absolute;
	z-index: 5000;
}

/*-- "no control set" - includes: .hover_previous_button, .hover_next_button --*/

.hover_previous_next_button {
	position: absolute;
	top: 30px;
	width: 90px;
	height: 150px;
}
.hover_previous_next_button .hover_previous_next_button_inner {
	position: absolute;
	top: 60px;
	background-color: #d9d9d9;
	opacity: 0.5;
	width: 54px;
	height: 35px;
	display: block;
	overflow: hidden;
	text-indent: 1000px;
	background-image: url(../images/carousel/sprite_ac_normal.png);
	background-repeat: no-repeat;
}
.hover_previous_button {
	left: 0px;
}
.hover_next_button {
	right: 0px;
}
.hover_previous_button .hover_previous_next_button_inner {
	left: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-position: -298px 8px;
}
.hover_next_button .hover_previous_next_button_inner {
	right: 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: -351px 8px;
}



/* -------------------------------------------- */
/*-- .carousel2 styles --*/
/* -------------------------------------------- */

/*-- outer container --*/

.carousel2 .agile_carousel {
	overflow: hidden;
}

/*-- hide the captions --*/
.carousel2 .caption {
	display: none;
}

/*-- .control_set_1 - includes: numbered_buttons, .previous_next_button, .pause_button --*/

.carousel2 .control_set_1 {
	position: relative;
	text-align: center;
}
.carousel2 .control_set_1 .slide_button {
	display: inline-block;
}
.carousel2 .numbered_button {
	color: #000;
	font-size: medium;
	margin-right: 2px;
}
.carousel2 .previous_next_button,.pause_button {
	width: 10px;
	height: 18px;
	overflow: hidden;
	text-indent: 1000px;
	background-image: url(../images/carousel/sprite_ac_normal.png);
}
.carousel2 .previous_button {
	background-position: 0 3px;
}
.carousel2 .next_button {
	background-position: -48px 3px;
}
.carousel2 .pause_button {
	background-position: -24px 3px;
}
.carousel2 .control_set_1 .play_button {
	background-position: -70px 3px;
}
.carousel2 .previous_button, .carousel2 .pause_button {
	margin-right: 10px;
}

.carousel2 .control_set_1 .thumb > img {
	height: 100%;
	width: 100%;
/*	border:4px solid #FFFFFF;
*/	
}


/*-- .control_set_2 - includes: .conent_button --*/

.carousel2 .control_set_2 {
	left: 0;
	bottom: 0;
	width: 480px;
	height: 112px;
}
.carousel2 .content_button {
	float: left;
	width: 20%;
	height: 20px;
	text-align: center;
}
.carousel2 .content_buttons_container .ac_selected {
	background-image: url(../images/carousel/sprite_ac_normal.png);
	background-position: -124px 0;
}
.carousel2 .content_button_inner {
	background-color: #D9D9D9;
	margin-right: 2px;
	border: 4px solid #D9D9D9
/*	height: 100px;
	margin-top: 12px;
	border-right: 1px solid #f4f3f3;
	border-bottom: 1px solid #f4f3f3;
	border-left: 1px solid #f4f3f3;
*/
}
.carousel2 .ac_selected .content_button_inner  {
	background-color: #dfdddd;
	border-right: 1px solid #acabab;
	border-bottom: 1px solid #acabab;
	border-left: 1px solid #acabab;
		-moz-box-shadow: 1px 1px 1px 1px #000000; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 1px 1px #000000; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 1px 1px #000000; /* Opera 10.5, IE9, Chrome 10+ */
	
/*	height: 99px;
	width: 94px;
*/
}
.carousel2 .content_button p {
	margin-top: 4px;
	width: auto;
	line-height: 15px;
}
.carousel2 .content_button_inner:hover {
	background-color: #dfdddd;
}
.carousel2 .content_button img {
/*	border: 4px solid #fff;
	margin: 7px auto 0 auto;
*/
}
.carousel2 .persistent_content {
	top: 100px;
	left: 10px;
	color: #ccc;
	position: absolute;
	z-index: 5000;
}

/* begin product carousel 2 */
.carousel.product-carousel-2,
.carousel.category-carousel {
	overflow: hidden;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.3);
	box-shadow: 0px 1px 4px rgba(0,0,0,.3);
	-moz-border-radius: 				1em;
	-webkit-border-radius: 				1em;
	border-radius: 						1em;
	border: 1px solid 		#ccc;
}
/*
.carousel.product-carousel-2 .agile_carousel .control_set,
.carousel.category-carousel .agile_carousel .control_set {
	top: -33px;
}*/
.carousel.product-carousel-2 a.photo_link {
	width: 50%;
	display: block;
	float: left;
	text-decoration: none;
}
.carousel.category-carousel a.photo_link {
	width: 33%;
	display: block;
	float: left;
	text-decoration: none;
}
.carousel.product-carousel-2 a.photo_link span.title,
.carousel.product-carousel-2 a.photo_link span.sku,
.carousel.product-carousel-2 a.photo_link span.price,
.carousel.category-carousel a.photo_link span.title,
.carousel.category-carousel a.photo_link span.sku,
.carousel.category-carousel a.photo_link span.price {
	color: #444444;
	display: block;
	font-size: medium;
}
.carousel.product-carousel-2 a.photo_link span.price,
.carousel.category-carousel a.photo_link span.price {
	font-weight: bold;
}
.carousel.product-carousel-2 a.photo_link span.title,
.carousel.category-carousel a.photo_link span.title {
	text-decoration: underline;
	color: #2489CE;
	font-weight: bold;
}
/* end product carousel 2 */

/* fixes the white space under carousel */
div.carousel div.slide_inner a.photo_link {
	display: block;
	width: 100%;
	font-size: 0px;
}
