#page-wrap {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 100%;
}
.anythingSlider {
	height: 500px;
	margin: 0px auto;
	position: relative;
	width: 100%;
	max-width:1500px;
}
.anythingSlider .wrapper {
    height: 479px;
    left: 0;
    margin: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.anythingSlider .wrapper ul {
    left: 0;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    top: 0;
    width: 9999px;
}
.anythingSlider ul li {
    display: block;
    float: left;
    height: 479px;
    margin: 0;
    padding: 0;
    width: 1500px;
	text-align:center;
	overflow:hidden;
}
.anythingSlider .arrow {
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	z-index:120;
	text-indent: -9999px;
	top: 260px;
	width: 60px;
}
.anythingSlider .forward {
	right: 6%;
	background: url(../images/next_btn.png) no-repeat 0px 0px;
	_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/next_btn.png');
}
.anythingSlider .back {
    background: url(../images/pre_btn.png) no-repeat 0px 0px;
	_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/pre_btn.png');
    left:6%;
}
#thumbNav {
	position: absolute;
	text-align: right;
	top: 460px;
	height: 30px;
	overflow: hidden;
	left: 45%;
	z-index: 200;
}
#thumbNav a {
	background: transparent url(../images/cycle_2.png) no-repeat scroll 0 0;
	_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/cycle.png');
	display: inline-block;
	height: 0px;
	margin: 0 10px 0 0;
	padding: 29px 0px 0px;
	width: 30px;
	font-size: 0px;
	line-height: 0px;
}
#thumbNav a:hover {
	background: url(../images/cycle_1.png) no-repeat 0px 0px;
}
#thumbNav a.cur {
background: url(../images/cycle_1.png) no-repeat 0px 0px;
}
