/* http://meyerweb.com/eric/tools/css/reset/ 
----------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin : 0; padding : 0; border : 0; outline : 0; font-size : 100%; vertical-align : baseline; background : transparent; }
body { line-height : 1; }
ol, ul { list-style-type : none; }
blockquote, q { quotes : none; }
blockquote:before, blockquote:after, q:before, q:after { content : ''; content : none; }
:focus { outline : 0; }
ins { text-decoration : none; }
del { text-decoration : line-through; }
table { width : 99%; margin-bottom : 1.4em; }
tr:nth-child(even) { background-color : #000; background-color : rgba(0,0,0,.6); }
th { border-bottom : 2px solid #2a2e18; font-weight : bold; text-align : left; }
td { border-bottom : 1px solid #2a2e18; }
th,td { padding : 4px 10px 4px 0; }
tr:last-child td { border-bottom-width : 0; }
tfoot { font-style : italic; }
caption { background : transparent; }

/* Modified from: http://code.google.com/p/blueprintcss/ 
----------------------------------------------------------------------------------------- */
body { font : 14px/1.75 "lucida grande","Lucida Sans Unicode","Arial", sans-serif; color: #5c0e0e; text-shadow:1px 1px 1px rgba(255, 255, 255, 0.6); }
h1,h2,h3,h4 { font-weight : normal; }
h1 { font-size : 4.28em; line-height : 1; /*margin-bottom : 0.5em;*/ }
h2 { font-size : 2.14em; color: #5c0e0e;/*margin-bottom : 0.75em;*/ }
h3 { font-size : 1.71em; color: #5c0e0e; /*line-height : 1;*/ }
h4 { font-size : 1.29em; color: #5c0e0e;  margin-bottom : 1em; }
/*p { margin-bottom : 2em; }*/
/*ul, ol { margin : 1.5em 0; }*/
ul { list-style-type : none; list-style-position : inside; }
ol { list-style-type : decimal; list-style-position : inside; }
abbr, acronym { border-bottom-width : 0; }
strong { font-weight : bold; }
em { font-style : italic; }
a:link { color:#cd6e3a; text-decoration:none;}
a:visited{color:#cd6e3a; text-decoration:none;}
a:hover {color:#cd6e3a;}

@font-face {
  font-family: Gentium;
  src: url(fonts/GenR102.ttf);
  /* font-weight, font-style ==> default to normal */
}

@font-face {
  font-family: Gentium;
  src: url(GenI102.ttf);
  font-style: italic;
}



body { 
	background : #f6efde url(images/webbackground2.jpg) repeat fixed center top; 
	 } 
	

	
div#wrapper {
	margin: 0 auto;
	
	
	}
	

	
div#grid {
	background: transparent url(images/960_grid.png) repeat scroll 0 0;
	height: 2200px;
	position:absolute;
	top: 0;
	width:940px;
	display:none;
	
	}
	
	
.bulletlist{
	list-style-image: url(images/healingbullet.png);
	margin-bottom:30px;
}

.bulletlist li {
	padding-left:30px;
	margin-bottom:5px;
}


	



		
	
	
	
	
	

	
	
	
	


/* Header styles ---------------------------------------------------------------------- */

div#header {
	width:940px;
	margin: 0 auto 0 auto;
	height:75px;
	/*border: 1px solid #ffffff;*/
	padding:30px 0 30px 0px;
	

}

div#header-top {
	
	
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	height:20px;
	width:100%;
	
	/*border-bottom:1px solid #ffffff;*/
	
}


h1#logo{
	width:228px;
	height:75px;
	background: transparent url(images/persoots_orange.png) no-repeat scroll left top;
	text-indent: -9999px;
	/*border: 1px solid #ffffff;*/
	float:left;
	margin-left:10px;;
	
}


#header ul#nav {
	width:480px;
	height:75px;
	position:relative;
	/*border: 1px solid #ffffff;*/
	float:right;
	margin-right:10px;
	
}


#header ul#nav li{
	/*border: 1px solid #ffffff;*/
	float:right;
	padding-right:0px;
	padding-left:1.5em;
	font-size:1.29em;
	padding-top:46px;
	
	
	
}



	
#header ul#nav a {
	text-decoration: none;
	display:block;
	color: #5c0e0e;
	
	/*border-bottom: 3px solid #ffffff;
	padding-bottom:3px;
	/*border: 1px solid #ffffff;*/
	
	}
	
	
#header #nav a:hover {
	border-bottom:3px solid #6ac7c6;
	color:#cd6d39;
	-webkit-transition:color .75s linear;
        -moz-transition:color .75s linear;
        -o-transition:color .75s linear;
        transition:color .75s linear;
	
}
	
	
#header ul#nav .last{
	padding-right:0px;
}



	

