@charset "UTF-8"; 
#photoGallary {
	height: 448px;
	margin-bottom: 14px;
}
 
.target 
{
	text-align: left;
	position: relative;
	float: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
	 
.target img 
{
}
 
.target .title 
{
	position: absolute;
	top: auto;
	bottom: 0;
	display: block;
	background-color: #c0c0c0;
	padding: 5px;
	width: 458px;
	color:#FFF;
}
  
.thumbnail 
{
	text-align: left;
	margin-bottom: 12px;
	margin-top: 12px;
}
	 
.thumbnail img 
{
	cursor: pointer;
	margin-bottom: 12px;
}
 	 
.thumbnail:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
	
.thumbnail 
{
	display:inline-block;
}
/* Hide from IE Mac \*/
 
.thumbnail 
{
	display:block;
}
/* End hide from IE Mac */
  
