/*-------------> BAROUSEL */
.barousel
{}
.barousel_image
{
	overflow: hidden;
}

.barousel_image img
{
    position:absolute;
    max-width: 1137px;
    min-width: 927px;
    width: 94%;
	display: none;
}

.barousel_image img.default
{    
    display:block;
}

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

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

.barousel_content
{
    z-index:50;
    color:#fff;
}

.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
{
    height:23px;    
    bottom:0;
    margin: 0 auto;
    margin: -71px auto 18px auto;
    position: relative;
    z-index:20;
    white-space: nowrap;
}

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

.barousel_nav ul
{
    padding:0;
    margin:0 auto;
    text-align: center;
}

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

.barousel_nav li a
{
    display:block;
    width:6px;
    height:6px;
    border-radius: 3px;
    background-color:#ddd;
    margin-right: 2px;
    font-size:0;
    line-height:0;
    text-decoration:none;
    outline: none;
    border-bottom: 0;
}

.barousel_nav li a:hover
{
    background-color:red;
}

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

.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;
    z-index:99;
    top:70px;
    left:135px;
}



