/*-------------> BAROUSEL */
.barousel
{
    position:relative;
    margin-bottom:0px;
    width:720px;
    height:401px;
   
}

.barousel_image
{
    position:absolute;
    z-index:10;
    width:720px;
    height:500px;
    top: 80px;
}

.barousel_image img
{
    position:absolute;
    display:none;
}

.barousel_image img.default
{    
    display:block;
}

.barousel_image img.current
{
    z-index:10;
}

.barousel_image img.previous
{
    z-index:5;
}

.barousel_content
{
    position:absolute;
    padding: 10px 20px;   
    z-index:50;
    width:680px;
      
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

.barousel_content p
{
    font-size:13px;
    font-weight:normal; 
    line-height:17px;   
}

.barousel_content p.header
{
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
    color:#fff55b;
    background-color:transparent !important;
}

.barousel_nav
{
    position:absolute;
    padding:3px 3px 0px 0;
    height:23px;    
    background:#000;
    bottom:0;
    z-index:20;
    width:497px;
}

.barousel_nav .counter
{    
    float:right;
    font-size:0.75em;
    color:#fff;
    margin:3px 5px 0 0;
}

.barousel_nav ul
{
    float:right;
    padding:0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-left:3px;
    font-size:0;
    line-height:0;
    list-style:none;
}

.barousel_nav li a
{
    display:block;
    width:25px;
    height:20px;
    background-color:#4d4d4d;
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a:hover
{
    background-color:#6e6e6e;
}

.barousel_nav li a.current
{
    background-color:#fff55b;
}

.barousel_nav li.prev a
{
    background:url("../images/strelki.png") no-repeat scroll 0 0 transparent;
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
    background:url("../images/strelki.png") no-repeat scroll 0 0 transparent;
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}

/*-------------> THSLIDE */
.thslide
{    
   
    width:720px;
    height:80px;
    
}

.thslide_nav_previous
{
    float:left; 
    margin-right: 5px;   
}

.thslide_nav_next
{
    float:right; 
     margin-left: 5px;    
}

.thslide_nav_previous a,
.thslide_nav_next a
{
    display:block;
    width:17px;
    height:80px;     
    text-decoration:none;  
    background-repeat:no-repeat; 
    height: 44px;
    margin-top: 13px;  
}

.thslide_nav_previous a
{
    background:url("../images/strelki.png") no-repeat scroll 0 0 transparent;    
    background-position:0 0;
    display: block;
    width: 17px;
    height: 44px;
}

.thslide_nav_next a
{
    background:url("../images/strelki.png") no-repeat scroll 0 0 transparent;    
    background-position:100% 0;
}



.thslide_list
{
    float:left;
    overflow:hidden;   
    position:relative; 
    width:675px;
    height:80px;    
}

.thslide_list ul
{
    float:left;
    width:9000px;
    padding:0;
    margin:0;
    list-style:none;
}

.thslide_list li
{
    float:left;
    margin-right:10px;
}

.thslide_list li a
{
    display:block;
    position:relative;
    width:90px;
    height:80px;    
    text-decoration:none;
}

.thslide_list li a img
{
    position:absolute;
}

.thslide_list li a span
{
    position:absolute;
    display:block;
    width:84px;
    height:62px;    
}

.thslide_list li a:hover span,
.thslide_list li a.current span
{    
    border:3px solid #fff55b;
}

/* Specific implementation */
#barousel_thslide
{
    height:700px;
}

#barousel_thslide .barousel_content
{
    bottom:0px;
}

#thslide_barousel_nav
{
    position:absolute;
    top:0;
}