

#carouselMain {
	width: 744px;
	height: 200px;
	position: relative;
	margin: 0px;
	overflow: hidden;
	_margin:0;}

#carouselLeft {
	float: left;
	margin: 0px;
	padding: 0px;}
	
#carouselRight	{
	float: right;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}		
#carouselMain .slide {
	position: absolute;
	top: 0px;
	border: 0px;
	left: 0px;}

#carouselMain .slide .slideText {
	font-size: 10px;
	position: absolute;
	left: 535px;
	top: 8px;
	background-color: transparent;
	width: 200px;
	padding-left: 4px;
	z-index: 10000;
	color:#cccccc;}
	
#carouselMain .slide a{ color:#cccccc; text-decoration: underline;}
#carouselMain .slide a:hover{ color:#cccccc; text-decoration: none;}
#carouselMain .thumbContainer {
	position: absolute;
	width: 460px;
	left: 540px;
	top: 168px;}

#carouselMain .thumbContainer .controls img {padding-right: 2px;}

#carouselMain .thumbContainer {*background-color: transparent;	height: 48px;}

#carouselMain .featureButton {
	position: relative;
	float: left;
	left: 4px;
	width: 34px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;}

#carouselMain .featureButton img {
	position: relative;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	margin-left: 1px;
}