/*-------------> BAROUSEL */
.barousel{  position:relative;background: none;   width:600px; * width:600px; height:280px;  padding-top:62px;/* Change to vertical align nav boxes */}

.barousel_image{  position:absolute;  z-index:10;}

.barousel_image img{ height: 280px;position: absolute;  width: 600px;   display:none;}

.barousel_image img.default{        display:block;}

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

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

.barousel_content{  display:none;  position:absolute;    padding:15px 18px 0 18px;       z-index:50;    color:#fff;    width:247px;    bottom:36px;    left:10px;}

.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;     top:180px;    z-index:100;  height:55px;  width:600px; /* Change to horizontal align nav boxes */
}

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

.barousel_nav ul{padding:0;    margin:0;overflow:hidden}

.barousel_nav li{    float:left;    padding-left:3px;    font-size:0;    line-height:0;    list-style:none;}
.barousel_nav li.prev{float:left; display:none}
.barousel_nav li.next{float:right;display:none}
.barousel_nav li a{    display:block;    width:30px;    height:36px;   font-size:0;    line-height:0;    text-decoration:none;}

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

.barousel_nav li.prev a{    background-image:url(../images/left-arrow.png);    background-repeat:no-repeat;    background-position:0 0;}

.barousel_nav li.next a{    background-image:url(../images/right-arrow.png);    background-repeat:no-repeat;    background-position:0 0;}

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