@charset "utf-8";
/* CSS Document */

#carousel {
	height:375px;
	width:466px;
	overflow:hidden;
	position:relative;	
}

#carousel ul {
	height:375px;
	width:466px;
	overflow:hidden;	
}

#carousel li {
	height:375px;
	width:466px;
}

#carousel li .image-wrapper {
	width:466px;
	height:310px;
	overflow:hidden;
	text-align:center;
	background:#000;
}

#carousel li .description {
	height:65px;
	background:#414042;
}
#carousel li .description p {
	padding:10px;
	font-size:12px;
	color:#FFF;
	line-height: 1.2;
}

#prevSlide, #nextSlide {
	position:absolute;
	top:163px;
	height:30px;
	width:30px;
	z-index:100;
	background:url(../images/carousel-sprite.png) left top no-repeat;
}
#nextSlide {
	right:0;
	background-position:right top;
}