.com_bars 		{
	background-color: #FFFFFF;
	scrollbar-3dlight-color: #B5D2AF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #B5D2AF;
	scrollbar-darkshadow-color: #B5D2AF;
	scrollbar-face-color: #B5D2AF;
	scrollbar-highlight-color: #B5D2AF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #B5D2AF;
	position:relative;
	left:5px;
	top:0px;
	width:350px;
	height:350px;
	z-index:2;
	overflow:scroll;
	visibility: visible;
}
p {
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #444444;
}
.heading {
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	text-decoration: none}
	
.pimglink a:hover {
	color: #33FFCC;
	text-decoration: none;
	border-bottom: #33FFCC;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}
.clink a:hover {
	color: #CC99CC;
	text-decoration: none;
	border-bottom: #CC99CC;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}

.slink a:hover {
	color: #FFCC00;
	text-decoration: none;
	border-bottom: #FFCC00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}

.plink a:hover {
	color: #66CCFF;
	text-decoration: none;
	border-bottom: #66CCFF;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}
.smlink a:hover {
	color: #66CCFF;
	font-size: 10px;
	text-decoration: none;
	border-bottom: #66CCFF;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}
.shlink a:hover {
	color: #99CC00;
	text-decoration: none;
	border-bottom: #99CC00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}
.dlink a:hover {
	color: #FF6699;
	text-decoration: none;
	border-bottom: #FF6699;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}
.blink a:hover {
	color: #CCFF33;
	text-decoration: none;
	border-bottom: #CCFF33;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}
.tlink a:hover {
	color: #99FFFF;
	text-decoration: none;
	border-bottom: #99FFFF;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}
.llink a:hover {
	color: #FF9999;
	text-decoration: none;
	border-bottom: #FF9999;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.graylink a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: #666666;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; 
}
.graylink a:visited {
	color:#33CCFF;
	}
.vhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
}
.smaller {
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
}

/*lightbox css */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 450px;
	height: 450px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images_light/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images_light/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images_light/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #222; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: ;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#999999	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
