.barousel
{
    position:relative;
    margin-bottom:0px;
    margin-left:24px;
    width:922px;
    height:341px;
    
}

.barousel_image
{
    position:absolute;
    z-index:10;
    width:922px;
    height:341px;
}

.barousel_image img
{
    position:absolute;
    display:none;
    border: 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:15px 18px 0 0;    
    z-index:50;
    color:#fff;
    width:450px;
    top:208px;
    left:-5px;
    font-family:Tahoma;
    font-size:15px;
    font-weight:bold; 
    cursor:pointer;
    height: 40px !important;
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

.barousel_content p
{
    /*line-height:30px;*/   
    opacity:0.9;
    padding: 5px;
    background-color: #FF0000;
    text-transform:uppercase;
}

.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;
}

.pre_nav
{
display:inline-block;
 position:absolute;
    padding:3px 3px 0px 0;
    height:37px;    
    bottom:0;
    z-index:20;
    width:922px;
    float:right;
}

.barousel_nav
{
    display:inline-block;
    position:absolute;
    left:0;
    padding:3px 3px 0px 0;
    height:37px;    

    bottom:0;
    z-index:30;
    width:100px;
    float:left;
}

.barousel_nav .counter
{    
    float:right;
    font-size:0.75em;
    color:#fff;
    margin:3px 5px 0 0;
}

.barousel_nav ul
{
    float:right;
    padding: 11px 14px 0 0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-right:10px;
    font-size:0;
    line-height:0;
    list-style:none;
    z-index:21;
}

.barousel_nav li a
{
    display:block;
    width:12px;
    height:12px;
    background-image:url(../images/navball.png);
    background-repeat: no-repeat;
    background-position: top;
    font-size:0;
    line-height:0;
    text-decoration:none;
    
}

.barousel_nav li a:hover
{
    background-image:url(../images/navball.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.barousel_nav li a.current
{
    background-image:url(../images/navball.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.barousel_nav li.prev a
{
    background-image:url(../images/barousel_link_previous.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
    background-image:url(../images/barousel_link_next.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}

.buttonmore {position: relative; z-index:20; top:16px; left:832px;}
.cdescr {position: relative; top:40px; left:114px; font-family:Tahoma; font-size:12px; color:#000;  display:inline-block; font-weight:normal;}