
/*
css del header
*/
div#fakeheader {
/*
background-image:url('sliderImgs/s1.jpg');
*/
background-position:top center;
background-repeat:no-repeat;
 
width:100%;
height:412px;
position: absolute;
top:178px;
z-index:2;
display:none;
overflow:hidden;
}


div#fakeheaderBG {
overflow:hidden;

/*
background-image:url('sliderImgs/s1.jpg');
*/
background-position:top center;
background-repeat:no-repeat;
width:100%;
height:412px;
position: absolute;
top:178px;
z-index:1;
display:none;
}


div#imgCache{
position: absolute;
top:0px;
left:0px;
display:none;
}


div#sliderNav{
width:30%;
height:20px;
left:63%;
position: absolute;
top:540px;
z-index:3;
text-align:left;
display:none;
}