#contentqq {
	margin-top: 25px;
	width: 550px;
	height: 480px;
	float: left;
	background: #FFF;	
}

#gallery img {
	border: none;
}

#gallery_nav {
	float: right;
	width: 77px;
	height: 480px; overflow: hidden;
}
#gallery_nav  img{ width: 75px; height: 75px; display: block; }
#gallery_nav a{
	display: block;width: 75px; height: 75px; margin-bottom: 5px;
}
#gallery_output {
	float: left;
	width: 460px;
	height: 480px;
	overflow: hidden;
}

#gallery_output img {
	max-width: 460px;
	max-height: 480px;
	display: block; margin: 0px auto;
}
.on{ border: 1px solid rgba(255,122,2,1.00); }