
/*----------------------------------------------------- BEGIN Pages ---------------------------------------------------------*/

/*------------------------Begin Standard Page Elements-------------------------------*/
.overlay_page {

	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFFFFF;
	width:800px;	
	height:700px;
	
	
/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 30px #000; 
    -webkit-box-shadow: 10px 10px 90px #000;
	opacity:0.95;
	filter:alpha(opacity=95);
	}
	
/* close button positioned on upper right corner */
.overlay_page .close {
	position:absolute;
	right:20px;
	top:10px;
	width:90px;
	cursor:pointer;
	}

.overlay_page .application {
	position:absolute;
	left:0;
	top:0;
	width:250px;
	padding:5px;
	text-align:center;
	cursor:pointer;
	background-color:#ffff00;
	}
	
/* some styling for triggers */
#triggers {
	text-align:inherit;
	}

/* styling for elements inside overlay */
.details_page {
	position:absolute;
	top:20px;
	left:0px;
	width:760px;
	height:600px;
	padding:20px;
	border-bottom:1px solid #333333;
	}
	
.details_page .left_column {
	position:absolute;
	top:80px;
	float:left;
	width:205px;
	background-color:#CCCCCC;
	margin-right:10px;
	border:1px solid #333333;
	}
	
.details_page .right_column {
	position:absolute;
	top:80px;
	left:225px;
	width:550px;
	height:550px;
	overflow-y:auto;
	margin:5px 0 0 20px;
	background:#fff url(http://www.pennac.org/images/eagle_bg.png) no-repeat 50%
	}

.page_sidenav {
	width:205px;
	float:left;
	text-align:center;
	background-color:#CCCCCC;
	margin-top:20px;
	}
	
.gallery_subnav {
	width:205px;
	float:left;
	text-align:center;
	background-color:#ffff00;
	padding-top:10px;
	border-top:1px solid #000;
	}

.page_item {
	padding:0 0 5px 0;
	}
	
#ntlink, #summerlink {
	cursor:pointer;
	padding:0 0 5px 0;
	}
	
.details_page h1 {
	color:#000;
	font-size:20px;
	margin:10px;
	text-align:center;
	text-decoration:underline;
	}
	
.details_page li {
	font-family:"Times New Roman";
	color:#333333;
	font-size:12px;
	margin:0 0 0 35px;
	}
	
/*------------------------End Standard Page Elements-------------------------------*/	
	
/*---- History Page ----*/
.details_history {
	position:absolute;
	top:20px;
	left:0px;
	width:760px;
	height:600px;
	padding:20px;
	overflow-y:auto;
	border-bottom:1px solid #333333;
	}
	
/*---- Page Footer ----*/
.page_footer {
	position:absolute;
	bottom:0;
	left:0;
	width:800px;
	text-align:center;
	}

/*-------------------------------------------------------- End Pages ---------------------------------------------------------*/

/*-------------------------------------------------------- Begin Bio's ---------------------------------------------------------*/

/* the overlayed element */
.overlay_bio {

	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:100000;
	
	/* styling */
	background-color:#000033;
	
	width:772px;	
	min-height:200px;
	height:auto;
	border:1px solid #ffff00;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #ffff00;
	-webkit-box-shadow: 0 0 90px #ffff00;	
	}


/* close button positioned on upper right corner */
.overlay_bio .close {
	position:absolute;
	right:20px;
	top:10px;
	width:90px;
	cursor:pointer;
	}
	
/* styling for elements inside overlay */
.details_bio, .details_press_release {
	position:absolute;
	top:15px;
	right:15px;
	width:450px;
	}
	
.details_press_release {width:500px;}
	
.details_bio h3, .details_press_release h3 {
	font-size:16px;
	color:#cccccc;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	margin:5px 0 10px 5px;
	}
	
.details_bio h4 {
	font-size:15px;
	color:#cccccc;
	font-weight:bold;
	text-align:left;
	margin:5px 0 0 5px;
	}


/*-------------------------------------------------------- End Bio's ---------------------------------------------------------*/

/*----------------------------------------------------- BEGIN Footer ---------------------------------------------------------*/

/* the overlayed element */
.overlay_footer {

	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:100000;
	
	/* styling */
	background-color:#000033;
	width:772px;	
	min-height:200px;
	border:1px solid #ffff00;
	opacity:0.95;
	
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #ffff00;
	-webkit-box-shadow: 0 0 90px #ffff00;	
	}



