#container {
	min-width: 972px;
}


#content {
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding-bottom: 84px; /* на подвал */
}

#rollover {
	position: relative;

}
#rollover .rollover {
	margin: 47px 144px 0 146px;
	padding: 0;
	height: 57px;
	overflow: hidden;
}

#rollover .rollover div img {
	padding: 0;
	border: 1px solid #fdfdfb;
	background: center no-repeat url('../images/logo_small.gif');
	margin: 0 3px;
	float: left;
	cursor: pointer;
}
#rollover .rollover div img:hover, #rollover .rollover div .active {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	border: 1px solid #f1b80f;
}

#fullimg {
	min-height: 538px;
	background: center no-repeat url('../images/logo_big.gif');
	margin: 40px 149px 24px 150px;
	text-align: center;
	padding: 0;
}


#left_button {
	position: relative;
	padding: 0;
	background: url('../images/b_left.gif') no-repeat; 
	top: -45px;
	left: 103px;
	height: 27px;
	width: 27px;
	float: left;
	cursor: pointer;
}

#right_button {
	position: absolute;
	background: url('../images/b_right.gif') no-repeat; 
	top: 14px;
	right: 101px;
	height: 27px;
	width: 27px;
	float: right;
	cursor: pointer;
}

.innactive {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

	

#b_left, #b_right {
	position: absolute;
	width: 54px;
	height: 75px;
}
.left_active {
	background: url('../images/left_i.gif') center no-repeat; 
	cursor: pointer;
}
.right_active {
	background: url('../images/right_i.gif') center no-repeat; 
	cursor: pointer;
}
.left_active:hover {
	background: url('../images/left_a.gif') center no-repeat;
	cursor: pointer;
}
.right_active:hover {
	background: url('../images/right_a.gif') center no-repeat;
	cursor: pointer;
}
.left_innact {
	background: #FFF; 
}
.right_innact {
	background: #FFF; 
}