/*end header styles--------------------------------------------------------------------*/
	

/* main-content styles index.html---------------------------------------------------------------- */
div.spacer{
	clear:both;
}

div#main-content{
	width:940px;
	margin: 0 auto 4em auto;
	position:relative;
	min-height:950px;
	/*border: 1px solid #ffffff;*/
	
}


 #slider li{
	margin:0;
	padding:0;
	list-style:none;
}


 #slider {
	margin:0 auto;
	
	
	
	
}

#slider, #slider li{ 
	width:840px;
	height:448px;
	overflow:hidden;
	
}


div#sliderstyles {
	padding:40px;
	
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	
	
	
	margin-bottom:1em;
	/*border: 1px solid #ffffff;*/
}




span#prevBtn{
	display:none;
}


span#nextBtn{
	display:none;
}



div#quote{
	position:relative;
	/*border: 1px solid #ffffff;*/
	width:940px;
	text-align:center;
	margin-bottom:1em;
	padding:0px 0 0px 0;
	/*border-bottom: 2px dashed rgba(219,90,6,0.7);*/
	/*border-top: 2px dashed rgba(219,90,6,0.7);*/
	background: transparent url(images/ninetynine.png) no-repeat scroll right bottom;
}

	



div#quote h3 {
	color: #5c0e0e;
	/*text-align: center;*/
	z-index:-1;
	margin-left:0px;
	background: transparent url(images/sixtysix.png) no-repeat scroll left top;
	/*border: 1px solid #ffffff;*/
	/*margin-top:30px;*/
	height:104px;
	padding-top:30px;
}




a.imagelink img:hover{
	background-color:#3f8a89;
	background-color: rgba(106,199,198,0.3);
}

	
	
div#column-left {
	width:240px;
	float:left;
	padding-left:19px;
	padding-right:19px;
	padding-top:10px;
	padding-bottom:20px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	overflow:hidden;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	
	/*border: 1px solid #ffffff;*/
}


div#column-centre {
	width:240px;
	float:left;
	margin-left:50px;
	padding-left:19px;
	padding-right:19px;
	padding-top:10px;
    padding-bottom:20px;
    background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	overflow:hidden;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	
	
	/*border: 1px solid #ffffff;*/
}


div#column-right {
	width:240px;
	float:left;
	margin-left:50px;
	padding-left:19px;
	padding-right:19px;
	padding-top:10px;
	padding-bottom:20px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	overflow:hidden;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	
	/*border: 1px solid #ffffff;*/
}

	
div.infobox img {
	padding: 10px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	margin-bottom:1.5em;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
}

div.infobox p{
	padding: 10px 10px 10px 10px ;
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
}


div#column-left h4 {
	text-align:center;
	
	
	
}


div#column-centre h4 {
	text-align:center;
	
}


div#column-right h4 {
	text-align:center;
	
	
	
}	





/* end of main-content styles index.html----------------------------------------------------------*/

/* main-content styles about.html---------------------------------------------------------------- */

div#index-top-container {
	width: 940px;
	margin-top:3em;
	margin-bottom:2.5em;
	
	height:192px;
	
}

div#index-top-container img#about-me-image {
	padding:10px;
	height:172px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background-color: rgba(255,255,255,0.3);
	float:right;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	margin-top:5px;
	margin-right: 88px;
	
	
}

p.intro-sentence{
	font-size:1.29em;
	float:left;
	width: 580px;
	padding-top:0px;
	margin-bottom:1.5em;
	
}

p.intro-sentence-follow{
	font-size:1.14em;
	float:left;
	width:580px;
	margin-bottom:0em;
   
	
}

div#index-middle-container{
	margin-bottom:2.5em;
	width:940px;
}

h3.quotation{
	font-size:1.5em;
	padding:10px 40px 0 40px;
	color:#cd6d39;
	
	
}




div#index-bottom-container {
	clear:both;
	width:440px;
	padding-right:20px;
	margin-bottom:50px;
	float:left;
	
}

div#index-bottom-container p{
	
	margin-bottom:1.5em;
	
	
}

div#index-bottom-container-right {
	
	width:440px;
	padding-left:20px;
	margin-left:20px;
	float:left;
	
	
}

div#index-bottom-container-right p{
	
	margin-bottom:1.5em;
	
}


div#responsibletrek {
clear:both;
height:399px;
background:transparent url(images/responsibletrek.png) no-repeat top left;
padding-top: 100px;
padding-left:30px;
padding-right:20px;
color:#18495c;
}