/* close button positioned on upper right corner */
.overlay_footer .close {
	position:absolute;
	right:0px;
	top:0px;
	width:90px;
	cursor:pointer;
	}
	
.overlay_footer .eagle {
	position:absolute;
	left:0;
	padding:40px;
	}

/* styling for elements inside overlay */
.details_footer {
	position:absolute;
	top:15px;
	right:15px;
	width:600px;
	}

.details_footer h4 {
	color:#ccc;
	font-size:16px;
	margin:0;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	}

.details_footer h5 {
	color:#ccc;
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
	text-align:left;
	}

/*----------------------------------------------------- End Footer ---------------------------------------------------------*/



@charset "UTF-8";
/* CSS Document */

*, html {
	margin:0;
	padding:0;
	}
	
body {
	background: #003366;
	overflow-x:auto;
	margin:0;
	padding:0;
	}
	
a {
	outline:none;
	}
	
h1 {
	font-family:"Times New Roman";
	color:#000;
	font-size:20px;
	margin:10px;
	text-align:center;
	text-decoration:underline;
	}
	
h2 {
	font-family:"Times New Roman";
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:right;
	}

h3 {
	font-family:"Times New Roman";
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	}

h8 {
	font-size:14px;
	color:#cccccc;
	font-weight:bold;
	text-align:left;
	}
	
.float_left {
	float:left;
	}
	 	
div.governance_header {
	text-align:right;
	}
	
div.governance_person {
	text-align:left;
	font-family:"Times New Roman";
	font-size:14px;
	color:#333333;
	font-style:normal;
	}
	
div.programs {
	font-size:14px;
	color:#333333;
	text-align:left;
	margin:10px;
	}
	
img.page {
	float:left;
	margin-right:10px;
	border:3px solid #666666;
	}
	
img.juniors {
	float:left;
	margin:5px;
	border:2px solid #666666;
	}
	
p {
	font-family:"Times New Roman";
	font-size:12px;
	color:#cccccc;
	}

p.about_us, p.governance, p.history, p.footer {
	font-family:"Times New Roman";
	font-size:14px;
	color:#333333;
	margin:10px;
	text-align:left;
	}
	
p.footer {
	font-family:"Times New Roman";
	font-size:14px;
	color:#333333;
	margin:10px;
	text-align:center;
	}
	
p.programs {
	font-size:14px;
	color:#333333;
	text-align:left;
	margin:10px;
	}

p.gallery {
	margin:10px;
	}
	
p.content {
	margin-top:2px;
	text-align:left;
	}
	
p.contact {
	font-size:14px;
	text-align:left;
	margin:5px 0 0 5px;
	}
	
p.bio {
	font-size:14px;
	margin:5px 0 0 5px;
	}
	
p.back {
	font-size:12px;
	text-align:right;
	font-style:oblique;
	margin:0 15px 0 0;
	}
	
span {
	font-family:"Times New Roman";
	font-size:12px;
	color:#cccccc;
	font-style:oblique;
	}
	
span.bioheader {
	font-size:14px;
	color:#cccccc;
	font-weight:bold;
	text-align:left;
	font-style:normal;
	}
	
span.juniors, span.summer {
	color:#000000;
	text-decoration:underline;
	}
	
span.contact {
	color:#ccc;
	font-style:normal;
	text-decoration:underline;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	}

span.content {
	font-family:"Times New Roman";
	font-size:14px;
	color:#cccccc;
	font-style:oblique;
	font-weight:bold;
	}
	
span.history {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	font-style:normal;
	}
	
span.page {
	color:#000;
	}
	
span.required {
	color:red;
	}
	
strong {
	color:#333333;
	}
	
strong.head {
	text-decoration:underline;
	}
	
table {
	font-family:"Times New Roman";
	font-size:14px;
	color:#333333;
	}
	
ul.bio {
	margin:5px 0 0 5px;
	}
	
li.bio {
	font-family:"Times New Roman";
	font-size:12px;
	color:#CCCCCC;
	margin:0 0 0 25px;
	}
	
/* Standard Links */

a:link, a:visited {
	color:#cccccc;
   	font-size: 12px;
	text-decoration:none;
   }

a:active, a:hover {
	color:#cccccc;
   	font-size: 12px;
	text-decoration:underline;
	}

/* History Page Links */

a.history:link, a.history:visited {
	color:#333333;
   	font-size: 13px;
	text-decoration:none;
   }

