/*@charset "utf-8";*/
#scroller {display:block; margin:30px 0 0; padding:0; width:984px}
#leftControl, #rightControl {
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;	
	padding-top:101px;
	width:38px;}
#outerScroller {
	background:#000;
    border:10px solid #ccc;
	display:block;
	float:left;
	height:250px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:888px}
#innerScroller {
	height:250px;
	position:relative;
	text-align:center;
    width:99999px}
#innerScroller img {
	border-right:solid 1px #000;
	border-left:solid 1px #000;
	float:left;
	height:250px;
	width:294px}
.simpleFancy img {}
