/*----酷站代码收集整理 www.5icool.org----*/
.scroller {
	OVERFLOW: hidden; WIDTH: 485px; HEIGHT: 116px
}
.scroller .section {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 485px; WHITE-SPACE: nowrap; HEIGHT: 116px; TEXT-ALIGN: center
}
.scroller .content {
	WIDTH: 10000px
}
#prevLink {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 20px;
	TEXT-INDENT: -99999px;
	POSITION: absolute;
	TOP: 35%;
	HEIGHT: 20px;
	background-image: url(../img/glider-arrows.png);
	background-repeat: no-repeat;
}
#nextLink {
	DISPLAY: block;
	OVERFLOW: hidden;
	WIDTH: 20px;
	TEXT-INDENT: -99999px;
	POSITION: absolute;
	TOP: 35%;
	HEIGHT: 20px;
	background-image: url(../img/glider-arrows.png);
	background-repeat: no-repeat;
}
