/* ROYAL SLIDER - APPLICATIONS - DA MIRNA */

/* Width and height of slider in %, px or em */
#mySlider {
        width: 1024px;			
        /*height: 368px;*/
        height: 455px;
        margin: 0 auto;
}

 
/* 
        Left and right navigation arrows 	
*/
.royalSlider.default .arrow
{
        background: transparent;	
        background-image:url("../../img/arrows.png");
        
        /* change arrows size here */
        width: 37px;
        height: 70px;
        margin-top:-15px;	

        -moz-border-radius: 0; 
        -webkit-border-radius: 0; 
        border-radius: 0;

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;	
}

/* arrow position in slider with thumbs */
.royalSlider.default.with-thumbs .arrow {
        margin-top:-49px;
}

/* Arrow down state */
.royalSlider.default .arrow:active {	
        background-color: transparent;
}

/* Arrow disabled state */
.royalSlider.default .arrow.disabled {	
        background-color: transparent !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
        filter: alpha(opacity=20) !important;
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        opacity: 0.2;	
}

/* left arrow */
.royalSlider.default .arrow.left {
        background-position: 0 0; 
        width: 36px; 
        height: 70px;
        left: 0;	
}

.royalSlider.default .arrow.left:active {
        background-color: transparent;  	
        background-position: -226px 0; 
        width: 36px; 
        height: 70px; 
} 

.royalSlider.default .arrow.left:hover {	
        background-position: -113px 0; 
        width: 36px; 
        height: 70px;  
}

/* right arrow */
.royalSlider.default .arrow.right {
        background-position: -56px 0; 
        width: 37px; 
        height: 70px;
        right: 0;
}

 .royalSlider.default .arrow.right:active {
        background-color: transparent;  	
        background-position: -282px 0; 
        width: 37px; 
        height: 70px;
 }

.royalSlider.default .arrow.right:hover {	
        background-position: -169px 0; 
        width: 37px; 
        height: 70px;
 } 

 /* captions */
.royalSlider .royalCaptionItem {
        position: absolute;
        left: 548px;
        /*top: 40px;*/
/*        top: 54px;*/
        margin: 0;
        padding: 62px 30px 0 24px;   
        /*background:url(<?=base_url()?>img/background-caption-application.png) no-repeat;*/
        /*background:url(../../../img/background-caption.png) no-repeat;*/
        /*background:url(../../../images/applications/bolle_v2/yuu_garden.png) no-repeat;*/
        width: 326px;
        height:298px;
        font-family: 'LatoRegular', sans-serif; 
        color: #7d7e81;
        font-size: 18px;
        line-height: 28px;
}

/*.caption1 {
        background:url(../../images/applications/bolle_v2/yuu_garden.png) no-repeat;
}

.caption2 {
        background:url(../../images/applications/bolle_v2/yuu_kitchen.png) no-repeat;
}

.caption3 {
        background:url(../../images/applications/bolle_v2/yuu_retail.png) no-repeat;
}

.caption4 {
        background:url(../../images/applications/bolle_v2/yuu_office.png) no-repeat;
}*/

/*.royalSlider .royalCaptionItem {*/
/*        position: absolute;*/
/*        left: 586px;*/
/*        top: 45px;*/
/*        margin: 0;*/
/*        padding: 62px 30px 0 24px;*/
/*        background:url(../../../img/background-caption.png) no-repeat;*/
/*        width: 284px;*/
/*        height:173px;*/
/*        font-family: 'LatoRegular', sans-serif; */
/*        color: #7d7e81;*/
/*        font-size: 20px;*/
/*        line-height: 30px;*/
/*} */

.headerImg {
        margin-left: 20px;
}

span.captionImg {
        margin: 10px 50px 0 20px;
        display: block;
}