body {
margin: 0;
font-size:16px;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
}

/* identify sliderwrap to show the slider*/
#sliderWrap {
margin: 0 auto;
width: 655px;

}

/* Slider option: location, width and height*/
#slider {

position: absolute;
background-image:url(../images/slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 655px;
height: 43px;
margin-top: -45px;
}

#slider img {
border: 0;
}

#sliderContent {
margin: 3px 0 0 18px;
position: absolute;
text-align:center;
color:#333333;
font-weight:bold;
height:25px;
width:250px;
}

#openCloseWrap {
position:absolute;
top:26px;
left:14px;
font-size:12px;
font-weight:bold;
}
