.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
    margin:auto 0 20px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .slide {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
    position: relative;
}


.iosSlider .slider .slide .text1 {
	position: absolute;
	top: 60px;
	right: 600px;
    width: 350px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #a3374f;
    font-family: 'Century Schoolbook','Georgia';
	opacity: 0;
	filter: alpha(opacity:0);
}

.iosSlider .slider .slide .text2 {
	position: absolute;
	top: 105px;
	right: -200px;
    width: 350px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Tahoma','Georgia';
	opacity: 0;
	filter: alpha(opacity:0);
}

/* 
	Bullets and thumbnails navigation	
*/

#sexy-control,
.iosSlider .sliderNavi {
    position: absolute;
    right:15px;
    bottom:15px;
}

#sexy-control a,
.iosSlider .sliderNavi .naviItem {	
	background-color: transparent;
	background-image: url(../images/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 */
#sexy-control a.active,
.iosSlider .sliderNavi .naviItem.selected {	
	background-position: 0 -182px !important;
}
/* Bullet hover state */
#sexy-control a:hover,
.iosSlider .sliderNavi .naviItem:hover {		
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#sexy-navigation a,
.iosSlider .prev,
.iosSlider .next
{	
    display: block;
    position: absolute;
    z-index: 25;
	width: 56px;
	height: 70px;
	top:40%;	
    cursor: pointer;	
}

#sexy-navigation a.sexyslider-prev,
.iosSlider .prev {
    background: transparent url(../images/slide_prev.png) no-repeat center left;
}
#sexy-navigation a.sexyslider-next,
.iosSlider .next {
    background: transparent url(../images/slide_next.png) no-repeat center left;
}
#sexy-navigation a:hover,
.iosSlider .prev:hover, 
.iosSlider .prev:focus,
.iosSlider .next:hover,
.iosSlider .next:focus {
    background-position: -56px center;
}
#sexy-navigation a:active,
.iosSlider .prev:active,
.iosSlider .next:active {
    background-position: -112px center;
    
}

/* left arrow */
#sexy-navigation a.sexyslider-prev,
.iosSlider .prev {
	left: 15px;	
}
/* right arrow */
#sexy-navigation a.sexyslider-next,
.iosSlider .next {
	right: 15px;
}
#sexyslider {
    margin-bottom: 20px;
}
#sexy-navigation a span,
#sexy-control a span
{
  visibility:hidden;
}
/* Carousel */

.carousel {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:330px;
    margin:auto 0 15px;
}

.carousel .slider {
	width: 100%;
}


.carousel .slider::selection{
    background: transparent !important;
}

.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(../images/slide_next.png) no-repeat 0 0;
}
.new-arrow.prev {
    background: transparent url(../images/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.5;
    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:140px;		
}

.sale-arrow.next {
    background: transparent url(../images/slide_next.png) no-repeat 0 0;
}
.sale-arrow.prev {
    background: transparent url(../images/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 */

.views-gallery {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:72px;
    margin:auto 0 15px;
}

.views-gallery::selection, .views-gallery ul::selection{
    background: transparent !important;
}

.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(../images/views-prev.png) no-repeat 0 0;
}

.more-views-arrow.next {
    background: transparent url(../images/views-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;
    
}


.deactive .more-views-arrow.prev,
.deactive .more-views-arrow.next {
    display:none;
}

/* left arrow */
.more-views-arrow.prev {
	left: 0;	
}
/* right arrow */
.more-views-arrow.next {
	right: 0;
}

.more-views-arrow.prev::selection, .more-views-arrow.next::selection{
    background: transparent !important;
}
/* Carousel Related */


.product-slider .prev,
.product-slider .next
{	
    display: block;
    position: absolute;
    z-index: 25;
    width: 56px;
    height: 70px;
    cursor: pointer;
	top:140px;		
}

.product-slider .next {
    background: transparent url(../images/slide_next.png) no-repeat 0 0;
}
.product-slider .prev {
    background: transparent url(../images/slide_prev.png) no-repeat 0 0;
}
.product-slider .prev:hover, 
.product-slider .prev:focus,
.product-slider .next:hover,
.product-slider .next:focus {
    background-position: -56px 0;
}

.product-slider .prev:active,
.product-slider .next:active {
    background-position: -112px 0;
    
}

.product-slider .prev::selection,
.product-slider .next::selection{
    background: transparent !important;
}

/* left arrow */
.product-slider .prev {
	left: -20px;	
}
/* right arrow */
.product-slider .next {
	right: -20px;
}
