/* --------------------------------------------
   
----------------------------------------------- */
dl#photo,
dl#photos
{
	padding-right: 10px;
}

dl#photo h3,
dl#photo h4,
dl#photos h3
{
	color: #999;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
	margin-left: 19px;
	margin-bottom: 25px;
}

dl#photo h4 
{
	text-transform: none;	
}

dl#photos dt.separator
{
	background: url(../img/global/border_dashed_horizontal.gif) repeat-x;
	background-position: center;
	clear: both;
	margin: 0 10px 15px 10px;
	padding: 0;
	border: none;
	width: 90%;
	height: 5px;
}

dl#photos dd
{
	background: url(../img/global/border_dashed_vertical.gif) repeat-y;
	float: left;
	height: 250px;
	margin-bottom: 15px;
	padding-left: 19px; 
	overflow: hidden;
	width: 170px;
}

dl#photos dd.first
{
	background: none;
	clear: left; 
}

dl#photos dd a
{

}

dl#photos dd a:hover
{
	text-decoration: none; 
}

dl#photos dd a img 
{
	border: 0; 
	margin: auto;
	margin-bottom: 10px;
	width: 150px; 
}

dl#photo dd h3
{
	float: left;
}

div.nav-links
{
	color: #ff6600;
	float: right;
	padding: 3px 0 0 20px;
	text-transform: uppercase;
}

.nav-links a 
{
	color: #ff6600;
}

dl#photo dd img
{ 
	display: block;
	clear: both;
	float: none;
	padding: 20px 0 10px 19px;
}
