/*CSS for Banner scroller*/

/*-----------------Banner Section-----------------*/

#banner-wrapper
{
	position:relative;
	margin-bottom:12px;
}

#banner-shadow-top
{
	position:relative;
	
	position:absolute;
	height:30px;
	width:1000px;
	top:-29px;
	left:0;
}
#banner-shadow-bottom
{
	position:relative;
	
	position:absolute;
	height:30px;
	bottom:-29px;
	width:1000px;
	left:0;
}
#banner-shadow-bottom img
{
	width:1000px;
}
#banner-shadow-top img
{
	width:1000px;
}
#banner-section
{
	position: relative;
	height:348px;
	height:238px;
	width:998px;
	border: 1px solid #ccc;
	overflow:hidden;
}
#banner-scroller
{
	display:block;
	width:9999px;
}
.banner
{
	display:inline-block;
	width:1000px;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}
#banner-control
{
	position:absolute;
	bottom:12px;
	right:20px;
}
#banner-control li
{
	display:inline-block;
	width:20px;
	height:20px;
	cursor:pointer;
	text-align:center;
	
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	
	text-indent:9990px;
	background-image:url("../img/banner-markerA.png");
	background-repeat:no-repeat;
	background-position: 3px 3px;
	opacity: 0.8;
}
#banner-control li.selected
{
	background-image:url("../img/banner-markerB.png");
}
