@charset "utf-8";
/* CSS Document */

/* ======================== */
/* =     Photo Box    = */
/* ======================== */
#photo-box{
	float: right;
	width: 370px;
	/*height: 300px;*/
	padding-left: 10px;
	padding-bottom: 10px;
}
.pics {  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    height: 250px; 
} 
#photo-thumb{
	clear:both;
	padding-top: 5px;
}
#photo-thumb img{
	padding-right: 5px;
	text-decoration: none;
	border:none;
}