a.history:active, a.history:hover {
	color:#333333;
   	font-size: 13px;
	font-weight:bold;
	text-decoration:underline;
	}

a.header {
	font-family:"Times New Roman";
	color:#333333;
   	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	}
	
/* Page Link */

a.page:link, a.page:visited {
	color:#000;
	font-size:13px;
	text-decoration:none;
	}
	
a.page:active, a.page:hover {
	color:#000;
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
	}
	
/* Page Program Links */

a.programs:link, a.programs:visited {
	color:#000;
	font-size:15px;
	text-decoration:none;
	}
	
a.programs:active, a.programs:hover {
	color:#000;
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
	}
	
/* Active Page Programs Links */

a.programs_active:link, a.programs_active:visited  {
	color:#000;
	font-size:15px;
	text-decoration:underline;
	}
	
a.programs_active:active, a.programs_active:hover {
	color:#000;
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
	}
	
/* 

---------------------

IDs

---------------------

*/


#wrapper {
	position:relative;
	top: 0px;
	left:0px;
	width:1000px;
	height: 800px;
	margin:0px auto;
	}
	
#wrapper #pennac_left {
	position:absolute;
	top:85px;
	left:0px;
	width:80px;
	height:686px;
	z-index:2;
	background-image: url(http://www.pennac.org/images/sprites/sprite1.png); 
	background-position: -20px -20px;
	}
	
#wrapper #pennac_right {
	position:absolute;
	top:85px;
	right:0px;
	width:80px;
	height:686px;
	background-image: url(http://www.pennac.org/images/sprites/sprite1.png);
	background-position: -20px -1328px; 
	}
	
#wrapper div.main_box {
	position: absolute;
	width: 840px;
	height: 720px;
	top: 70px;
	left:80px;
	background: url(http://www.pennac.org/images/main_box.png) no-repeat;
	}
	
#wrapper #image_container {
	position:absolute;
	top:35px;
	left:35px;
	width:778px;
	height:310px;
	margin:0px auto;
	background: url(http://www.pennac.org/images/image_container.png) no-repeat; 
	}
	
#wrapper #programs {
	position:absolute;
	left:35px;
	top:352px;
	}
	
/* 

---------------------

IDs - banner

---------------------

*/

div.main_box #banner {
	position:absolute;
	top:-80px;
	left:70px;
	width:359px;
	height:127px;
	z-index:1;
	background-color: #000033; 
	border: 2px solid #ffff00;       
    }
	
#banner #eagle {
	position:absolute;
	left:20px;
	top:5px;
	}

#banner #pennsylvania {
	position:absolute;
	top:25px;
	left:150px;
	font-family:"Times New Roman";
	font-size:16.64px;
	color:#ffff00;
	}
	
#banner #athletic_club {
	position:absolute;
	top:45px;
	left:135px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#ffff00;
	text-transform:uppercase;
	}
	
#banner #rowing_association {
	position:absolute;
	top:70px;
	left:200px;
	font-family:"Times New Roman", Times, serif;
	font-size:16.64px;
	color:#ffff00;
	font-style:italic;
	}
	
/* 

---------------------

IDs - social network nav

---------------------

*/


#twitter_container {
	position:absolute;
	left:515px;
	z-index:100;
	}
	
#twitter {
	display:none;
	left:0;
	}
	
#twitterlink {
	height:10px;
    width:70px;
    display:block;
    cursor:pointer;
	
	text-align:center;
	margin:-10px 0 0 98px;
	padding:10px 10px 10px 10px;
	
	background-color:#113563;
	border:1px dashed #cccccc;
	
	-webkit-border-radius: 4px;       /* for Safari */
    -moz-border-radius: 4px; 
    }
	
#facebook {
	position: absolute;
	top:0;
	width:70px;
	height:10px;
	display:block;
	cursor:pointer;
	
	text-align:center;
	margin:-10px 0 0 714px;
	padding:10px 10px 10px 10px;
	
	background-color:#113563;
	border:1px dashed #cccccc;
	
	-webkit-border-radius: 4px;       /* for Safari */
    -moz-border-radius: 4px; 
	}
	
#youtube_container {
	position:absolute;
	left:815px;
	z-index:100;
	}
	
#youtube {
	display:none;
	left:0;
	background-color:#000033;
	}
	
