/*
 * Combined style sheet for the index pages and the slide pages.
 */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	text-align:center;	
	background-color: #fff;
	background-image: url('../res/bg.jpg');
	color: black;
}


h1 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: 100;
}

a {
	color: #666;
	text-decoration: underline;
}

div.thumb {
	font-size: 10px;
}

.thumbimage {
	border: 2px solid #000;
}
.image {
	border: 12px solid #000;
}

.icon {
	border: 0px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.BigThumbnailRight{
position: relative;
z-index: 0;
}

.BigThumbnailRight:hover{
background-color: transparent;
z-index: 50;
}

.BigThumbnailRight span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.BigThumbnailRight span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.BigThumbnailRight:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -340px;
left: 95px; /*position where enlarged image should offset horizontally */

}