@charset "UTF-8";
/* CSS Document */

div#carousel {
	width: 960px;
	height: 306px;
	/*overflow-x: hidden;*/
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-top:0;
}

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-color:#91738B;	
	cursor:pointer;
	width:10px;
	height:10px;
	bottom:0px;
	right:50px;
	
	border: 2px solid white;
}

div.indCurrent{
	position:absolute;
	background-color:#3E1D38;	
	cursor:pointer;
	width:10px;
	height:10px;
	bottom:0px;
	right:50px;
	z-index:400;
	
	border: 2px solid white;
}