#youtubelink {
	width:70px;
	height:10px;
	display:block;
	cursor:pointer;
	
	text-align:center;
	margin:-10px 0 0 0;
	padding:10px 10px 10px 10px;
	
	background-color:#113563;
	border:1px dashed #cccccc;
	
	-webkit-border-radius: 4px;       /* for Safari */
    -moz-border-radius: 4px; 
	}
	

	
/* 

---------------------

top_nav

---------------------

*/

#wrapper #top_nav {
	position:absolute;
	top:10px;
	left:520px;
	}

div.menu_item {
	float: left;
	padding: 10px;
	}
	
/* 

---------------------

Slideshow
---------------------

*/

#slideshow {
	width:765px;
    height:300px;
	padding-top:6px;
	padding-left:6px;
	}

#slideshow div {
    width:500px;
    height:250px;
    display:none;
    margin:0px;
	}


#slideshow #slideshow1 {
    display:block;
	}

#slideshow div span {
    position:relative;
	top:-170px;
	left:10px;
	
	width:350px;
    font-size:1.2em;
	color:#000;
    
    filter:alpha(opacity=50);
    opacity:.50;
	line-height:1.5em;
	padding:5px;
	display:block;
	background:#fff;
    }

#slideshow ul {
     height:25px;
     background:#003366;
     padding:10px 5px 10px 5px;
	 display:inline;
	 opacity:.80;
	 filter:alpha(opacity=80);
	 }

#slideshow ul li {
     display:inline;
     width:10px;
	 }

#slideshow ul li a {
     text-decoration:none;
     padding:5px;
     line-height:2.5em;
     margin:5px;
     color:#ccc;
     height:25px;
     font-weight:bold;
     }

#slideshow ul li a:hover {
     text-decoration:underline; 
     }
		
 
/* 

---------------------

programs_nav

----- ----------------

*/

#wrapper #program_nav {
	position:absolute;
	top:370px;
	left:37px;
	width:748px;
	height:100px;
	padding-left:20px;
	background-color: #000033;        /* if needed */
    border: 2px solid #ffff00;        /* if needed */
    -webkit-border-radius: 6px;       /* for Safari */
    -moz-border-radius: 6px;          /* for Firefox */
	}
	
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 100px;
	width: 748px;
	overflow: auto;
	}

ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding:0;
	/* removing default styling */
	margin-top:9px;
	list-style: none;
	}

.sc_menu li {
	display: block;
	float: left;	
	padding: 0;
	}

.sc_menu a {
	display: block;
	text-decoration: none;
	}

.sc_menu span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;	
	color: #fff;
	}

.sc_menu a:hover span {
	display: block;
	}

.sc_menu img {
	padding:0;
	margin-right:20px;
	border:2px #003366 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	}

.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
	}
	
/* 

---------------------

IDs - content boxes

---------------------

*/	

#wrapper #content_box1 {
	position:absolute;
	top:490px;
	left:37px;
	width:297px;
	height:170px;
	text-align:left;
	padding:5px;
	background-image: url(http://www.pennac.org/images/sprites/sprite1.png);
	background-position: -20px -726px;
	}
	
#content_title1 {
	top:490px;
	left:37px;
	width:286px;
	height:15px;
	text-align:left;
	border-bottom:1px solid #cccccc;
	}
	
#wrapper #content_box2 {
	position:absolute;
	top:490px;
	left:367px;
	width:206px;
	height:170px;
	padding:5px;
	background-image: url(http://www.pennac.org/images/sprites/sprite1.png);
	background-position: -20px -927px;
	}
	
#content_title2 {
	width:198px;
	height:15px;
	text-align:left;
	border-bottom:1px solid #cccccc;
	}
	
#wrapper #content_box3 {
	position:absolute;
	top:490px;
	left:597px;
	width:208px;
	height:170px;
	padding:5px;
	background-image: url(http://www.pennac.org/images/sprites/sprite1.png);
	background-position: -20px -1127px;
	}
	
#content_box3 a {
	margin-top:5px;
	margin-left:5px;
	}
	
#content_title3 {
	width:198px;
	height:15px;
	text-align:left;
	border-bottom:1px solid #cccccc;
	}

/*--- Tooltip ---*/	
.tooltip {
	display:none;
	/*---size of tooltip box ---*/
	width:180px;
	min-height:150px;

	/*---style---*/	
	font-size:12px;
	color:#CCCCCC;
	padding:10px;
	background-color:#000033;
	border:1px solid #ffff00;
	/*---layer position---*/
	z-index:1000000;
	opacity:0.95;
	filter:alpha(opacity=95);
	
/* style for latest browser */	
	-moz-box-shadow:0 0 30px 5px #ffff00;
	-webkit-box-shadow: 0 0 30px #ffff00;
	}
		

