﻿*{
	padding: 0;
	margin: 0;
	border: 0;
}

body{
	text-align: center;	
	font-size: 75%;
}

#pic{
	margin: 5px;
	width: 300px;
	height: 300px;
	overflow: hidden;
	border: solid 5px #FFFFFF;
	float: left;
}

* html #pic{
	display: inline;
	width: 300px;
}

#album{
	width: 300px;
	background: #EEEEEE;
	border: solid 1px #76B323;
	margin: 0.5em auto;
	font-size: 100%;
	padding-bottom: 10px;
	text-align: left;
}
	
#desc{
	text-align: center;
	overflow: auto;
	overflow-y: hidden;
	float: left;
	width: 560px;
}
	
#thumbs{
	height: 105px;
	clear: left;
	width: 560px;
	margin: 0 15px;
	overflow: auto;
	overflow-y: hidden;
	border: solid 5px #4ABA00;
}
	
#thumbs ul{
	width: 500px;
	padding: 5px 0;
	border: solid 5px #4ABA42;
}
	
#thumbs img{
	width: 60px;
	height: 50px;
}
	
#thumbs ul li{
	float: left;
	padding: 0 3px 0 2px;
	border: solid 5px #0000FF;
}

#thumbs ul li a{
	border:solid 2px #FFEE8F;
	background: transparent;
}

#thumbs ul li a:hover{
	border:solid 2px #FF9900;
	background-position: -100px 0;
	color: #FFEE8F;
}