/* @group vertical scroller */

#container{
	z-index:10;
	height: 320px;
	width: 321px;
	margin-left: 352px;
	padding-top: 10px;
}

.IE6 .IE7 .fullspace #container {
	width: 320px;
}


.fullspace div#container {
	width: 666px;
	margin: 0;
	padding: 10px;
}

#easyscrollnav{
	margin: 283px 0 0 285px;
	width: 5px;
	position: absolute;
	z-index: 99;
}

.IE6 #easyscrollnav{
	margin-left: 325px;
}

#easyscrollnav li{
	height: 28px;
	line-height:28px;
}

#easyscrollnav li{
	list-style:none;
	float:left;
	padding:0px;
	cursor:pointer;
}


#btnReset {
	display: none;
}

/* @end */

/* @group horizontal Scroller */

#wn	{ 
    position:relative; 
    width: 641px; height: 26px; 
    overflow:hidden;	
    float: left;
	font-size: 13px;
}

#hs {
	height: 26px;
	width: 678px;
	float: left;
}

#scrollLinks {
	float: right;
	margin-top: 4px;
}

#hs a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	white-space: nowrap;
}

#hs a:hover {
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}

/* @end */
