/*图片盒子 总容器样式*/
.PyzyImgBox{width:895px;height:475px; border:solid #FFFFFF 3px; background-color:#F3F3F3;text-align:left;}
	/*设置所有子元素边距为0防止继承后导致界面错乱*/
	/*.PyzyImgBox div{padding:0px;margin:0px;}*/
	/*图片盒子 标题容器*/
	.PyzyImgBoxTitle{height:40px; }
		/*图片盒子标题右侧的关闭*/
		.PyzyImgBoxTitle span{float:right;background:url(../images/hotel_img_show_box_byhuzj.gif) 0px 0px;height:27px;width:27px; cursor:pointer;}
		/*图片盒子标题左侧的标题图片*/
		.PyzyImgBoxTitle img{background:url(../images/hotel_img_show_box_title_byhuzj.gif) no-repeat;width:143px;height:27px;}
	/*大图片显示功能容器*/
	.PyzyImgBoxBody{height:388px;text-align:center;}
		/*“前一个”按钮*/
		.PyzyImgBoxForwardButton{float:left;width:60px;height:388px;}
			.PyzyImgBoxForwardButton img{background:url(../images/hotel_img_show_box_byhuzj.gif) 0px -88px; margin-top:175px;cursor:pointer;width:29px;height:33px;}
		/*“后一个”按钮*/
		.PyzyImgBoxNextButton{float:right;width:60px;height:388px;}
			.PyzyImgBoxNextButton img{background:url(../images/hotel_img_show_box_byhuzj.gif) 0px -141px;margin-top:175px;cursor:pointer;width:29px;height:33px;}
		/*主角出场：大图片显示容器*/
		#divPyzyImgBoxContent{position:relative;margin:0px 60px;height:434px;width:772;background:url(../images/b.gif) center center no-repeat;}
	/*底部功能区background:url(../images/hotel_img_show_box_byhuzj.gif) 0px -294px;*/
	.PyzyImgBoxBottom{ margin-top:50px;height:85px; background-color:#F3F3F3;}
		/*图片播放进度*/
		.PyzyImgBoxRate{width:50%; margin-top:1px;background-color:#bbbbbb;height:3px;}
		/*小图片显示容器*/
		.PyzyImgBoxMinImg{height:53px;text-align:center;}
		/*小图片容器中的向左滚动按钮*/
		.PyzyImgBoxLeftScroll{float:left;height:53px;width:22px;}
			.PyzyImgBoxLeftScroll img{margin-top:10px;background:url(../images/hotel_img_show_box_byhuzj.gif) 0px -198px;cursor:pointer;width:9px;height:32px;}
		/*小图片容器中的向右滚动按钮*/
		.PyzyImgBoxRightScroll{float:right;height:53px;width:22px;}
			.PyzyImgBoxRightScroll img{margin-top:10px;background:url(../images/hotel_img_show_box_byhuzj.gif) 0px -249px;cursor:pointer;width:9px;height:32px;}
		/*小图片容器*/
		.PyzyMinImgBox{margin:0px 23px;height:53px;}
			/*用于设置overflow若在上一层设置将无法正常排版*/
			.PyzyMinImgBox div{width:840px;overflow:hidden;white-space:nowrap; font-size:0px;}
			/*小图片显示样式 透明样式兼容IE FF*/
			.PyzyMinImgBox img{filter:alpha(opacity=50);opacity: 0.5;cursor:pointer;margin:1px 4px;height:70px;width:125px; padding:1px 3px; border:solid #ccc 1px;}
			/*若为当前图片则取消透明*/
			.PyzyMinImgBox img.Sel{filter:none;opacity:100;border:solid #aaa 2px;}
			
			.picshow {
	BORDER-BOTTOM: #d9e0ea 1px solid; BORDER-LEFT: #d9e0ea 1px solid; MARGIN: 0px auto; WIDTH: 920px; HEIGHT: 480px; BORDER-TOP: #d9e0ea 1px solid; BORDER-RIGHT: #d9e0ea 1px solid
}