/* CSS Document */
/* KITCHEN CSS WORKS THE KITCHEN PORTION OF THE PHOTO GALLERY */
#kitchens {
	position:relative; 
	width:450px;
	height:315px;
}
#thumbsk {
	width:180px; 
	float:right;
}
#thumbsk a {
	display:block; 
	float:left; 
	margin:0 0 5px 5px; 
	width:50px; 
	height:50px; 
	border:1px solid #000;
}
#thumbsk a img {
	width:50px; 
	height:50px;
	border:0;
}
#thumbsk a:hover {
	border-color:#ddd;
}
#thumbsk a:hover img {
	position:absolute;
	width:auto; 
	height:auto; 
	right:260px;
	top:525px; 
	border:1px solid #333;
}