.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}

#main_qscroller1{
	margin:0px auto;
}

#go-prev{
/*background-color:rgb(200,200,200);*/
width:21px;
height:21px;
float:left;

display:none;
background-image: url(right_sc.png);
background-position:1px 2px;
background-repeat:no-repeat;



}

#go-next{

/*background-color:rgb(200,200,200);*/
width:21px;
height:21px;
float:right;
display:none;
background-image: url(left_sc.png);
background-position:1px 2px;
background-repeat:no-repeat;


}

#qscroller1 {
	width:auto;
	height:21px;
	border:0px solid #c0c0c0;
	/*background:rgb(255,255,255);*/
}

.qslide {
	/*background:rgb(255,255,255);*/
	text-align:center;
	font-size: 8pt;
	color:rgb(255,255,255);
	font-weight:bold;
	padding: 3px;
}

