
/* fullwidth slider */

.fullwidth-slider .es-slides > li {
	/* 1.6 ~ image width/height */
	width: 300px;	
	height: 187px;
	background: #111;
	overflow: hidden;
}

.fullwidth-slider .es-navigation a {
	top: 0;
	margin-top: 0;
	background: #ff5452;
}

.fullwidth-slider .es-ticker {
	bottom: auto;
	top: 0;
	margin-right: 34px;
}

.fullwidth-slider .es-slides > li img  {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.fullwidth-slider .es-slides > li:hover img {
	opacity: 0.8;
}

.fullwidth-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	line-height: 15px;
	box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.2);
}

.fullwidth-title > a {
	display: block;	
	font-style: normal;
	text-decoration: none;
	font-size: 1.3em;
}

.fullwidth-title > a:after {
	content: "\2192";
	margin-left: 5px;
}

.fullwidth-title > a:hover {
	color: #555;
}

.fullwidth-title span {	
	margin-top: 5px;
	line-height: 23px;
}

.fullwidth-slider .es-slides > li:hover .fullwidth-title span {
	display: block;
}

/*-------------------------------------------*/
.jo_mode_circular .everslider{
	padding-top: 20px;
}
.jo_mode_circular .es-pagination{
	top: 0px;
	left: 0px;
	bottom: auto;
	
}
.jo_mode_circular .es-pagination a {
	right: auto;
	margin: 0 10px 0 0;
}

.jo_mode_circular .es-ticker{
	margin-right: 0px;
	top: 0;
}
.jo_mode_circular .es-ticker a{
	background: none;
	padding: 0;
}

.jo_mode_circular .es-ticker a:active, 
.jo_mode_circular .es-ticker a:focus,
.jo_mode_circular .es-ticker a:hover{
	background: none!important;
}

.jo_mode_circular .es-navigation a{
	top: 50%;
	margin-top: -17px;
}

.jo_mode_carousel .es-navigation a:active, 
.jo_mode_carousel .es-navigation a:focus,
.jo_mode_carousel .es-navigation a:hover,
.jo_mode_circular .es-navigation a:active, 
.jo_mode_circular .es-navigation a:focus,
.jo_mode_circular .es-navigation a:hover{
	background: #ff5452!important;
	overflow: hidden;
}

.jo_mode_carousel .es-ticker a:active, 
.jo_mode_carousel .es-ticker a:focus,
.jo_mode_carousel .es-ticker a:hover{
	background: #EEEEEE!important;
	overflow: hidden;
}

.jo-vm-responsive-carousel span.addtocart-button input.addtocart-button, .jo-vm-responsive-carousel span.addtocart-button input.notify-button {	    
	    border: none;
	    border-radius: 4px;
	    color: #FFFFFF;
	    cursor: pointer;
	    font-size: 14px;
	    height: 29px;
	    letter-spacing: 1px;
	    padding: 3px;
	    text-align: center;
	    width: auto;
	}
	.jo-vm-responsive-carousel span.addtocart-button{
		width: auto;
		float: right;
		margin: 0;
	}
	.jo-vm-responsive-carousel .quantity-box, .jo-vm-responsive-carousel .quantity-controls{
		
	}
	.jo-vm-responsive-carousel span.quantity-controls input.quantity-controls {
	    border: medium none;
	    color: transparent;
	    height: 14px;
	    width: 15px;
	}
	.jo-vm-responsive-carousel span.quantity-controls {
	    float: left;
	    margin: 0 5px;	    
	    width: 15px;
	}
	.jo-vm-responsive-carousel span.quantity-controls input.quantity-minus {
	    background: url("../images/quantity-controls.png") repeat-x scroll 15px 0 rgba(0, 0, 0, 0);
	}
	.jo-vm-responsive-carousel span.quantity-controls input.quantity-plus {
	    background: url("../images/quantity-controls.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	    margin-bottom: 2px;
	}
	.jo-vm-responsive-carousel span.quantity-box {
	    float: left;	   
	    width: 34px;
	    margin: 0;
	}
	.jo-vm-responsive-carousel .quantity-box input{
		font-weight: 700;
	    height: 28px;	    
	    text-align: center;
	    width: 25px;
	    border: 1px solid #cac9c9;
	    border-radius: 4px;
	    color: #777;	   
	    text-decoration: none;
	    padding: 0;
	}

	
	
	.jo-vm-responsive-carousel .jo-vm-price{
		float: left;
		font-size: 17px;
		margin-top: 10px;
		line-height: 35px;
		font-weight: bold;
	}
	.jo-vm-responsive-carousel .jo-vm-addtocart{
		margin: 10px 0px 0 0;	
		float: right;
	}
	.jo-vm-responsive-carousel .jo-price-addtocart{
		overflow: hidden;
	}
	
	.jo-vm-responsive-carousel .jo-vm-addtocart .addtocart-area{
		width: 160px;
		float: right;
	}
	
	.jo-vm-responsive-carousel-content{
		border-top: 1px solid #eee;
		border-left: 1px solid #eee;
		border-right: 2px solid #eee;
		border-bottom: none;
	}