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


#sliderWrap {
	float:right;
	margin-right:0px;
	padding:0px;

width: 300px;
}
#slider {

position: absolute;
background-image:url(slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 300px;
height: 159px;
margin-top: -130px;
}
#slider img {
border: 0;
}
#sliderContent {
margin-top: 0px;
margin-left:10px;
position: absolute;
text-align:center;


color:#333333;
font-weight:bold;
padding: 10px;
width:260px;
						   -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
		
}
#header {
margin: 0 auto;
width: 600px;
background-color: #F0F0F0;
height: 200px;
padding: 10px;
}
#openCloseWrap {
position:absolute;
margin: 135px 0 0 85px;
font-size:12px;
font-weight:bold;
}

