#slider {width:310px}
.header {
	width:280px; 
	border:1px solid #dddddd; 
	border-top-color: #FFFFFF; 
	padding:5px 10px; 
	font-weight:bold; 
	cursor:pointer; 
	background-color:#eeeeee; 
	line-height: normal;
	}
.header:hover { 
	background-color:#dddddd;

	}
.content {overflow:hidden}
.text {
	width:280px; 
	border:1px solid #dddddd; 
	border-top:none; 
	padding:10px}

#sliderW {width:390px}
.headerW {
	width:375px; 
	border:1px solid #dddddd; 
	border-top-color: #FFFFFF; 
	padding:5px 10px; 
	font-weight:bold; 
	cursor:pointer; 
	background-color:#eeeeee; 
	line-height: normal;
	}
.headerW:hover { 
	background-color:#dddddd;

	}
.contentW {width:390px; overflow:hidden}
.textW {
	width:368px; 
	border:1px solid #dddddd; 
	border-top:none; 
	padding:10px}