/*--design by forestgan-
create date aug. 8 2005
http://wwww.forest53.com
last edit Jul 11 2006
*/

*{
	padding: 0;
	margin: 0;
	border: 0;
}

body,td{
	text-align: center;	
	font-size: 12px;;
}

#pic{
	margin: 10px;
	overflow: hidden;
	border: solid 5px #FFFFFF;
	float: left;
	text-align:center;
}

* html #pic{
	display: inline;
	width: 410px;
}

#album{
	width: 430px;
	background: #EEEEEE;
	font-size: 100%;
	text-align: left;
	width:100%;
}
#bb td{
	background-image:url(images/blue.jpg);
	width:29px;
	height:17px;
	color:#FFFFFF;
}
#bb td a{
	color:#FFFFFF;
}
#desc{
	text-align: center;
	float: left;
	width: 430px;
	height:30px;
	font-size:12px;
}
	
#thumbs{
	clear: left;
	margin: 0 15px;
	width:100%;
	overflow:hidden;
	width:200px;
}
	
#thumbs ul{
	padding: 5px 0;
	display:inline;
}
	
#thumbs img{
	height: 53px;
}
	
#thumbs ul li{
	float:left;
	padding: 0 3px 0 2px;
	list-style-type:none;
	display:block;
}

#thumbs ul li a{
	background: transparent;
	overflow: hidden;
}
#simg,#simg1{
	position:relative; 
	float:left; 
}


