
#zSlider{
	width:650px;
	background-color:#CCC; 
	overflow:hidden; 
	display:inline; 
	}
#picshow{
	position:relative; 
	float:left;
	}
#picshow,#picshow_img{
	width:500px;
	height:330px; 
	overflow:hidden; 
	float:left;
	}
#picshow_img li{
	width:500px;
	height:330px; 
	overflow:hidden; 
	float:left;
	display:none;
	}
#picshow_img img{
	width:500px;
	height:330px;
	}
#picshow_tx{
	left:0px; 
	width:500px;
	bottom:0px; 
	position:absolute;
	height:30px;
	overflow:hidden;
	}
#picshow_tx li{
	background:url(../images/picshow_bg.png) repeat; 
	padding:10px;
	height:10px;
	color:#fff;
	display:none;
	}
#picshow_tx li a{
	color:#fff;
	}
#picshow_tx li a:hover{
	text-decoration:underline;
	}
#picshow_tx li h3{ 
	margin:10px 0;
	}
#picshow_tx li p{ 
	color:#ccc; 
	line-height:16px;
	height:16px; 
	overflow:hidden;
	}
#select_btn{
	width:140px;
	height:330px; 
	float:right;
	display:inline;
	}
#select_btn li{ 
	width:140px;
	height:75px; 
	cursor:pointer;
	}
#select_btn a{
	color:#000;
	}
#select_btn img{
	width:140px;
	height:75px;
	float:right;
	}
#select_btn .select_text{
	height:20px; 
	font:bold 13px/16px 'Microsoft YaHei';
	overflow:hidden; 
	display:block;
	}
#select_btn .select_text:hover{
	text-decoration:underline;
	}
#select_btn .select_date{
	height:23px;
	line-height:23px; 
	overflow:hidden; 
	display:block;
	}

#picshow_img{
	position:absolute;
	}



