html, body{
	background:#E4DFDD;
}
/* rotator in-page placement */
div.rotator {
	position:relative;
	height:827px;
	display:none;		 
	background-image: url(../images/main_3.png);
	background-repeat: no-repeat;
	width: 827px;
	text-align: center;
	margin: 0 auto;
}

.site {
	z-index: 400;
	width: 240px; /* Ширина элемента в пикселах */
	height: 130px;
	position: absolute;
	right: 10px;
    bottom: 20px;
}

/* rotator css */
div.rotator ul {
	margin:0;
	padding:0;
}
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {	
	padding: 4px;

}
div.rotator ul li.show {
	z-index:100;
}