.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
	width:2px;
	overflow:hidden;
	
	
}

#main_qscroller1{
	margin:0px auto;
	
	text-align:center;
	font-size: 8pt;
	color:rgb(255,255,255);
	font-weight:bold;
	
	
	height:22px;
	
	
}

#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 {
	
	border:0px solid rgb(255,0,0);
	height:22px;
	
	background-color:rgb(255,255,255);
	
	
}

.qslide {
		
	text-align:center;
	font-size: 8pt;
	color:rgb(255,255,255);
	font-weight:bold;
	padding: 3px;
}

