.anythingSlider{ 
	width: 711px; 
	height: 109px; 
	position: relative; 
	margin: 0px;
	padding:0px; 
}
.anythingSlider .wrapper{ 
	width: 705px; /*照片輪播遮罩寬度*/
	height: 109px; 
	margin: 0px;
	padding:0px;
	position: absolute; 
	top: 0; 
	left: 0; 
}
.anythingSlider .wrapper ul{ 
	width: 9999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0px 0px 0px 26px; 
	padding:0px;
}
.anythingSlider ul li{ 
	display: block; 
	float: left; 
	margin: 0px;
	padding:0px; 
	height: 109px; 
	width: 662px;
	background-color:#fff;
	background-image:none;
}
.anythingSlider .arrow{ 
	display: block; 
	height: 109px; 
	width: 24px; 
	background: url(../images/arrow2.png) no-repeat 0 0; 
	text-indent: -99999px; 
	position: absolute; 
	top: 0px; 
	cursor: pointer; 
}
.anythingSlider .forward{ 
	background-position: 0 0; 
	right: 0px; 
}
.anythingSlider .back{ 
	background-position: -24px 0; 
	left: -0px; 
}
.anythingSlider .forward:hover{ 
	background-position: 0 -109px; 
}
.anythingSlider .back:hover{ 
	background-position: -24px -109px; 
}
.TPContentGroup-album {
	clear: both;
	border-top: solid 2px #e61b14;
	border-bottom:2px solid #e61b14;
	height:109px;
	margin:0px 0px 20px 0px;
}
.TPContent-album {
	overflow: hidden;
	background-color:#fff;
	height:109px;
}
.album{
	display:block;
	width:658px;
	float:left;
	padding:11px 2px 0px 4px;
}
.album-img{
	margin:0px;
	padding:0px 2px 0px 2px;
	list-style-type:none;
	width:126px;
	float:left;
}
.album-img img{
	width:126px;
	height:85px;
	border:none;
	margin:0px 0px 5px 0px;
