.image_carousel {
padding:8px;
text-align:center;
 
margin:auto;
}
 
.image_carousel h4 {
text-shadow: #FFFFFF 1px 1px 1px; 
margin:0px;
padding:0px;
color:#065967;
font-size: 18px;
text-transform:uppercase; 
}

.image_carousel p {
text-shadow: #FFFFFF 1px 1px 1px; 
margin:0px;
padding:0px;
color:#141412;
font-size: 16px;
font-weight:normal;
}
.image_carousel li div{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
-moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
background-color:#e2f6f3;
height:40px;
width: auto;
z-index:212;
position:relative;
margin-bottom:-60px;
z-index:0;
padding:10px 15px;
 
}


  

.image_carousel ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.image_carousel li {
	width:974px;
	height:455px;
	padding: 0;
	margin:0px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(design/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	z-index:55;
	top: 185px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
z-index:66;
left:20px;
position:absolute;
bottom:55px;
	text-align: center;
}
.pagination a {
	background: url(design/1.png) no-repeat transparent;
	width: 17px;
	height: 17px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background: url(design/3.png) no-repeat transparent;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
