body {
	behavior:url(http://www.loc.gov:8081/literacy/storybook/csshover.htc);
}

div {
	margin: 0px auto;
}

div.thumb {
	height: 128px; 
	width: 159px; 
	margin: 0px auto;
	background:url('images/TN_off.gif');
	background-repeat: no-repeat;
}

div.thumb:hover {
	background:url('images/TN_on.gif');
	background-repeat: no-repeat;
}
  
img.thumbnail {
	position:relative; 
	left:-5px; 
	top:+20px; 
	border: 1px solid #AF8B75;
}

.thumb_desc {
	width: 129px; 
	height:16px; 
	position:relative; 
	left:+9px; 
	top:+27px; 
	float:left; 
	overflow: hidden; 
	font: italic 12px "Times New Roman", Times, serif ;
}

#nav_home {
	padding-top: 23px;    
	position:relative;    
	width:157px;    
	height: 0;    
	background:url('images/navigation/home-normal.jpg');  
	overflow: hidden; 
	display:block;
}

#nav_home:hover, #nav_home_selected {
	padding-top: 23px;    
	position:relative;    
	width:157px;    
	height: 0;
	background:url('images/navigation/home-selected.jpg');  	
	overflow: hidden; 
	display:block;
}

#nav_flash {
	padding-top: 23px;    
	position:relative;    
	width:183px;    
	height: 0;    
	background:url('images/navigation/storybookAdventure-normal.jpg');  
	overflow: hidden; 
	display:block;
}

#nav_flash:hover {
	padding-top: 23px;    
	position:relative;    
	width:183px;    
	height: 0;    
	background:url('images/navigation/storybookAdventure-selected.jpg');  
	overflow: hidden; 
	display:block;
}

#nav_gallery {
	padding-top: 23px;    
	position:relative;    
	width:106px;    
	height: 0;    
	background:url('images/navigation/gallery-normal.jpg');  
	overflow: hidden; 
	display:block;
}

#nav_gallery:hover, #nav_gallery_selected {
	padding-top: 23px;    
	position:relative;    
	width:106px;    
	height: 0;    
	background:url('images/navigation/gallery-selected.jpg');  
	overflow: hidden; 
	display:block;
}

#nav_contact {
	padding-top: 23px;    
	position:relative;    
	width:115px;    
	height: 0;    
	background:url('images/navigation/contactus-normal.jpg');  
	overflow: hidden; 
	display:block;
}

#nav_contact:hover, #nav_contact_selected {
	padding-top: 23px;    
	position:relative;    
	width:115px;    
	height: 0;    
	background:url('images/navigation/contactus-selected.jpg');  
	overflow: hidden; 
	display:block;
}


#goPrev {
	position:relative; width:100px; min-height: 60px; left: 30px; top: 0px;
	background:url('images/gallery-goPrev-off.png');
}

#goPrev:hover {
	background:url('images/gallery-goPrev-on.png');
}

#goNext {
	position:relative; right: 30px; top: 0px; width:100px; min-height: 60px; 
	background:url('images/gallery-goNext-off.png');
}

#goNext:hover {
	background:url('images/gallery-goNext-on.png');
}

#goNext2 {
	padding-top: 60px;    
	position:relative;    
	width:100px;    
	height: 0;    
	background:url('images/gallery-goNext-off.png');  
	overflow: hidden; 
	display:block;
}

#goNext2:hover {
	background:url('images/gallery-goNext-on.png');
}

#goPrev2 {    
	padding-top: 60px;    
	position:relative;    
	top:140px;    
	left: 5px;    
	width:100px;    
	height: 0;    
	background:url('images/gallery-goPrev-off.png');    
	overflow: hidden; 
	display:block;
} 

#goPrev2:hover {    
	background:url('images/gallery-goPrev-on.png'); 
} 

#flag {
	float:right;
	
	padding-top: 86px;    
	width:94px;    
	height: 0;    
	background:url('images/gallery-flag.gif');    
	overflow: hidden; 
	display:block;
}

#flag:hover {
	background:url('images/gallery-flag_on.jpg');	
}

.gallery_desc {
	font: 18px Times New Roman ;min-height:47px; width:492px; position:relative; top:+10px; text-align: center;
}
