/*css http://www.midasweb.eu */
#barousel_itemnav {
  position:relative;
/*
  height:370px;
  width: 940px;
  margin: 10px 10px 15px 10px;
  padding: 23px 0px 0px 0px;
*/
  height:240px;
  width: 447px;
/*   margin: 0px 0px 0px 0px; */
  margin: 30px 30px 30px 33px;
  padding: 0px 0px 0px 0px;
  /* background-color:black; */
  border: 3px double #842908; 
}

.barousel_image
{
    position:absolute;
    z-index:10;
/*
    width:500px;
    height:375px;
*/
}

.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:15px 18px 0 18px; */
    padding:10px 10px 5px 10px;    
    z-index:50;
/*
    background:url(../images/bg_barousel_content.png) repeat 0 0;
*/
/*
    background:url('barousel_bg.png') repeat 0 0;
    color:#F98304;    
    background:url(../img/pmh.gif) repeat 0 0;
*/
    
    color:#fff;
    width:427px;
/*
    width:200px;
    bottom:13px;
    left:10px;
*/
    bottom:0px;
    left:0px;                             
/*  
    display:block;
    background: none repeat scroll 0 0 #F98304; 
    background-color: rgba(249, 131, 4, 0.7);
    background-color: rgba(255, 255, 255, 0.7);
*/
    background-color: rgba(249, 131, 4, 0.9);
    background-color:rgb(249, 131, 4);
    opacity : 0.9; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
             
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

#barousel_itemnav .barousel_content p
{
    padding:0px;
    font-size:15px;
    font-weight:normal; 
    line-height:15px;
    text-align: left;     
}
#barousel_itemnav .barousel_content p strong
{
    font-weight:bold;
    color:white;
}

.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;
*/
    padding:0px 0px 0px 0;
    height:20px;    
    background:transparent;
    bottom:23px;
    right:15px;
    z-index:20;
    width:auto;
}

.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_itemnav .barousel_nav li
{
    float:left;
    padding-left:3px;
    font-size:0;
    line-height:0;
    list-style:none;
    list-style-type:none;
    margin:0px;
}
.barousel_nav li a { display: block; height: 14px; width: 14px; background-color:#842908; /*background-image: url('images/barousel/circle.png'); */ /* background-position: 0px -12px; */ font-size: 0px; text-indent: -9999px; }
.barousel_nav li a:hover, .barousel_nav li a.current { display: block; height: 14px; width: 14px; background-color:#EA7305 ;/* background-image: url('images/barousel/circle_on.png'); */ /* background-position: 0px -12px; */ font-size: 0px; text-indent: -9999px; }

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}