.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
    margin:auto 0 15px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .slide {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
    position: relative;
}

.tintButton {			
	color:#fff!important;
	cursor:pointer;
	padding:5px 12px;
	font-size:12px;
    font-weight: normal;
	text-decoration: none;
}

.iosSlider .slider .slide .text1 {
	position: absolute;
	top: 30px;
	right: 100px;
	opacity: 0;
	filter: alpha(opacity:0);
}

.iosSlider .slider .slide .text1 span {
	color: #fff;
	font: bold 50px/60px "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0 8px;
}

.iosSlider .slider .slide .text2 {
	position: absolute;
	top: 90px;
	right: 10px;
	opacity: 0;
	filter: alpha(opacity:0);
}

.iosSlider .slider .slide .text2 span {
	color: #fff;
	font: normal 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;	
}

/* 
	Bullets and thumbnails navigation	
*/
.iosSlider .sliderNavi {
    position: absolute;
    right:15px;
    bottom:15px;
}
.iosSlider .sliderNavi .naviItem {	
	background-color: transparent;
	background-image: url(img/controls-sprite.png);
	background-position: 0 -164px;
	margin-left:5px;
    display: inline-block;
    text-indent: -9999px;
    float: left;
	width:18px;
	height:18px;			
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Current bullet */
.iosSlider .sliderNavi .naviItem.selected {	
	background-position: 0 -182px !important;
}
/* Bullet hover state */
.iosSlider .sliderNavi .naviItem:hover {		
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.iosSlider .prev, .iosSlider .next { display: block;  position: absolute;  z-index: 25;	width: 45px;	height: 45px;	top:165px;}
.iosSlider .next { width: 56px; height: 70px; cursor: pointer; background: transparent url(img/slide_next.png) no-repeat 0 0;}

.iosSlider .next:hover, .iosSlider .next:focus {    background-position: -56px 0;}

.iosSlider .next:active {    background-position: -112px 0; }
.iosSlider .prev {    width: 56px;    height: 70px;    cursor: pointer;    background: transparent url(img/slide_prev.png) no-repeat 0 0;}
.iosSlider .prev:hover, .iosSlider .prev:focus {    background-position: -56px 0;}
.iosSlider .prev:active {    background-position: -112px 0;}

/* left arrow */
.iosSlider .prev { 	left: 15px;	}

/* right arrow */
.iosSlider .next {	right: 15px;}

/* Carousel */

.carousel {	position: relative;	top: 0;	left: 0;	overflow: hidden;	width: 100%;    height:360px;    margin:auto 0 15px;}
.carousel .slider {	width: 100%;}
.new-arrow.prev, .new-arrow.next{ display: block; position: absolute; z-index: 25; width: 56px; height: 70px; cursor: pointer;top:110px;}

.new-arrow.next {
    background: transparent url(img/slide_next.png) no-repeat 0 0;
}
.new-arrow.prev {
    background: transparent url(img/slide_prev.png) no-repeat 0 0;
}
.new-arrow.prev:hover, 
.new-arrow.prev:focus,
.new-arrow.next:hover,
.new-arrow.next:focus {
    background-position: -56px 0;
}

.new-arrow.prev:active,
.new-arrow.next:active {
    background-position: -112px 0;
    
}

.next.disabled,
.prev.disabled {
    opacity:0.7;
    cursor:default!important;
    background-position: 0 0 !important;
}

/* left arrow */
.new-arrow.prev {
	left: -20px;	
}
/* right arrow */
.new-arrow.next {
	right: -20px;
}

/* Sale */

.sale-arrow.prev,
.sale-arrow.next
{	
    display: block;
    position: absolute;
    z-index: 25;
    width: 56px;
    height: 70px;
    cursor: pointer;
	top:110px;		
}

.sale-arrow.next {
    background: transparent url(img/slide_next.png) no-repeat 0 0;
}
.sale-arrow.prev {
    background: transparent url(img/slide_prev.png) no-repeat 0 0;
}
.sale-arrow.prev:hover, 
.sale-arrow.prev:focus,
.sale-arrow.next:hover,
.sale-arrow.next:focus {
    background-position: -56px 0;
}

.sale-arrow.prev:active,
.sale-arrow.next:active {
    background-position: -112px 0;
    
}


/* left arrow */
.sale-arrow.prev {
	left: -20px;	
}
/* right arrow */
.sale-arrow.next {
	right: -20px;
}
/* Media */

.more-views {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:70px;
    margin:auto 0 15px;
}

.more-views .slider {
	width: 340px;
    margin:0 auto;
}

.more-views .slide {
	width: 70px;
}
.more-views-arrow.prev,
.more-views-arrow.next
{	
    display: block;
    position: absolute;
    z-index: 25;
	width: 22px;
	height: 70px;
	bottom: 0;
    cursor: pointer;	
}

.more-views-arrow.prev {
    background: transparent url(img/product_prev.png) no-repeat 0 0;
}

.more-views-arrow.next {
    background: transparent url(img/product_next.png) no-repeat 0 0;
}

.more-views-arrow.prev:hover, 
.more-views-arrow.prev:focus,
.more-views-arrow.next:hover,
.more-views-arrow.next:focus {
    background-position: -22px 0;
}

.more-views-arrow.prev:active,
.more-views-arrow.next:active {
    background-position: -44px 0;
    
}


/* left arrow */
.more-views-arrow.prev {
	left: 0;	
}
/* right arrow */
.more-views-arrow.next {
	right: 0;
}


/* Carousel Related */

.related, .upsell {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height: 318px;
    margin:auto 0  15px;
}

.related .slider, .upsell .slider {
	width: 100%;
}


.related .prev,
.related .next,
.upsell .prev,
.upsell .next
{	
    display: block;
    position: absolute;
    z-index: 25;
	width: 45px;
	height: 45px;
	top:110px;		
}

.related .next,
.upsell .next {
    width: 56px;
    height: 70px;
    cursor: pointer;
    background: transparent url(img/slide_next.png) no-repeat 0 0;
}

.related .next:hover,
.related .next:focus,
.upsell .next:hover,
.upsell .next:focus {
    background-position: -56px 0;
}

.related .next:active, .upsell .next:active {
    background-position: -112px 0;
    
}

.related .prev, .upsell .prev {
    width: 56px;
    height: 70px;
    cursor: pointer;
    background: transparent url(img/slide_prev.png) no-repeat 0 0;
}


.related .prev:hover, 
.related .prev:focus, 
.upsell .prev:hover,
.upsell .prev:focus{
    background-position: -56px 0;
}

.related .prev:active,
.upsell .prev:active {
    background-position: -112px 0;
}

/* left arrow */
.related .prev,
.upsell .prev {
	left: 0;	
}
/* right arrow */
.related .next,
.upsell .next {
	right: 0;
}