.barousel
{
    position:relative;
    margin-bottom:0px;
    width:600px;
    height:400px;
    border:3px solid #000;
}

.barousel_image
{
    position:absolute;
    z-index:10;
    width:600px;
    height:400px;
}

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

.barousel_content div
{
    
}

.barousel_content div.default
{
       
}

.barousel_content p
{
      
}

.barousel_content p.header
{
    
}

.barousel_content a,
.barousel_content a:hover
{
    
}

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

.barousel_nav .counter
{    
    float:right;
    font-size:11pt;
    color:#000;
	display: none;
    margin:3px 5px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

.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:#fff;
    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-image:url(../Images/back.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
    background-image:url(../Images/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;
}