/* CSS Document */
body{
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	background:#406682;
}

a:link {
	color: #72b7e8;
	text-decoration: none;
}
a:visited {
	color: #72b7e8;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.gallery_wrapper {     
    text-align:center;	
    margin:0px auto 0px;
	height:100%;
	width:100%;	
}
.thumbnail_row {
    margin-top:4px;
    margin-left:auto;
    margin-right:auto;
    border:0px solid #999999;
	width:100%;
}
.thumbnail_row img {    
    margin-left:10px;
    margin-right:10px;
    border:0px;
    margin-top:10px;
    margin-bottom:10px;
}
.nav {
	text-align:center;	
    margin:0px auto 0px;
	margin-top:10px;
	width:80%;	
}
.image_wrapper{
    margin:0px auto 0px;
	width:650px;
}

.gallery_active {    
    color: #ffffff;
	font-weight:bold;
	font-size:large;	
}
.button{
	cursor:pointer;
	color:#FFFFFF;
	background-color: #406682;
	border:solid 1px #ffffff;
}
.left{
	margin-right:20px;
}
.right{
	margin-left:20px;
}
.preview{
	position:absolute;
	left:0px;
	top:0px;
}

#copyright {
	text-align: center;
}