/*--- Trigger element ---*/	
.tooltip a {
	cursor:pointer;
	}

/* 

---------------------

IDs - footer
---------------------

*/

#wrapper #footer {
	position:absolute;
	top:680px;
	left:35px;
	width:767px;
	height:23px;
	background:url(http://www.pennac.org/images/footer.png)  no-repeat;	
	}
	
/*

---------------------

classes - footer

---------------------

*/	

div.footer_item {
	float: right;
	padding: 5px 10px 5px 5px;
	}
	




@charset "UTF-8";
/* CSS Document */


.contactFormContainer {
	z-index:10000000;
    }
      
.overlay_contactForm {
	min-height:600px;
    width:650px;
    background-color:#000033;
	border:1px solid #ffff00;
	display:none;
	z-index:10000000;
	-moz-box-shadow:0 0 30px 20px #ffff00; 
    -webkit-box-shadow: 10px 10px 60px #ffff00;
	opacity:0.95;
	}
	
.overlay_contactForm h1 {
	font-family:"Times New Roman";
	color:#ccc;
	font-size:20px;
	padding-top:10px;
	text-align:center;
	text-decoration:none;
	}
	
.overlay_contactForm .line {
	width:550px;
	margin:15px;
	display:block;
	}

.overlay_contactForm fieldset {
	padding:30px;
    border:none;
    }      
           
.overlay_contactForm label {
	font-family:"Times New Roman";
    color:#ccc;
	font-size:14px;
	margin-right:2px;
    } 
	
.overlay_contactForm .label {
	font-family:"Times New Roman";
    color:#ccc;
	font-size:14px;   
    float:left;
	margin-right:5px;
	}
	
.overlay_contactForm .textarea {
	float:none;
	}
		
.overlay_contactForm input[type=text] {
    border:solid 1px #4d3a24;
    width:150px;
	margin-right:5px;
	padding:2px;
    }  
	
.overlay_contactForm input[type=text].small {
	width:50px;
	}
	
.overlay_contactForm textarea {
    display:block;
    border:solid 1px #4d3a24;
    padding:2px;
    }  
            
.overlay_contactForm input[type=submit] {
    background-color:#ffff00;
    border:solid 1px #23150c;
    color:#000;
    padding:5px;
	cursor:pointer;
    }                
            
.contactLink {
    height:20px;
    width:351px;
    background-color:#ffff00;
    display:block;
    cursor:pointer;
	padding-top:5px;
	font-family:"Times New Roman";
	font-size:12px;
	text-align:center;
	font-style:normal;
	text-align:center;
    }

.messageSent {
    color:#ccc;
    display:none;
    }

.overlay_contactForm .close {
	position:absolute;
	right:5px;
	top:10px;
	width:90px;
	cursor:pointer;
	}
	
/*--- Mailer Page ---*/

#message_container {
	position:absolute;
	top:200px;
	left:210px;
	
	width:420px;
	}

.message {
	top:0;
	left:0;
	
	height:auto;
	padding:50px 40px 50px 40px;
	
	font-family:"Times New Roman";
	font-size:20px;
	color:#ccc;
	font-weight:bold;
	text-align:center;
	
	background-color:#000033;
	border:1px solid #ffff00;
	}
	
.coin {
	margin:10px 0 0 110px;
	}
	
	
	
	

	
	



	



.gallery {
	display:none;
	padding: 0;
	width: 535px;
	}
	
.gallery ul { 
	list-style: none;
	margin-top:5px; 
	}
	
.gallery ul li { 
	display: inline;
	margin:5px 0 5px 0;
	}
	
.gallery ul img {
	border: 5px solid #ccc;
	border-width: 5px 5px 20px;
	}
	
.gallery ul a:hover img {
	border-color: #000033;
	border-width: 5px 5px 20px;
	color: #fff;
	}
	
.gallery ul a:hover { 
	color: #fff; 
	}
	
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10000000;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000010;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img { 
	border: none; 
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image { 
	padding: 10px; 
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10000020;
	}
	
#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
	}

#lightbox-nav a { 
	outline: none;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption { 
	color:#000;
	font-weight: bold; 
	}

#lightbox-image-details-currentNumber {
	display: block; 
	color:#999999;
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
	}


