@charset "utf-8";
/* CSS Document */

.clear {
clear: 				both;
}

#gallery {
position:			relative;
height:				200px;
}
#gallery a {
float:				left;
position:			absolute;
}
	
#gallery a img {
border:				none;
}
	
#gallery a.show {
z-index:			1;/* appears first behind image */
cursor:				default;
}

#gallery .caption 
{
height:				36px; 
width:				912px; 
z-index:			2; /* appears second over image*/
/*background-color:	#333333;  */
color:				#ffffff; 
position:			absolute;
bottom:				0;/*Sets how far the bottom edge of an element is above/below the bottom edge of the parent element*/
font-size:			16px;
text-align:			left;
padding-left:		10px;
}

#gallery .caption .content 
{
margin:				5px;
}
	
#gallery .caption .content h3 
{
margin:				0;
padding:			0;
color:				#FFFFFF;
font-size:			16px;
font-weight:		bold;
display:			inline;
}
	