div#responsibletrek p {
margin-bottom:1.5em;
}


	
	
	







/* end main-content styles about.html------------------------------------------------------------ */

/* beginning of Explore styles explore.html-----------------------------------------------------  */
img#greece_image {
	padding:40px 40px 40px 40px;
	
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	
}

img#google_map {
	padding:10px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.1);
	position:relative;
	left:20px;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	
	
	
	
	
}



div.explore_left_column {
	width: 580px;
	margin-top:20px;
	float:left;
	}
    


div.explore_left_column h3 {
	margin-bottom: 1.0em;
	margin-left: 20px;
	background: transparent url(images/underline.png) no-repeat bottom left;
	padding-bottom:5px;
	padding-left:0px;
    
}

div.explore_left_column h4 {
	margin-bottom: 0.5em;
	margin-left: 20px;
	padding-left:0px;
	
}

div.explore_left_column p {
	margin-bottom: 1.5em;
	margin-left: 20px;
}

div.place_info_box {
	width:240px;
	position:absolute;
	left:640px;
	top:330px;
	
	background:#4b0b0b;
	
	
	color: #f6efde;
	
	text-shadow:0px 0px 0px; 
	font-size:0.80em;
	padding-top:20px;
	padding-bottom:10px;
	/*border:5px solid rgba(75,11,11,0.2);*/
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.4);
	box-shadow:2px 2px 4px rgba(0,0,0,0.4);
	
}

div.place_info_box ul {
	margin-top: 20px;
	
}


div.place_info_box a:link,div.place_info_box a:hover,div.place_info_box a:visited {
color: #f6efde;
}











span#internal_transfer{
	background: transparent url(images/internaltransfer.png) no-repeat left center ;
	
}

span#flyto{
	background: transparent url(images/flyto.png) no-repeat left center ;
	
}

span#currency{
	background: transparent url(images/currency.png) no-repeat left center ;
	
}

span#timezone{
	background: transparent url(images/timezone.png) no-repeat left center ;
	
}

span#visarequired{
	background: transparent url(images/visarequired.png) no-repeat left top ;
	
}

span#journal{
	background: transparent url(images/journal.png) no-repeat left center ;
	
	
}



span#healingbullet{
	background: transparent url(images/healingbullet.png) no-repeat left;
	
}







.location_info {
	
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
	
	
	
}

span.location_info_heading {
	color:#cd6e3a;
	padding-right:5px;
	padding-left:20px;
	font-weight:bold;
	
	
	
}



div#photo_gallery_greece{
	width:360px;
	float:right;
	margin-top: 382px;
	
	
}

div#photo_gallery_tienshan{
	width:360px;
	float:right;
	margin-top: 555px;
	
	
}

div#photo_gallery_patagonia{
	width:360px;
	float:right;
	margin-top: 378px;
	
	
}

div#photo_gallery_mongolia{
	width:360px;
	float:right;
	margin-top: 445px;
}

div#photo_gallery_nepal{
	width:360px;
	float:right;
	margin-top: 329px;
}

div#photo_gallery_reiki{
	width:360px;
	float:right;
	margin-top: 500px;
}

div#photo_gallery_humla{
	width:360px;
	float:right;
	margin-top: 400px;
}

div#photo_gallery_tibet{
	width:360px;
	float:right;
	margin-top: 440px;
}

div#photo_gallery_rongbuk{
	width:360px;
	float:right;
	margin-top: 460px;
}

div#photo_gallery_sangye{
	width:360px;
	float:right;
	margin-top: 520px;
}

div#photo_gallery_burma{
	width:360px;
	float:right;
	margin-top: 390px;
}

div#photo_gallery_qigong{
	width:360px;
	float:right;
	margin-top: 570px;
}

div#photo_gallery_bali{
	width:360px;
	float:right;
	margin-top: 585px;
}

div#photo_gallery_borneo{
	width:360px;
	float:right;
	margin-top: 410px;
}

#thumbnail_list{
	margin-left:22px;
}

.gallery_thumbnails {
	display: inline;
	
	
}

.gallery_thumbnails img {

	padding: 10px 10px 10px 10px;
	
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255, 0.3);
	margin-left:9px;
	margin-bottom:10px;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
}

.gallery_thumbnails img:hover {
	
	background-color:#cd6d39;
	-webkit-transition:background-color 1.0s linear;
        -moz-transition:background-color 1.0s linear;
        -o-transition:background-color 1.0s linear;
        transition:background-color 1.0s linear;
	
}



.explore_landing_page {
	width:940px;
	
	
	
}

.explore_main_image {
	float:left;
	padding:20px 10px 20px 20px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.3);
	
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	
}

