@charset "UTF-8";
/* CSS Document */

div.carousel {
	width: 902px;
	height: 300px;
	/*overflow-x: hidden;*/
	overflow:hidden;
	padding:0;
	margin:8px 0px 8px 0px;
}

div.wrapper{
	position:relative;
	width:40000px;
}

div.slide{
	width:902px;
	height:300px;
	frameborder:0;
}	

a.slidingImage{
	position:relative;
	scrolling:no;
	float:left;
	cursor:pointer;
}

/*--------------------------Page Indicator---------------------------------*/

div.indicator{
	position:absolute;
	bottom:30px;
	width:902px;
	height:15px;
	overflow-y: hidden;
}

div.indicatorSingle{
	position:absolute;
	background:white;	
	cursor:pointer;
	width:10px;
	height:10px;
	bottom:0px;
	right:50px;
}

div.indCurrent{
	position:absolute;
	background:gray;	
	cursor:pointer;
	width:10px;
	height:10px;
	bottom:0px;
	right:50px;
	z-index:400;
}