
/* below in external file */

div#wn {
	position:relative;
	width:100%;
	height:538px;
	overflow:hidden;
}
div#scrollbar {
	position:relative;
	width:740px!important;
	width:780px;
	height:15px;
	display:block; /* display:none initially */
	font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	margin-left:10px;
}
div#track {
	position:absolute;
	left:12px;
	top:0;
	width:702px;
	height:15px;
	background-color: #404040;
	margin-left:7px;
}
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:20px;
	height:13px;
	background-color:#d9d9d9;
	cursor:pointer;
}
div#left {
	position:absolute;
	left:0;
	top:0;
}
div#right {
	position:absolute;
	right:0;
	top:0;
}
/* for safari, to prevent selection problem  */

div#scrollbar, div#track, div#dragBar, div#left, div#right {
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* so no gap or misplacement due to image vertical alignment

font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */

div#scrollbar img {
	display:block;
}
a.mouseover_left, a.mouseover_left:visited {
	background-image: url(../../images/sds.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 15px;
	width: 14px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}
a.mouseover_left:hover {
	background-image: url(../../images/sdsx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.mouseover_left:active {
	background-image: url(../../images/sdsxx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.mouseover_right, a.mouseover_right:visited {
	background-image: url(../../images/sas.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 15px;
	width: 14px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}
a.mouseover_right:hover {
	background-image: url(../../images/sasx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.mouseover_right:active {
	background-image: url(../../images/sasxx.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.spacerie {
	height: 15px;
	width: 14px;
}
div#scrollbar {
	display:none;
}
