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

.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 > img { float: right; }

.iosSlider .slider .slide .text1 {
	position: absolute;
	top: 70px;
	left: 50px;
	opacity: 0;
	filter: alpha(opacity:0);
}

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

/* 
	Bullets and thumbnails navigation	
*/
.iosSlider .sliderNavi {
    position: absolute;
    left: 0;
    bottom: 20px;
}
.iosSlider .sliderNavi .naviItem {
	background-color: #b9b9b9;
    display: inline-block;
    text-indent: -9999px;
    float: left;
	width:12px;
	height:12px;
	margin: 3px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
	-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-color: #c92d8c;
}
/* 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: none;
    position: absolute;
    z-index: 25;
	width: 22px;
    height: 70px;
    cursor: pointer;
	top:135px;
	color: #a5a5a5;
}

.iosSlider .next:after {
	font-family: 'ShopSharkSymbols'; font-size: 40px; content: "B"; position: absolute; margin: 17px 0 0 -12px;
}

.iosSlider .prev:after {
	font-family: 'ShopSharkSymbols'; font-size: 40px; content: "C"; position: absolute; margin: 17px 0 0 -12px;
}


.iosSlider .next:hover,
.iosSlider .next:focus,
.iosSlider .prev:hover, 
.iosSlider .prev:focus {
    color: #c92d8c;
}

.iosSlider .next:active,
.iosSlider .prev:active {
    color: #c92d8c;
    
}

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

/* Product Carousel */

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

.carousel .slider {
	width: 100%;
}

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

.new-arrow.prev,
.new-arrow.next,
.sale-arrow.prev,
.sale-arrow.next

{	
    display: block;
    position: absolute;
    z-index: 25;
    width: 22px;
    height: 70px;
    cursor: pointer;
	top: 80px;
	overflow: hidden;
	color: #a5a5a5;
}
.new-arrow.next,
.sale-arrow.next {
	right: 0;
}
.new-arrow.next:after,
.sale-arrow.next:after {
	font-family: 'ShopSharkSymbols'; font-size: 40px; content: "B"; position: absolute; margin: 17px 0 0 -12px;
}
.new-arrow.prev,
.sale-arrow.prev {
	left: 0;
}
.new-arrow.prev:after,
.sale-arrow.prev:after {
	font-family: 'ShopSharkSymbols'; font-size: 40px; content: "C"; position: absolute; margin: 17px 0 0 -12px;
}
.new-arrow.prev:hover, 
.new-arrow.prev:focus,
.new-arrow.next:hover,
.new-arrow.next:focus,
.sale-arrow.prev:hover, 
.sale-arrow.prev:focus,
.sale-arrow.next:hover,
.sale-arrow.next:focus {
    color: #c92d8c;
}

.new-arrow.prev:active,
.new-arrow.next:active,
.sale-arrow.prev:active,
.sale-arrow.next:active {
    color: #c92d8c;
}

/* Product Media */

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

.more-views .slider {
	
}

.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;
	color: #a5a5a5;
}

.more-views-arrow.next:after { font-family: 'ShopSharkSymbols'; font-size: 40px; content: "B"; position: absolute; margin: 17px 0 0 -12px; }
.more-views-arrow.prev:after { font-family: 'ShopSharkSymbols'; font-size: 40px; content: "C"; position: absolute; margin: 17px 0 0 -12px; }

.more-views-arrow.prev:hover, 
.more-views-arrow.prev:focus,
.more-views-arrow.next:hover,
.more-views-arrow.next:focus {
    color: #c92d8c;
}

.more-views-arrow.prev:active,
.more-views-arrow.next:active {
    color: #c92d8c;
}

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


/* Carousel Related */

.related {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    margin:auto 0 3px;
	height: 300px;
}
.related .slider { width: 100%; }
.block-related-internal { position: relative; }
.block-related .prev,
.block-related .next
{	
    display: block;
    position: absolute;
    z-index: 25;
	width: 22px;
    height: 70px;
    cursor: pointer;
	top: 120px;
	color: #a5a5a5;
}

.block-related .next { right: 0; }
.block-related .prev { left: 0; }
.block-related .next:after { font-family: 'ShopSharkSymbols'; font-size: 40px; content: "B"; position: absolute; margin: 17px 0 0 -12px; }
.block-related .prev:after { font-family: 'ShopSharkSymbols'; font-size: 40px; content: "C"; position: absolute; margin: 17px 0 0 -12px; }

.block-related .next:hover,
.block-related .next:focus,
.block-related .prev:hover, 
.block-related .prev:focus {
    color: #c92d8c;
}

.block-related .next:active,
.block-related .prev:active {
    color: #c92d8c;
}

/* Responsive Fetures */
/* Standard 1020 or larger (browsers) */
@media only screen and (min-width: 1040px) {

.new-arrow.prev,	
.sale-arrow.prev,
.block-related .prev {
	left: -30px;	
}
/* right arrow */
.new-arrow.next,
.sale-arrow.next,
.block-related .next {
	right: -30px;
}
	
	
}
