#rotator{
	clear:both;
	width:920px;
	height:190px;
	background:#000;
	overflow:hidden;
	position:relative;
	margin:10px 20px 10px 20px;
}

#clipping{
	width:100%;
	height:100%;
	overflow:hidden;
	 /*For IE*/
}

#container{
	width:1840px;
	height:600px;
	position:relative;
}

.box1{
	width:920px;
	height:190px;
	background:#A90000;
	float:left;
}

.box2{
	width:920px;
	height:190px;
	background:#191919;
	float:left;
}

.box3{
	width:920px;
	height:190px;
	background:#888888;
	float:left;
}

.box4{
	width:920px;
	height:190px;
	background:blue;
	float:left;
}