﻿/*照片展示*/
	#PhotoShow{width:1280px;position:relative;margin:0 auto;}
	#PhotoShow .columnbox2{height:369px;position:relative;margin-bottom:15px;background-color:#050f16;}
	#PhotoShow .columnbox{width:1280px;overflow:hidden;margin-bottom:15px;}
	#PhotoShow .columnbox .photolist3{width:1320px;}
	#PhotoShow .gundong{width:1250px;margin:0 auto;}
	#PhotoShow .gundong .jCarouselLite{float:left;width:875px;height:331px;overflow:hidden;padding-top:28px;}
	#PhotoShow .move_right,#PhotoShow .move_left{float:left;width:31px;height:286px;position:absolute;top:27px;z-index:500;}
	#PhotoShow .move_left span,#PhotoShow .move_right span{width:31px;height:63px;position:absolute;top:50%;margin-top:-31px;background:url(../images/arrow.png) no-repeat left top ;background-repeat:no-repeat;}
	#PhotoShow .move_left{left:6px;}
	#PhotoShow .move_left span{background-position:left top;}
	#PhotoShow .move_left:hover span{background-position:left bottom;}
	#PhotoShow .move_right{right:6px;}
	#PhotoShow .move_right span{background-position:right top;}
	#PhotoShow .move_right:hover span{background-position:right bottom;}	
	/*照片列表*/
	.PhotoList{float:left;}
	.PhotoList li{margin:0 12px;float:left;width:216px;position:relative;display:inline;background-color:#3c637d;}
	.PhotoList li:hover .photo{border-color:#bba882;}
	.PhotoList li strong{height:46px;line-height:46px;text-align:center;overflow:hidden;font-size:14px;color:#afa174;display:block;}
	.PhotoList li .photo{width:210px;height:278px;border:3px solid #0f4c75;display:block;}
	.PhotoList li .photo img{width:100%;height:100%;display:block;}
	.PhotoList li a strong{height:49px;line-height:49px;text-align:center;overflow:hidden;display:block;}
	.photo_fullsize img{display:block;width:100%;height:100%;}	/*图片全尺寸*/