.blocks_image_carousel4 {
    width:1000px;
     padding: 0px;
    position: relative;
}
.image_carousel4 {
    margin: 0; padding: 0;
	position: relative;
}
.image_carousel4 a:hover {
	background: #333
}
.image_carousel4 a {
	display: block;
	float: left;
	width: 50%;
	color: #fff;
	text-decoration: none;
	height: 100%;
	background: url(../for_web/bg.png);
}
.image_carousel4 h3 {
	margin: 0;
	letter-spacing: 3px;
	font-size: 1.2em;
	text-transform: uppercase; 
	text-align: left;
	padding: 10px 10px 10px 10px;
	color: #fff;
 
}
.image_carousel4 p {
	font-size: 0.80em;
	margin: 0; padding:0px 10px 10px 20%;
	text-align: left; 
	color: #fff;
}
.image_carousel4 li{
    margin: 0; padding: 0;
    float: left;
    width: 1000px;
    background-position: center right;
	background-repeat: no-repeat;
    height: 260px;
    list-style: none;
}
 
a.prev4, a.next4 {
	background: url(../carousel/miscellaneous_sprite3.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 40%;
}
a.prev4 {			left: 0px;
					background-position: 0 0; }
a.prev4:hover {		background-position: 0 -50px; }
a.prev4.disabled {	background-position: 0 -100px !important;  }
a.next4 {			right: 0px;
					background-position: -50px 0; }
a.next4:hover {		background-position: -50px -50px; }
a.next4.disabled {	background-position: -50px -100px !important;  }
a.prev4.disabled, a.next4.disabled {
	cursor: default;
}

a.prev4 span, a.next4 span {
	display: none;
}
.pagination4 {
    padding: 15px 0;
	text-align: center;
}
.pagination4 a {
	background: url(../carousel/miscellaneous_sprite3.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	display: inline-block;
}
.pagination4 a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination4 a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
