@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:     carouselGallery.css
 Author:        
 Style Info:    carouselGallery
----------------------------------------------------------- */

#carouselGallery {
	width: 430px;
	height: 150px;
	position:relative;
	background-position: center top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#carouselGallery #carouselPrev {
	position: absolute;
	left: 0;
	width: 30px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(./btn_prev.gif) left center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#carouselGallery #carouselNext {
	position: absolute;
	right: 0;
	width: 30px;
	height: 160px;
	margin: 0;
	padding: 0;
	background: url(./btn_next.gif) right center no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#carouselGallery #Backs {
	width: 414px;
}

#carouselGallery #carouse {
	width: 400px;
	height: 100%;
	margin-left: 15px;
	overflow: hidden;
	background-position: center top;
}
#carouselGallery #carouselInner table.carouselColumn {
	width: 400px;
	height: 150px;
	padding: 0;
	float:left;
}
#carouselGallery #carouselInner table.carouselColumn td {
	width: 117px;
	vertical-align: middle;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
#carouselGallery #carouselInner table.carouselColumn td a {
/*    display: block;
    text-align: center;*/
}
#carouselGallery #carouselInner table.carouselColumn td img {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	background-color: #fff;
	border: 0 none;
	width: 117px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
