.carousel1 li {
	float: left;
	padding-top: 3px;
	margin: 0 10px;
	color: #539d8b;
}


.carousel-div {
	margin: 0 -9px;
	overflow: hidden !important;	
	position: relative;
}

.carousel1 {
	cursor: auto !important;	
}

.carousel1 li img {
	margin-top: 6px !important;
	float: left;
	margin-right: 20px;
}

.carousel1 li  p {
	margin-bottom: 17px;	
}

a.prev {
	background: url(../images/prevnext.png) 0 0 no-repeat;
	display: block;
	float: right;
	width: 30px;
	height: 34px;
	transition: 0s ease; 	
	-o-transition: 0s ease; 
	-webkit-transition: 0s ease; 
	margin-top: 43px;
}

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

a.next {
	background: url(../images/prevnext.png) right 0 no-repeat;
	display: block;
	float: right;
	width:31px;
	margin-top: 43px;
	height: 34px; 
	transition: 0s ease; 	
	-o-transition: 0s ease; 
	-webkit-transition: 0s ease;	
}

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