
/*----------------------------Slider----------------------------*/
#slider-wrapper {
    position:absolute;
    width:587px;
    height:300px;
   
    padding-top:0px;
    
    clear:both;
    top: 141px;
left: 323px;

    z-index:2;
}

 .slider-wrapper,.nivoSlider , img{
        width:645px;
      
    
     
    }

#slider {
    position:relative;
    width:651px;
    height:300px;
    margin-left:0px;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}



.nivo-directionNav a {
    display:block;
    width:22px;
    height:42px;
    background:url(../images/NavArrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right: -22px;
margin-left: -22px;
margin-top: 41px;
}
a.nivo-nextNav {
    background-position:0px -107px;
    
}
a.nivo-nextNav:hover
{
    
    background-position: 0px -158px;
    
}
a.nivo-prevNav {
    background-position: 0px 0px;
    
}
a.nivo-prevNav:hover
{
    background-position: 0px -51px;
    
}

.nivo-caption {
    text-shadow:none;
    font-family: Arial, Helvetica, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.button_quote
{  cursor: pointer;
width: 166px;
height: 36px;
background: url("../images/BIG_Btn_BG.png") repeat scroll 0% 0% transparent;
margin-top: 268px;
position: absolute;
z-index: 100;
margin-left: 463px;
padding-left: 15px;
padding-top: 13px;
color: white;
text-decoration: none;
letter-spacing: 0px;
border-radius: 5px;
font-family: RacingSansOne;
box-shadow: 1px 1px 1px #AAAAAA;
font-size: 20px;

 behavior: url(../../PIE.htc);

}
.button_quote:hover
{
    background: url("../images/BIG_Btn_BG_Rollover.png") repeat scroll 0% 0% transparent;
    
    color:black;
}