#rotating-item-wrapper {
	position: relative;
	width: 700px;
	height: 170px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	
	overflow: hidden;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
   -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
   -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
	background-color:#F00 ;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 45%, #D5E4F3 130%); 
 behavior: url(/css/border-radius.htc);
    border-radius: 15px;
	border-color:#06C;
	
}

