﻿

.clear {
	clear:both
}

.gallery {
	position:relative;
	height:160px
}
	.gallery a {
		float:left;
		position:absolute;
	}
	
	.gallery a img {
		border:none;
	}
	
	.gallery a.show {
		z-index:500;
		
	}

	


.gallery2 {
	position:relative;
	height:160px
}
	.gallery2 a {
		float:left;
		position:absolute;
	}
	
	.gallery2 a img {
		border:none;
	}
	
	.gallery2 a.show {
		z-index:500;
		font-size:20;
	
	
	}

