.text_12-15_bl {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
.text_12-15_wh {
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.text_10_12bk {
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
.rsstc   { font-size: 12px; background-color: #00ff00; margin: 0; padding: 0 }
.rsstc a { color: #000000;}
.rsstc em  { font-style: normal; font-weight: bold; margin-left: 10px; padding: 0 }
.rsstc ul   { background-color: #ffffff; margin: 0; padding: 0 ;border: solid 2px #00ff00 }
.rsstc li   { list-style-type: none; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; border-bottom: 1px dashed #00ff00 
}

body {
	color: #FFFFFF;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size: 12px;
}

#lightbox{
	position: fixed;
	top: 30%;
	left: 0;
	width: 100%;
	margin-top: -200px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
* html #lightbox {
	position: absolute; /* for WinIE6 */
	}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: fixed;
	top: 50%;
	left: 0%;
	height: 25%;
	width: 100%;
	margin-top: -16px;
	text-align: center;
	line-height: 0;
	}
* html #loading {
	position: absolute; /* for WinIE6 */
	}
#hoverNav a {
	position: fixed;
	top: 50%;
	width: 5em;
	z-index: 110;
	margin-top: 0.75em;
	line-height: 1.5em;
	padding: 5px;
	background: #33ff33;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
* html #hoverNav a {
	position: absolute; /* for WinIE6 */
	}
#prevLink {
	left: 0;
	}
#nextLink {
	right: 0;
	text-align: right;
	}


#imageDataContainer{
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	line-height: 1.3;
	}

#imageData{
	padding: 10px 0;
	}
#imageData #imageDetails{ float: left; text-align: left; }	
#imageData #caption{ display: block; font-weight: bold;	}
#imageData #numberDisplay{ display: block; font-size: 90%;	}			
#imageData #bottomNavClose{ float: right; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
