/* Contains specific content for CSS layout of carousel */
/* Last updated 15/11/09 */

/* Carousel Layout */
.carousel {
	float:left;
	background:#FFF;
	padding-left:1px;
	clear:both;
	z-index:1;
	position:relative;
	padding:5px 0 0 0;
}
.carousel div {
	/*width:664px;*/
	width:750px;
	height:79px;
	overflow:hidden; 
	margin:0 0 0 23px;
	z-index:1;
}
.carousel #buttons {
	padding-top:7px;
	font-size:12px;
	clear:both;
	position:relative;
	color:#000;
	margin-bottom:0;
	float:left;
	z-index:1;
}

#buttons a {
	float:left;
	position:absolute;
	padding:0 0 0 10px;
	margin-top:1px;
	font-size:10px;
	color:#C29D00;
	z-index:1;
}

#buttons a.rightbutton{
	text-indent:-999em;
	width:20px;
	height:20px;
	margin:0 0 0 13;
	padding:0 13px 2px 0;
	left:776px;
	top:25px;
	background:url(../images/arrow-right-carousel.gif) no-repeat;
	z-index:1;
}

#buttons a.leftbutton {
	text-indent:-999em;
	width:20px;
	height:20px;
	margin:0;
	padding:0 0 2px 0;
	top:25px;
	left:0;
	background:url(../images/arrow-left-carousel.gif) no-repeat;
	z-index:1;
}

*:first-child+html #buttons a.rightbutton{
	top:35px;
}

*:first-child+html #buttons a.leftbutton{
	top:35px;
}

.carousel ul.image-features {
	height:166px;
	width:30000px;
	float:none;
	border:none;
}
.carousel ul.image-features li {
	width:120px;
	height:79px;
	margin-right:6px;
	background-image:none;
	
}

.carousel ul.image-features li a{
	height:79px;
	display:block;
	text-indent:-999em;
}

.carousel ul.image-features li.active a{
	background:url(../images/carousel-hover.gif) top left no-repeat;
}

.carousel ul.image-features li a:hover{
	background:url(../images/carousel-hover.gif) top left no-repeat;
}

/* Image Feature List */

ul.image-features {
	float:left;
	margin-bottom:15px;
}

ul.image-features li {
	width:120px;
	float:left;
	list-style:none;
}

ul.image-features li img {
	height:79px;
	width:120px;
	margin-top:16px;
	border:0;
}

