.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
	width: 20px;}
#photo-gallery {
	width: 580px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
 	clear:both;
	}
#photo-gallery h1 {
	font-size: 16px;
	background: #005CC3;
	padding: 8px 10px;
	border-bottom: 2px solid #BDECF9;
	color: white;
	margin: 10px;}
#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 {
	float: right;
	display: block;
	position: relative;
	color: white;
	padding: 6px;
	padding-right: 30px;
	background-color: #6CCCE6;
	margin: 4px;
	margin-right: 10px;
	background-image: url(assets/send-icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	font-size: 14px;}
#photo-title {
	width:150px;
	float:right;
	position: relative;
	margin: 0 10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color: #13246C;
	background: white;
	}
#photo-description {
	float: right;
	position: relative;
	width: 150px;
	height: 279px;
	overflow: auto;
	margin: 0 10px;
	background: #fff;
	padding-top: 5px;
	}
#photo-description div {margin: 6px;}	
#photo-gallery-photo {
	float: left;
	position: relative;
	width: 400px;
	height: 300px;
	background: #fff;
	text-align: center;
	margin-left: 10px;
	display: inline;
	}
#photo-gallery-photo img {display: block;margin: 0 auto;}
#photo-gallery-thumbnails {
	width: 560px;
	margin: 10px;
	white-space: nowrap;
	overflow: auto;
	height: 130px;
	clear: left;
	background: white;
	}
#photo-gallery-thumbnails img {
	cursor: pointer;
	cursor: hand;
	margin: 5px;
	}	
