#navThumbs {
	float: right;
/*
	width: 610px;
*/
	height: 41px;
}
#navThumbs DIV {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 20px;
	margin-right: 20px;
}
#navThumbs A {
	color: #333333;
	text-decoration: none;
}
#navThumbs A:hover {
	color: #999999;
}
#navThumbs A SPAN {
	text-decoration: underline;
}
#navThumbs #back {
	text-transform: uppercase;
}
#navThumbs #page {
	text-transform: uppercase;
}
#thumbs {
	clear: right;
	float: right;
	width: 550px;
}
#thumbs UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
	float: right;
}
#thumbs LI {
	float: left;
	margin: 0px 0px 15px 15px;	
}
#thumbs A IMG {
	padding: 1px;
	height: 118px;
	border: none;
}
#thumbs A IMG:hover {
	border: 1px solid #333333;
}
#detail {
	float: right;
	width: 610px;
	height: 390px;
	overflow: hidden;
	display: none;
}
#detail IMG {
	height: 388px;
	float: right;
	padding: 1px;
	margin: 0px 20px;
}
#singleDetail {
	float: right;
	width: 610px;
	height: 390px;
	overflow: hidden;
}
#singleDetail IMG {
	height: 388px;
	float: right;
	margin: 0px 20px;
	border: 1px solid #999999;
}
#navSingle {
	float: right;
	width: 610px;
	height: 41px;
}
#navSingle DIV {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top: 20px;
	margin-right: 20px;
}
#navSingle A {
	color: #333333;
	text-decoration: none;
}
#navSingle A:hover {
	color: #999999;
}
#navSingle A SPAN {
	text-decoration: underline;
}
#navSingle #back {
	text-transform: uppercase;
}