section.slider {

    height: 321px;
    position:relative;
    margin-bottom: 0.6em;
}

.slider .inner {
    

} 


.slider article .dot {
    position: absolute;
    top:0;
    left: 0;
    padding: 20px;
    padding-right: 40px;
    /*background-image: url(../images/homepage-slider-dot.png);*/
    width: 280px;
    height: 271px;
    z-index: 200;
    line-height: 1em;
    font-size: 22px;
     text-shadow: 0px 0px 8px rgba(0,0,0,.40);
     color: white;
}

.slider h1 {
    font-family: 'CartoGothicStdBold', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 36px;
    text-shadow: 0px 0px 8px rgba(0,0,0,.40);
    line-height: .8em;
    border-bottom: 0;
    margin-bottom: 0em;
    margin-top: .6em;
    padding: 0;
    padding-bottom: .2em;
}

.slider .inner {
        position: absolute;
        overflow: hidden;
        top:0;
        left:0;
        width: 983px;
        height: 316px;
          background-image: url('../images/carousel-bg.png');
  background-repeat: no-repeat;
    padding: 10px;
    margin: -10px;
        
}

.slider article {
    border-radius: 12px;
    position: absolute;
    top:7px;
    left: 7px;
    width: 980px;
    height: 311px;
    display: block;
    cursor: pointer;
    border: 2px solid white;
}


ul.taba {
    position: absolute;
    z-index: 300;
    width: 660px;
    height: 40px;
    background-color: transparent;
   text-align: left;
   bottom: 17px;
   right: 17px;
   margin: 0;
   padding:0;
   border-bottom-right-radius: 12px;
   text-align: right;
}

ul.taba li 
{
    opacity: 0.9999; /* anti aliasing hack */
    background-image: url('/images/tab-end.png');
    background-position: right;
    background-repeat: no-repeat;
    font-family: 'CartoGothicStdBook', Helvetica, Arial, sans-serif;
    color: white;
    font-size: 12px;
    margin: 0;
    line-height: 3em;
    display: inline-block;
    -ox-shadow: 0px 3px 4px rgba(0,0,0,0.2);
    padding-left: 8px;
    padding-right: 32px;
    text-align: center;
    cursor: pointer;
    margin: 3px;
    white-space: nowrap;
  overflow: hidden;
}

.ie7 ul.taba li {
    
    float:left;
    display: block;
}

.dot .huge 
{
    line-height: 0px;
    display: block;
    font-size: 96px;
    height: 56px;
    }
    
.dot  .big 
{
    line-height: 0px;
    font-size: 56px; 
    height: 32px;
    display: block;
    }    
    

.dot  .medium 
{
    line-height: 0px;
    display: block;
    font-size: 32px; 
    height: 24px;  
    
    }
    
.dot  .small 
{
    display: block;
    line-height: 0px;
    font-size: 24px;  
     height: 16px; 
    }     

.dot  .tiny 
{
    display: block;
    line-height: 0px;
    font-size: 16px;  
     height: 10px; 
    
    }
    
    

.dot strong 
{
color: white;
}
    
ul.taba li.active 
{
    
     font-family: 'CartoGothicStdBold', Helvetica, Arial, sans-serif;
}

iframe 
{
    
    width: 50%;
overflow: hidden;
margin-left: 25%;
    
    }


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.huge {

}

.big {

}

.medium {

}

.small {

}

.tiny {

}

