#holder {
	/*
	position: absolute;
	top: 280px;
	*/
	width: 100%;
}
#image_carousel {
	height: 320px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 830px; /* 975 */
	z-index: 2;
}




#carousel {
	height: 250px;
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 40px;
	/* width: 1px; */
	z-index: 0;
	padding: 0px; 
	clear: both;
}
#carousel li {
	background-image: url(../../images/carousel/img_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	height: 211px;
	position: relative;
	width: 276px; /* 326 */
	left: 0px; /* was 5px */
}
#carousel li:hover {
	background-position: bottom center;
}
#carousel li img { 
	left: 32px; /*if using bg image for each li, set offset */
	top: 5px;
	position: absolute;
	border: 0px;
	/*
	width: 262px; 
	height: 175px;
	*/
}


/* central feature */
a#main {
	width: 410px;
	display: block;
	padding-top: 310px;
	height: 1px;
	background-image: url(../../images/carousel/feature.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
	z-index: 3;
	position: relative;
}
/*
a#main:hover {
	background-position: bottom center;
}
*/


/* navigation buttons */
a#next, a#previous {
	background-repeat: no-repeat;	
	background-position: top center;
	padding-top: 45px;
	display: block;
	width: 50px;
	margin-top: -190px;
	height: 1px;
	position: absolute;
	z-index: 10;
}
a#next {
	background-image: url(../../images/carousel/arr_next.png);
	right: 0px;
}
a#next:hover {
	background-position: bottom center;
}
a#previous {
	background-image: url(../../images/carousel/arr_prev.png);
	left: 0px;
}
a#previous:hover {
	background-position: bottom center;
}