.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
}
#photo-gallery {
	width: 552px;
	 background: white url(assets/water.jpg); 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #A3161F;
 	clear:both;
	margin: 12px;
	}
#photo-gallery h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
	background: #E3D9B4;
	padding: 8px 10px;
	border-bottom: 1px solid #A3161F;
	color: #023175 !important;
	}
#photo-gallery h1 a {font-size: 13px;}	
#photo-gallery h1 a:link {color: #fff;}
#photo-gallery h1 a:visited {color: #fff;}
#photo-gallery h1 a:hover {color: #ddd;}
#photo-gallery h1 a:active {color: #fff;}
#photo-gallery a#sendPhoto,  #photo-gallery a#downloadPhoto {
	float: right;
	display: block;
	position: relative;
	color: white;
	padding: 6px;
	padding-right: 30px;
	background-color: #033278;
	margin: 4px;
	margin-right: 0px;
	background-image: url(assets/send-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	font-size: 13px;
	}
#photo-gallery a#downloadPhoto {	background-image: url(assets/download-icon.gif);	}
#photo-title {
	width:180px;
	float:right;
	position: relative;
	margin: 0 5px 0 10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color: #fff;
	background: none;
	display: inline;}
#photo-description {
	float: right;
	position: relative;
	width: 180px;
	height: 285px;
	overflow: auto;
	margin: 0 5px 0 10px;
	background: #fff;
	display: inline;}
#photo-description div {margin: 8px;}	
#photo-gallery-photo {
	float: left;
	position: relative;
	width: 350px;
	height: 300px;
	background: #eee;
	background: none;
	text-align: center;
	margin: 0px 0 0 5px;
	display: inline;
	display: table-cell;
	vertical-align: middle;
	line-height: 300px;
	display: inline;
	}
#photo-gallery-photo img {
	margin-left: auto;
	margin-right: auto;
	vertical-align:middle;}
#photo-gallery-thumbnails {
	width: 542px;
	margin: 10px 5px 5px 5px;
	white-space: nowrap;
	overflow: auto;
	height: 106px;
	clear: left;
	background: white;
	background: none;
	}
#photo-gallery-thumbnails img {
	cursor: pointer;
	cursor: hand;
	margin:  0 5px;
	}	
