
.carousel_wrapper {
	position: relative;
	overflow: hidden;
	padding: 35px 50px;
/*	width:70%;
	right:25px;*/
}




.carousel1 li {
	float: left;
	overflow:  hidden;
	text-align: center;
}


.car  {
	padding-top: 30px;

}

.car>div {
	border-bottom: 1px solid #d2d1d1;
}

.car h3 {
	text-align: center;
	border-top: 1px solid #d2d1d1;
	padding-bottom: 6px;

}
.car h3 span {
	display: inline-block;
	background: #fff;
	padding: 0 6px;
	position: relative;
	top: -13px;
}


.carousel1 li a {

}

.carousel1 li a img {
	max-width: 100%;
}

.carousel1 li a:hover {
	background: #1073a5; text-decoration:none; color:#FFFFFF;
}

.carousel1 li  p {
	text-align:left; color:#666666; font-family:Arial, Helvetica, sans-serif; line-height:18px;
}
.carousel1 li  p strong{font-weight:bold;}
.carousel1 {
	cursor: default !important;	
}

.carousel1 li div.test_icon, .carousel1 li div.test_name{float:left; margin-top:75px; padding-bottom:40px;}
.carousel1 li div.test_name{margin-left:-20px; margin-right:10px;}
a.next1 {
	background: url(../images/prevnext.png) right 0 no-repeat;
	display: block;
	position: absolute;
	width:10px;
	height: 15px; 
	right: 0px;
	top: 50%;
	z-index: 999;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;

}


a.prev1 {
	background: url(../images/prevnext.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	width: 10px;
	left: 0px;
	height: 15px;
	top: 50%;
	z-index: 999;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

 
.prev1:hover {
	background-position: 0 bottom;
}
.next1:hover {
	background-position: right bottom;
}
a.next {
	background: url(../images/prevnext1.png) right 0 no-repeat;
	display: block;
	position: absolute;
	width:26px;
	height: 48px; 
	right: 0px;
	top: 50%;
	z-index: 999;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;

}


a.prev {
	background: url(../images/prevnext1.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	width: 26px;
	left: 0px;
	height: 48px;
	top: 50%;
	z-index: 999;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

 
.prev:hover {
	background-position: 0 bottom;
}
.next:hover {
	background-position: right bottom;
}




@media only screen and (max-width: 767px) {
 	.carousel1 li {
		margin-left: 0;
	}	
	
	.carousel-div {
		margin: 0 !important;	
	}
}

 @media only screen and (max-width: 479px) { 
 	.carousel1 li {
		margin-left: 0;	
	} }