/*-------------> BAROUSEL */
.barousel
{
    position:relative;
    margin: 40px 60px;
    width:840px;
    left: 0px;
    top: 20px;
    background: black;
    height:450px; /* Change to vertical align nav boxes */
    -webkit-box-shadow: 5px 8px 18px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 8px 18px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 8px 18px 10px rgba(0, 0, 0, 0.6);
}

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

.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:0px 15px 0px 15px;    
    z-index:50;
    color:#fff;
    width:780px;
    bottom:36px;
    left:10px;
	


}

.barousel_content div
{
    display:none;  
	background: transparent;

}

.barousel_content div.default
{
    display:block;    
}

.barousel_content p
{
    font-family: Cambria, serif;
    font-size:18px;
    font-weight:normal; 
    line-height:17px;   

}

.barousel_content p.header
{
    font-family: Oswald;
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color: orange;

}

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

.barousel_nav
{
    position:absolute;
    padding:3px 3px 0px 0;
    height:23px;    
    bottom:0;
    z-index:20;
    width:800px; /* Change to horizontal align nav boxes */
}

.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:#299A0B;
}

.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;
}

a {
    text-decoration: none;
    color: orange;
    
}
