@charset "UTF-8";
/* CSS Document */

#panelHide {
position: relative;
width: 960px;
height:auto;
overflow:hidden;
z-index:0;
}
#sliderWrap {
position: relative;
	z-index:1;
margin: 0 auto;
width: 960px;
height:auto;
}
#slider {
	z-index:2;
position: relative;
background-repeat:no-repeat;
background-position: bottom;
width: 960px;
height: auto;
margin-top: -166px;
}
#slider img {
border: 0;
}
#sliderContent {
	
	z-index:3;
margin: 0 0 0 0px;
position: relative;
text-align:left;
color:#333333;
font-weight:bold;
padding: 0px;
}

#openCloseWrap {
position:relative;
margin: 0 0 0 0;
font-size:12px;
font-weight:bold;
text-align:center;
height:29px;
background-image:url(images/panel_button.jpg);
background-position:center;
background-repeat:no-repeat;
}
