
/* ------------------------ Slider ------------------------ */
#leftControl {
	float: left;
	width: 35px;
	text-align: center;
	/*line-height: 178px;
	height: 100px;*/
	display: block;
	/*padding-top: 35px;*/
}
#rightControl {
	float: left;
	width: 35px;
	text-align: center;
	/*line-height: 233px;
	height: 100px;*/
	display: block;
/*	padding-top: 45px;*/
}
#outerScroller {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 677px;
	overflow: hidden;
	height: 288px;
	border:0px solid #000;
	/*display: block;*/
	position:relative;

}

#innerScroller {
	width: 3385px;
	height: 288px;
	position: relative;
	/*text-align: center;*/
}

#innerScroller img{
	/*float:left;*/
}

#page0, #page1, #page2, #page3, #page4 {
	float: left;
}

