/* Elastislide Style */
/*.carousel { position:static;}
*/.es-carousel-wrapper {
	/*	position:relative;
*/	margin:0 -10px;
}
@media only screen and (max-width: 767px) {
 .es-carousel-wrapper {
 margin-left:0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
 .es-carousel-wrapper {
 margin-left:0;
}
}
.es-carousel {
	overflow:hidden;
	padding: 0 10px;
	margin-top:10px;
	margin-bottom:10px;
}
.style2 .es-carousel {
	padding:0;
	margin: 10px;
	background-color:#fff;
}
.es-carousel .product_outer {
	display:none;
}
.es-carousel .product_outer .product {
	height:100%;
	display:block;
	float:left;
}
.es-nav a.btn {
	position:absolute;
	top:-35px;
	right:50px;
	margin-top:-18px;
    padding: 1px 0 0 0;
    border-radius: 2px;
}
.es-nav a.btn i { font-size: 22px; line-height: 32px; padding: 0; }
.style1 .es-nav a.btn {
	top:-30px;
}
.es-nav span.es-nav-next a.btn {
	right:8px;
	left:auto;
}
.es-nav a:hover i { transform: rotate(360deg); transition: all 0.5s ease-in-out 0s; }
.es-nav .disable a:hover i { transform: none; }
