@charset "utf-8";
/* CSS Document */

div.photobox {
	
	width:219px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	
}

div.photobox_head {
	height:38px;
	padding-left:15px;
	background:#000000;
	color:#CC092F;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	margin:0px;
	
	line-height:2.4em;	
	font-size:1.4em;

	
	
}



div.photobox img {
	float:left;
	margin:15px 0px 10px 15px;
	border:1px solid #000000;

	
}
div.more_photos {
	clear:both;
	width:204px;
	text-align:right;
	padding-right:15px;
	padding-bottom:10px;
}
div.more_photos a {
	color:#ffffff;
	font-weight:bold;
	font-size:1.1em;
	padding: 0px 0px 0px 15px;
	background-image:url(/common/images/interface/nav__arrow.gif);
	background-position: center left;
	background-repeat:no-repeat;
}



