#globalHolder
{
    position:absolute;
    width:100%;
    height:100%;
    z-index:70;
}

#bg {
    height:auto;
    left:0;
    min-height:100%;
    min-width:1024px;
    position:fixed;
    top:0;
    width:100%;
    z-index:1;
}

.hLine
{
    background-image:url(img/line.png);
    height:2px;
}

.CenterHolderClass
{
    width:850px;
    margin:auto;
   /* border:1px solid #FFF;*/

}

#subMenuHolder
{
    margin-left:78px;
    position:absolute;
    margin-top:10px;
}

div#menuHolder
{
    height:70px;
}

div#headerHolder
{
    height:80px;
}

div#contentHolder
{
    margin-bottom:20px;
    min-height:350px;
}

div#contentHolder img, div#contentHolder * img
{
    border:5px solid #FFF;
}

div#contentHolder *
{
    text-shadow: #000 2px 2px 2px;

}

div#imageRunner
{
    height:270px;
}

.rrItem
{
     filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.20; 
    opacity: 0.20; 
    -ms-filter: "alpha(opacity=20)"; /* IE 8 */
}

#footerHolder
{
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.60; 
    opacity: 0.60; 
    margin-top:25px;
    margin-bottom:20px;
}

#footerHolder *
{
    color:#ffffff;
    font-size:11px;
}





.bigTicker
{
    z-index:100;
    margin:auto;
    margin-top:-30px;
    width:541px;
    height:541px;
    border:0px solid #000;
}

#tickerHolder
{
    position:absolute;
    margin:auto;
    width:100%;
    z-index:5000;
}

#bLeft, #bRight
{
    background-color:Transparent;
    z-index:10005;
    zoom:1;
}

#btnLeft
{
    position:absolute;
    width:64px;
    height:64px;
    background-image:url(img/tickerLeft.png);    
    margin-top:240px;
    cursor:pointer;
    z-index:10000;
}

#btnLeft:hover
{
    background-image:url(img/tickerLeft_over.png);    
}

#btnRight
{
    position:absolute;
    width:83px;
    height:83px;
    background-image:url(img/tickerRight.png);
    margin-top:240px;
    cursor:pointer;
    z-index:10000;
}

#btnRight:hover
{
    background-image:url(img/tickerRight_over.png);    
}

#tickerLU
{
    float:left;
    position:relative;
    white-space:nowrap;
    left:0;
    margin:0;
    padding:0;
    overflow:hidden;
    width:100%;    
}

.tickerLI
{
    white-space:nowrap;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position:relative; 
    float:left;
    
    opacity:0.4;
    filter:alpha(opacity=40)
}

#refList
{
    background-image:url(img/refListBg.png);
    background-repeat:repeat-x;
}

#refMarger
{
    padding:15px 0px 0px 15px;    
}

.ReferenceItemHolder
{
    float:left;
    height:210px!important;

}

.ReferenceItemHolder h2
{
    background-color:#4E1909;
    padding:10px;
}



.sliderImgs * 
{
    border-style:none!important;
}

.sliderImgHolder
{
    height:234px!important;
    border:1px solid #fff;
    
}

.sliderImgs div { display: none }
.sliderImgs div.first { display: block }



.sliderImg
{
  
}



.smallLeft
{
    position:absolute;
    width:47px;
    height:47px;
    background-image:url(img/smallLeft.png);
    cursor:pointer;
}

.smallLeft:hover
{
    background-image:url(img/smallLeft_over.png);
}

.smallRight
{
    position:absolute;
    width:47px;
    height:47px;
    background-image:url(img/smallRight.png);
    margin-left:220px;
    cursor:pointer;
}

.smallRight:hover
{
    background-image:url(img/smallRight_over.png);
}

.sliderNav
{
    margin-top:30px;
    margin-left:-16px;
}

.magnify{
    position:absolute;
    width:47px;
    height:47px;
    background-image:url(img/magnifie1.png);
    cursor:pointer;
    z-index:2000;
    margin-top:-15px;
    margin-left:90px;
}

.magnify:hover{
    position:absolute;
    width:47px;
    height:47px;
    background-image:url(img/magnifie2.png);
    cursor:pointer;
}