/* Photographs Roll Over */
.thumb_over {
		background: transparent url('../images/2xtreme_photogallery/enlarge_over.png') top left no-repeat !important;
		_background: transparent url('../images/2xtreme_photogallery/enlarge_over.gif') top left no-repeat !important; /* IE 6 and below */
	}

	
.thumb_out {
		background: none;
	}
	
.gallery_thumb {
	float: left;
	width: 150px;
	height: 95px;
	padding: 0;
	margin: 0 12px 12px 0;
	border: 1px solid #dad9c8;
	
	display: inline;
}	
	.gallery_thumb img {
		background: transparent url('../images/2xtreme_photogallery/enlarge_off.png') top left no-repeat;
		_background: transparent url('../images/2xtreme_photogallery/enlarge_off.gif') top left no-repeat; /* IE 6 and below */
		width: 150px;
		height: 95px;
	}
	
.gallery_thumb_last {
	float: left;
	width: 150px;
	height: 95px;
	padding: 0;
	margin: 0 0 12px 0;
	border: 1px solid #dad9c8;
	
	display: inline;
}	
	.gallery_thumb_last img {
		background: transparent url('../images/2xtreme_photogallery/enlarge_off.png') top left no-repeat;
		_background: transparent url('../images/2xtreme_photogallery/enlarge_off.gif') top left no-repeat; /* IE 6 and below */
		width: 150px;
		height: 95px;
	}
