/*-------------------------------------------------------
	
	Blue Ridge Cozy Cabin's Gallery CSS
	Author:		Product of Courthouse Webs
	Email:		yourbestweb@courthousewebs.com
	Website:	courthousewebs.com
	Revised:	2010-01-01
	(c) 2008-2010 All Rights Reserved 
	Made in U.S.A. by America's Best DDD Provider--Courthouse Webs 

*-------------------------------------------------------*/
.clb { 
	clear: both; 
	}
.thbnl img {
	border:none;
	}
.thbnl {
	position: relative;
	z-index: 0;
	}
.thbnl:hover {
	background-color: transparent;
	z-index: 50;
	}
.thbnl span { 
	position: absolute;
	background-color: #527044;
	padding: 8px;
	top:-600px;	
	right: 9999px;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;/* Enlaged image BG */
	}	
.thbnl span img { 
	border-width: 0;
	padding: 2px; /* fly enlarged */
	}
	
.thbnl:hover span {
	visibility: visible;
	top:0;
	position: fixed;
	right:215px; /* horizontal enlargement pos */
	}
#p_p {
	padding-left:10px;
	}	
