#gallery 
	{
	position				: relative;
	height					: 379px;
	width					: 506px;
	border					: 0px solid #aaa;
	}
	
#gallery a 
	{
	float					: left;
	position				: absolute;	
	cursor					: default;
	}

#gallery a img 
	{
	border					: none;
	}

#gallery a.show 
	{
	z-index					: 1;
	}

#gallery .caption 
	{
	width					: 486px;
	height					: 40px; 

	z-index					: 2; 
	/*background-color		: #f00;*/
	color					: #fff;

	position				: relative;
	
	left					: 5px;
	top						: 324px;
	
	padding					: 5px;
	}

#gallery .caption .content 
	{
	margin					: 0px;
	font-size				: 12px;
	}



