#images_scroller{
	overflow:hidden;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	width:170px;
	height:216px;
	background:#000;
}

.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}

#qscroller3 {
	overflow:hidden;
	position: relative;
	width:154px; /*205px*/
	height:172px;
	background: #000;
	margin:25px auto 0 auto;
}

#qscroller3-nav {
	position:absolute;
	height:18px;
	visibility: hidden;
	background: #f0f0f0;
	z-index: 1;
	width: 100%;
}

#qscroller3-nav a {
	text-decoration: none;
}

#qscroller3-nav div {
	float: right;
}

#qscroller3-nav img {
	border: none;
	padding: 3px 2px 0;
}


