	body{
		font-family:arial
	}
	
	.clear {
		clear:both
	}
	
	#gallery {
		position:relative;
		height:305px;
		width: 930px;
	}
	
	#header_small #gallery {
		position:relative;
		height:160px;
		width: 930px;
		background: #000;
	}
	
	#gallery a {
		float: right;
		position:absolute;

	}
	
	#gallery a img {
		border:none;
		margin: 0 0 0 330px;
	}
	
	#gallery a.show {
		z-index:500;
	}

	#header_small #gallery .caption {
		z-index:750; 
		background-color:#000; 
		color:#ffffff; 
		height:60px!important; 
		width:100%; 
		position:absolute;
		bottom:0;
		margin: 0 0 10px 330px;	
		
	}

	#gallery .caption {
		z-index:750; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
		margin: 0 0 0 330px;	
		
	}

	#gallery .caption .content {
		margin:5px;
		padding: 0 20px 0 0;
		text-align: right;
		
	}
	
	#gallery .caption h2{ color: #2DDCF6; padding: 15px 0 0 0; text-align: right; }
	
	#gallery .caption .content h3 {
		margin:0;
		color:#1DCCEF;
	}
	