.blocks_image_carousel3 {
    width:700px;
       
    padding: 0px;
    position: relative;
}
.image_carousel3 {
    margin: 0; padding: 0;
	position: relative;
}

.image_carousel3 a:hover {
	background: #333
}
.image_carousel3 a {
	display: block;
	float: left;
	width: 50%;
	color: #fff;
	text-decoration: none;
	height: 100%;
	background: url(../for_web/bg.png);
}
.image_carousel3 h3 {
	margin: 0;
	letter-spacing: 3px;
	font-size: 1.2em;
	text-transform: uppercase; 
	text-align: left;
	padding: 10px 10px 10px 10px;
	color: #fff;
 
}
.image_carousel3 p {
	font-size: 0.80em;
	margin: 0; padding:0px 10px 10px 20%;
	text-align: left; 
	color: #fff;
}
.image_carousel3 li{

	background-position: right center;
	background-repeat: no-repeat;
    margin: 0; padding: 0;
    float: left;
    width: 700px;

    height: 260px;
    list-style: none;
}

a.prev3, a.next3 {
	background: url(../carousel/miscellaneous_sprite3.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 35%;
}
a.prev3 {			left: 0px;
					background-position: 0 0; }
a.prev3:hover {		background-position: 0 -50px; }
a.prev3.disabled {	background-position: 0 -100px !important;  }
a.next3 {			right: 0px;
					background-position: -50px 0; }
a.next3:hover {		background-position: -50px -50px; }
a.next3.disabled {	background-position: -50px -100px !important;  }
a.prev3.disabled, a.next3.disabled {
	cursor: default;
}

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