*{
	padding: 0;
	margin: 0;
}
#pic{
	margin: 10px;
	width: 380px;
	height: 270px;
	overflow: hidden;
	border: solid 5px #FFFFFF;
	float: left;
}
img{
	border:0px;}
* html #pic{
	display: inline;
	width: 380px;
}

#album{
	width: 550px;
	background: #666666;
	padding-bottom: 10px;
	text-align: left;
	float:right;
}
	
#desc{
	text-align: center;
	width: 350px;
	display:none;
}
	
#thumbs{
	height: 300px;
	clear: left;
	width: 130px;
	overflow: auto;
	float:right;
	SCROLLBAR-HIGHLIGHT-COLOR:#CDCDCD;
	SCROLLBAR-3DLIGHT-COLOR:#CDCDCD;
	SCROLLBAR-ARROW-COLOR:#990000; 
	SCROLLBAR-DARKSHADOW-COLOR:#CDCDCD;
	scrollbar-face-color:#acacac;
	scrollbar-shadow-color :#CDCDCD;
}	
#thumbs ul{
	padding: 5px 0px;
}
#thumbs img{
	width: 75px;
	height: 70px;
	border:1px solid #FFFFFF;	
}
	
#thumbs ul li{
	list-style:none;
}

#thumbs ul li a{
	background: transparent;
}
#pic img{
	margin-left:-25px;
	margin-top:-60px;}


