#bodyArea .scroller {
	overflow: hidden;
	width: 720px;
	/*border:1px solid #F00;*/
	margin: 0 auto;
}
#bodyArea .scroller .content {
	width: 10000px;
}
#bodyArea .scroller .section {
	float: left;
	overflow: hidden;
	width: 720px;
}
.navScroller {
	height: 25px;
	margin-top: 5px;
}
a {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a.button.previous {
	float: left;
	text-indent: -9999px;
	background: url(../images/btnPrevious.png) no-repeat 0 0;
	height: 25px;
	width: 25px;
}
/*
a.button.previous:hover, a.button.previous:active {
	background: url(../images/btnPrevious.png) no-repeat 0 -25px;
}
*/
a.button.next {
	float: right;
	text-indent: -9999px;
	background: url(../images/btnNext.png) no-repeat 0 0;
	height: 25px;
	width: 25px;
}
/*
a.button.next:hover, a.button.next:active {
	background: url(../images/btnNext.png) no-repeat 0 -25px;
}
/*
/* FixPNG for IE6 */
/* FixPNG from Komodo */
* html .fixPNG {
azimuth: expression( this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/cssimg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true );
}
