.lt {
	float: left;
}
.rt {
	float: right;
}
.no-margin {
	margin: 0px !important;
}
#carousel {
	position: relative;
	width: 616px;
	height: 100%;
	padding-top: 1px;
	border: 1px solid #a59e9e;
	background-color:#eaeaea;
}
#carousel a {
	color: #00f;
}
#carousel .cs-current {
	border: 0;
	text-decoration: none;
	cursor: hand;
}

#carousel #stage_topbar{
	height:20px;
	width:615px;
	background-image:url(window_topbar.gif);
	background-repeat:no-repeat;
	
	


}
#carousel ul#c-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	display: block;
	top: 10px;
	left: 9px;
	width: auto;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
}
#carousel ul#c-tabs li {
	height: 19px;
	width: 87px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#carousel ul#c-tabs li a {
	background: transparent url('tab_off.png') no-repeat top left;
	padding: 3px 0 3px 10px;
	height: 13px;
	width: 77px;
	display: block;
	text-decoration: none;
	color: #333;
}
#carousel ul#c-tabs li a.on {
	background: transparent url('tab_on.png') no-repeat top left;
	color: #00f;
}
#carousel #c-stage {

	width: 600px;
	height: 100%;
	margin: 15px 12px 5px;
	font-family: Verdana,Arial,Helvetica;
}
#carousel #c-stage img {
	#margin-top: 32px;
	width: 600px;
	height: 268px; 
	border: 1px solid #666;
}
#carousel #c-stage img.c-splash {
	width: 600px;
	height: 368px; 
	border: 0;
}
#carousel #c-stage h3 {
	color: #cc1c0d;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
}
#carousel #c-stage p {
	color: #000;
	font-size: 12px;
	margin: 2px 0 13px 0;
	padding: 0 5px;
}
#carousel #c-stage span {
	font-size: 10px;
	padding: 0 5px;
}
#carousel #c-scroll {
	position: absolute;
	top: 400px;
	width: 630px;
	height: 82px;
}
#carousel #c-scrollbox {
	width: 572px;
	height: 86px;
	overflow: hidden;
	position: absolute;
	float: left;
	margin-left: 30px;
	#margin-left: 0px;
}
#carousel #c-scroller {
	width: 2680px;
	height: 86px;
	position: absolute;
}
#c-scroller .cs-item {
	position: relative;
	float: left;
	width: 108px;
	margin-right: 8px;
	height: 86px;
	background-image: url('thumb_bg.png');
}
#c-scroller .cs-page .cs-item img {
	width: 108px;
	height: 50px;
	border: 0px;
	margin-top: 8px;
}
#c-scroller .cs-page a {
	border: 0px;
	text-decoration: none;
}
#c-scroller .cs-page a.on .cs-item {
	border: 0px;
	background-image: url('thumb_bg_on.png');
}
#c-scroller .cs-page .cs-item p {
	color: #fff;
	font-family: Verdana;
	font-size: 9px;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	border: 0;
}
#c-scroller .cs-item .play {
	position: absolute;
	background-image: url('play.png');
	width: 20px;
	height: 19px;
	border: 0;
	margin-top: 8px;
	top: 0;
	left: 1;
}