.container {
	width: 980px; height: 350px; overflow: hidden; position: relative; cursor: pointer;
}
.slides {
	left: 0px; top: 0px; position: absolute;
}
.slides > div {
	top: 0px; width: 980px; display: none; position: absolute;
}
#loopedSlider {
	margin: 0px auto; width: 980px; clear: both; position: relative;
}
#newsSlider {
	margin: 0px auto; width: 980px; clear: both; position: relative;
}
#statepicmask {
	width: 980px; height: 350px; float: left; position: absolute; z-index: 333;
}
ul.pagination {
	list-style: none; margin: -29px 0px 0px 70px; padding: 0px; width: 46px; position: absolute; z-index: 666;
}
ul.pagination li {
	float: left;
}
ul.pagination li a {
	background: url("../images/count_itemoff.png") no-repeat left top; width: 7px; padding-right: 12px;
}
ul.pagination li.active a {
	background: url("../images/count_itemon.png") no-repeat left top; width: 7px; padding-right: 12px;
}
.previous {
	background: url("../images/item_prev.png") no-repeat left top; width: 15px; height: 15px; text-indent: -999px; margin-top: -33px; margin-left: 28px; float: left; position: absolute; z-index: 666;
}
.previous a {
	background: url("../images/item_prev.png") no-repeat left top; width: 15px; height: 15px; text-indent: -999px;
}
.previous a:hover {
	background: url("../images/item_prev_.png") no-repeat left top; width: 15px; height: 15px; text-indent: -999px;
}
.next {
	background: url("../images/item_next.png") no-repeat left top; width: 15px; height: 15px; text-indent: -999px; margin-top: -33px; margin-left: 47px; float: left; position: absolute; z-index: 666;
}
.next a {
	background: url("../images/item_next.png") no-repeat left top; width: 15px; height: 15px; text-indent: -999px;
}
.next a:hover {
	background: url("../images/item_next_.png") no-repeat left top; width: 15px; height: 15px; text-indent: -999px;
}
