#slideshow_container {
	position: relative;
	width: 400px;
	height: 323px;
	background-color: #787878;
}

#slideshow_container .viewer {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 380px;
	height: 222px;
	
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
}

#slideshow_container .viewer div {
	color: #fff;
}

#slideshow_container .caption {
	position: absolute;
	top: 240px;
	left: 10px;
	width: 380px;
	height: 20px;
	
	color: #fff;
	font-size: 0.8em;
	line-height: 20px;
	text-align: center;
	
	overflow: hidden;
}

#slideshow_container .carousel_container {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 380px;
	height: 48px;
}

#slideshow_container .carousel_container a {
	position: absolute;
	top: 0px;
	width: 25px;
	height: 48px;
	
	outline: none;
	
	background-position: center center;
	background-repeat: no-repeat;
}
#slideshow_container .carousel_container a.left  { left: 0px;  background-image: url(images/left.png);  }
#slideshow_container .carousel_container a.right { right: 0px; background-image: url(images/right.png); }

#slideshow_container .carousel_container .carousel_scroller {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 330px;
	height: 48px;
	
	overflow: hidden;
}

#slideshow_container .carousel_container .carousel_scroller .carousel_content {
	height: 48px;
	
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#slideshow_container .carousel_container .carousel_scroller .carousel_content a {
	position: relative;
	display: block;
	width: 55px;
	height: 48px;
	
	float: left;
	
	outline: none;
	border: none;
	
	background-image: url(images/dropshadow.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#slideshow_container .carousel_container .carousel_scroller .carousel_content a.current { background-image: url(images/dropshadow-current.png); }

#slideshow_container .carousel_container .carousel_scroller div a img {
	display: block;
	width: 55px;
	height: 48px;
	
	border: none;
	
	background-position: center center;
	background-repeat: no-repeat;
}
