/* *************** Carousel *************** */

/* each image is 32x54, 18px between each img, total width 50px/img */

.javascript_on #carousel_container {
	padding:8px 0 0 8px; /* padding:8px 0 0 8px; */
	/*margin-left:-10px;*/
	float:left;
	width:320px; /* needed for Chrome, 300 + 20 + 20 */
}

.javascript_on #carousel_images {
	width:260px; /* 50 * number of visible icons */
	overflow:hidden;
	float:left;
	position:relative;
}

.javascript_on #carousel_slider {
	white-space:nowrap;
	position:relative;
}
#carousel_slider img {
	padding:0 8px; /* 9 */
}

.javascript_on #carousel_left_arrow {
	background:transparent url(/images/minicarousel/slideshow_arrows.png) no-repeat -60px 0px;
	width:20px;
	height:23px;
	float:left;
	margin-top:4px;
}
.javascript_on #carousel_right_arrow {
	background:transparent url(/images/minicarousel/slideshow_arrows.png) no-repeat -30px 0px;
	width:20px;
	height:23px;
	float:left;
	margin-top:4px;
}
