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

div#carousel {
	width: 980px;
	height: 320px;
	/*overflow-x: hidden;*/
	overflow:hidden;
	position:relative;
}

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

div.slide{
	width:980px;
	height:320px;
	frameborder:0;
}	

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

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

div.indicator{
	position:absolute;
	bottom:10px;
	width:980px;
	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:#048cab;	
	cursor:pointer;
	width:10px;
	height:10px;
	bottom:0px;
	right:50px;
	z-index:400;
}
