.blk_29 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 10px;
	OVERFLOW: hidden;
	PADDING-TOP: 10px;
	ZOOM: 1;
	POSITION: relative
}
.blk_29 .LeftBotton {
	LEFT: 5px;
	FLOAT: left;
	WIDTH: 25px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 25px;
	HEIGHT: 190px;
	background-image: url(../images/left_63.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.blk_29 .RightBotton {
	RIGHT: 5px;
	FLOAT: right;
	WIDTH: 25px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 25px;
	HEIGHT: 190px;
	background-image: url(../images/right_66.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.blk_29 .Cont {
	MARGIN: 0px auto;
	OVERFLOW: hidden;
	WIDTH: 924px;
	padding-right:4px;
	PADDING-TOP: 5px;
	margin:auto;
}
.blk_29 .box {
	FLOAT: left;
	WIDTH: 185px;
	TEXT-ALIGN: center
	/*border: 1px solid red;*/
}
.rollphotos {
	MARGIN-TOP: 2px;
	WIDTH: 990px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #666666;
}
.box img {
	/*height: 136px;*/
	width: 160px;
	border: 1px solid #E0E0E0;
	padding: 2px;
}
#focus {
	width: 780px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#focus ul {
	height: 500px;
	position: absolute;
}

#focus ul li {
	float: left;
	width: 780px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#focus ul li div {
	position: absolute;
	overflow: hidden;
}

#focus .btnBg {
	position: absolute;
	width: 780px;
	height: 62px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 62px;
	font-size: 24px;
	text-indent: 20px;
}

#focus .btn {
	position: absolute;
	width: 780px;
	height: 10px;
	padding: 5px 10px;
	right: 0;
	bottom: 5px;
	text-align: right;
}

#focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 30px;
	height: 6px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #fff;
}

#focus .btn span.on {
	background: #fff;
}

#focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 150px;
	background: url(../images/sprite.png) no-repeat 0 0;
	cursor: pointer;
	display: none;
}

#focus .pre {
	left: 0;
}

#focus .next {
	right: 0;
	background-position: right top;
}

#focus:hover .preNext {
	display: block;
}