.outer-slide {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.outer-slide .loading {
    position: absolute; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height: 100%;
    display: block; z-index: 1;
}
.outer-slide .loading .bg-loading {
    position: absolute; 
    display: block;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
    background: #fff;
}
.outer-slide .loading .icon-loading {
    position: absolute; 
    display: block; 
    background: url('../images/loading.gif') no-repeat center center;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
}
.outer-slide [data-u="slides"] {
    cursor: move; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    overflow: hidden;
}
.outer-slide [data-u="navigator"] {
    position: absolute; bottom: 10px; left: 10px;
    opacity: 0; filter:alpha(opacity=0);
}
.outer-slide [data-u="navigator"] {
    opacity: 1; filter:alpha(opacity=100);
}
.outer-slide [data-u="navigator"] [data-u="prototype"] {
    position: absolute;
    height: 10px;
    width: 10px;
    text-align:center;
    line-height:10px;
    background: #313131;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.outer-slide [data-u="arrowleft"] {
    width: 50px;
    height: 50px;
    top: 123px;
    left: 8px;
    background: #fff;
    color: #666;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: absolute;
    opacity: 0; filter:alpha(opacity=0);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.outer-slide [data-u="arrowright"] {
    width: 50px;
    height: 50px;
    top: 123px;
    right: 8px;
    background: #fff;
    color: #666;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: absolute;
    opacity: 0; filter:alpha(opacity=0);
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.outer-slide [data-u="navigator"] [data-u="prototype"]:hover,
.outer-slide:hover [u="navigator"]{
    opacity: 1; filter:alpha(opacity=100);
	background: #f16160;
}
.outer-slide [data-u="navigator"] [data-u="prototype"].av{
	background: #f16160;
	opacity: 1;
}
 #slider_row img{width:100%;}


.small-slide-title p{
	color: #fff;
    margin-bottom: 26px;
	font-size: 18px;
}
a.slide-button {
    text-decoration: none;
    font-size: 12px;
    color: #fff !important;
    text-shadow: none;
    height: 35px;
    line-height: 37px;
    display: inline-block;
    padding: 0 22px;
    background: #f16160;
    text-transform: uppercase;
}
a.slide-button:hover{
    background-color: #313131;
    color: #fff;
}
.large-slide-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    color: #fff;
    white-space: nowrap;
	position: absolute;
    top: 37%;
	left: 50%;
    right: auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)!important;
}
.small-slide-title{
    margin-bottom: 26px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
	position: absolute;
    top: 50%;
	left: 50%;
    right: auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)!important;
}
.big-slide-title{
    position: absolute;
    right: 360px;
    width: 700px;
    top: 250px;
    height: 40px;
    text-align: center;
	
	
}
.small-slide-title{
    
}
.shop_now{
    position: absolute;
    top: 62%;
	left: 50%;
    right: auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)!important;	
}
.demo_slideshow .big-slide-title{top:255px;}
.demo_slideshow .field-main-slider_2 .big-slide-title{left:330px!important;}
.demo_slideshow .field-main-slider_1 .big-slide-title{left:600px!important;}
.demo_slideshow .field-main-slider_2 .large-slide-title, .demo_slideshow .field-main-slider_2 .small-slide-title, .demo_slideshow .field-main-slider_2 .shop_now {right:880px;}
.demo_slideshow .field-main-slider_1 .large-slide-title, .demo_slideshow .field-main-slider_1 .big-slide-title,  .demo_slideshow .field-main-slider_1 .small-slide-title, .demo_slideshow .field-main-slider_1 .shop_now {right:610px;}
.demo_slideshow .field-main-slider_3 .large-slide-title{ right:420px; top:310px;}
.demo_slideshow .field-main-slider_3 .shop_now{ right: 240px; top:313px; }
.demo_slideshow .field-main-slider_3 .big-slide-title{ top:215px!important; right:360px!important;}