.explore_action_image {
	float:right;
	padding:20px 20px 20px 10px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.3);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.2);
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
}

h4.explorelandingpage {
	margin-left:20px;
	clear:both;
	padding-top:5px;
}

h4.explorelandingpage a:visited, h4.explorelandingpage a:link {
	color:#5c0e0e;
}

h4.explorelandingpage a:hover {
	color:#cd6e3a;
}

#greenpalm img {
position:relative;
left: 234px;


}




/* beginning of journal entry styles-----------------------------------------------------*/

div.journal_entry {
	
	clear:both;
	margin-top: 20px;
	/*background-color: rgba(255,255,255,0.1);*/
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	
	
}

div.journal_entry p {
	
	
	padding-left:0px;
	
	
	
}

div.journal_entry h4{
	background: transparent url(images/calendar.png) no-repeat left center;
	padding-left:30px;
	
	
}

div.journal_entry a:link, div.journal_entry a:visited {
	
	float:right;
	
	
	
}

div.prevhomenext a {
	border-right: 2px solid #cd6e3a;
	padding-right: 5px;
	padding-left: 5px;
	color: #5c0e0e;
	font-size: 12px;
	margin-right: 0px;

	
}

div.prevhomenext {
	
	float: right;
}

/* end of journal.html syles-------------------------------------------------------------*/
 

/* beginning of Print.html styles ---------------------------------------------------------*/

div#bookimagecolumn{
	width:580px;
	float:left;
	margin-top:3em;
}

#bookimage{
	
	padding:10px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background-color: rgba(255,255,255,0.3);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	
} 

div#booktext{
	width:360px;
	float:left;
	margin-top:2.0em;
	
}

#booktext h3{
	font-size:1.29em;
	padding-left:5px;
}

#booktext h4{
	font-size:1.14em;
	margin-top:10px;
	padding-left:5px;
}



#booktext p{
	padding-left:5px;
	margin-top:10px;
}

div#printedpublications{
	float:left;
	padding-top:4em;
	
	
}

#adventuretravel{
	margin-right:130px;
	padding:10px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background-color: rgba(255,255,255,0.3);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
}

#ecsdec{
	margin-right:130px;
	padding:10px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background-color: rgba(255,255,255,0.3);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
}

#ecsnov{

	padding:10px;
	background:transparent url(images/IEbackground.png) repeat top left;
	background-color: rgba(255,255,255,0.3);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
}


h3#featuredarticles {
	margin-bottom: 2.0em;
	margin-left: 20px;
	background: transparent url(images/underline.png) no-repeat bottom left;
	padding-bottom:5px;
	padding-left:0px;
    
}

div#publeft{
	font-size:0.85em;
	float:left;
	
}

div#pubcentre{
	font-size:0.85em;
	float:left;
	
}

div#pubright{
	font-size:0.85em;
	float:left;
	
}

div.pubinfo{
	width:200px;
	margin-top:10px;
	padding-left:10px;
	
}



span.pubheading{
	font-weight: bold;
}

a.imagelink img#adventuretravel:hover{
	background-color:#3f8a89;
	background-color: rgba(106,199,198,0.3);
}

a.imagelink img#ecsdec:hover{
	background-color:#3f8a89;
	background-color: rgba(106,199,198,0.3);
}

a.imagelink img#ecsnov:hover{
	background-color:#3f8a89;
	background-color: rgba(106,199,198,0.3);
}

.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
	padding-top:25px;
	margin-left:52.5px;
	
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/buybutton.png) no-repeat top left;
	outline:none;
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,0.1);
	box-shadow:2px 2px 4px rgba(0,0,0,0.1);
}
.button a:hover {
	background-position:0 -50px;
}




/* ending of print.html styles---------------------------------------------------------*/





 
	


/* beginning of footer styles-------------------------------------------------------------*/
div#footerInfo{
	width:940px;
	text-align:center;
	margin:0px auto 0px auto;
	/*border:1px solid #ffffff;*/
	clear:both;
	position:relative;
}


div#footer{
	
	background:transparent url(images/IEbackground.png) repeat top left;
	background: rgba(255,255,255,0.2);
	height:40px;
	width:100%;
	/*border-top:1px solid #ffffff;*/
	clear:both;
	margin-top:100px;
	padding-top:10px;
	position:relative;
}

a#backtotop {
	
	position:absolute;
	left:460px;
	top:-60px;
	background: transparent url(images/backtotop.png) no-repeat left center;
	height:36px;
	width:31px;
	text-indent:-9999px;
	display:block;
	clear:both;
	
}

/* Lightbox styles ------------------------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; 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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
