
.carousel_wrapper {
	background: url(../images/dark_bg.png) 0 0 repeat;
	position: relative;

}

.car_w {
	margin: 0 auto;
	padding-left: 80px;
	padding-right: 60px;
}



.carousel1 li {
	float: left;
	margin: 0px;
	padding-top: 49px;
	overflow:  hidden;
	text-align: center;
	padding-bottom: 43px;
	line-height: 22px;
}



.carousel1 li h2 {
	margin-bottom: 22px;
}


.carousel1 {
	cursor: default !important;	
}


a.next1 {
	background: url(../images/prevnext1.png) right 0 no-repeat;
	display: block;
	position: absolute;
	width:29px;
	height: 29px; 
	right: 13px;
	top: 79px;
	z-index: 999;

}


a.prev1 {
	background: url(../images/prevnext1.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	width: 29px;
	left: 29px;
	height: 29px;
	top: 79px;
	z-index: 999;

}

.prev1:hover, 
.next1:hover {
	opacity: 0.4;
	
}





@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;	
	} }
