#homeSlider {
        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: 586px;
        /*top: 45px;*/
        /*margin: 0;*/
        /*padding: 62px 30px 0 24px;*/
        /*background:url(../../../images/homepage/bg-bolla-systeme-apercu.png) no-repeat;*/
        /*width: 284px;*/
        /*height:240px;*/

        top: 79px;
        margin: 0;
        padding: 95px 40px 0px 40px;
        background: url(../../images/homepage/bg-bolla-systeme-apercu.png) no-repeat;
        width: 255px;
        height: 208px;      
        
        font-family: 'LatoRegular', sans-serif; 
        /*color: #7d7e81;*/
        color: #eb8b1c;
        /*font-size: 20px;*/
        /*line-height: 30px;*/
        /*font-size: 18px;*/
        font-size: 20px;
        line-height: 34px;
}


.tabs {		    
        position: relative;
        top: -44px;
        /*left: 60px;*/
        /*width: 600px;*/
        margin-left: 60px;
}


.ie7 .tabs {
        top: -43px;
}
 
a {
        outline: 0;
}
.tabs span {
        background:#fff; 
        display: block; 
        float: left; 
        cursor: pointer;
        outline: 0; 
        font-family: 'LatoRegular', sans-serif;
        font-size: 20px;   
        text-transform: uppercase;
        color: #7d7e81; 
        text-align: center; 
        padding:15px 10px;
        height: 14px;
}

#firstTab { 
        border-right: 1px solid #efefef; 
} 
#secondTab{ 
        border-left: 1px solid #efefef;
        border-right: 1px solid #efefef;  
} 
#thirdTab{ 
        border-left: 1px solid #efefef;  
} 
#firstTab:hover, #secondTab:hover, #thirdTab:hover{ 
        color: #a9aaaf;
} 
#firstTab.current{
        color: #b6ca29; 
} 
#secondTab.current{
        color: #53a2c3; 
} 
#thirdTab.current{
        color: #eb8b1c; 
}


/* LAYOUT IPAD - ORIENTATION */
/*#wrapper {*/
/*	width:1024px;*/
/*}*/

/*@media only screen and (orientation:portrait){*/
/* Dimensioni per orientamento Portrait */
/*	#wrapper {*/
/*	width:768px;*/
/*}*/