.carousel1 li {
	float: left;
	padding-top: 3px;
	margin: 0 10px;
}


.carousel-div {
	margin: 0 -9px;
	overflow: hidden;	
}

.carousel1 li:first-child {

}

.carousel1 li img {
	float: left;
	margin: 0 0 21px !important; 
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

.carousel1 {
	cursor: auto !important;	
}

.carousel1 li  p {
	margin-bottom: 17px;	
}

a.prev {
	background: url(../images/prevnext.png) 0 bottom no-repeat;
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	transition: 0s ease; 	
	-o-transition: 0s ease; 
	-webkit-transition: 0s ease; 
	margin-top: 59px;
}

.prev:hover {
	background-position: 0 0;	
}

a.next {
	background: url(../images/prevnext.png) right 0 no-repeat;
	display: block;
	float: right;
	margin-left: 1px;
	width:36px;
	margin-top: 59px;
	height: 36px; 
	transition: 0s ease; 	
	-o-transition: 0s ease; 
	-webkit-transition: 0s ease;	
}

.next:hover {
	background-position: right bottom;	
}

.pad2 {
	padding: 0 !important;	
}

.carousel1 li img {
	width: auto !important;	
	box-sizing;
}

@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;	
	} }