#gallery { 
	position: relative; 
	width: 580px;
	padding-top: 0px;
	}

#gallery img {
	padding: 0px;	
	}


#thumbs { 
	width: 125px; 
	float: right;
	}

#thumbs a { 
	display: block; 
	float: right; 
	margin: 1px 0px 3px 5px; 
	width: 50px; 
	height: 39px; 
	border: 2px solid #663300;
	}

#thumbs a img { 
	width: 50px; 
	height: 39px; 
	border: 0;
	}

#thumbs a:hover {
	border-color: #ddd;
	}

#thumbs a:hover img { 
	position: absolute; 
	width: auto; 
	height: auto; 
	right: 124px; 
	top: 0px; 
	padding: 2px;
	border: 2px solid #663300;
	}
