div#page {
	overflow:hidden;
}
div#container {

}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}

/*×÷Æ·ËõÂÔÍ¼*/
ul.thumbs {
	clear: both;
	width:180px;
	margin: 0;
	margin-left:15px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	width:80px;height:80px;margin-right:10px;margin-bottom:10px;
}

.thumb a:focus {
	outline: none;
}

ul.thumbs a:hover img{filter:gray;filter:alpha(opacity=70);}
ul.thumbs span{display:block;}
ul.thumbs img {
	width:80px;
	height:80px;
	border: none;
	display: block;
	border:0px solid #666;
}
ul.thumbs li.selected span.thumb img {
border:0px solid #FF39D0;
}

div.pagination {
	clear: both;
	height:30px;
	margin-left:15px;
}

#gallery{position:relative;float:left;width:710px;border:0px solid red;text-align:left;}

.loader{position:absolute;top:100px;left:330px;margin:0 auto;width:48px;height:48px;background:url(images/loader.gif) no-repeat;}

div.navigation div.top {
	margin-bottom: 0px;
}
div.navigation div.bottom_albums {
	clear:both;
	margin-top: 20px;
}
div.pagination a{
	display: block;
	width:20px;height:20px;
	border:1px solid #E4E4E4;
	float: left;
	font:bold 11px verdana;
	color: #AEADAD;
	line-height:20px;
	margin-right: 2px;
	text-align:center;
	background:#f1f1f1;
}
div.pagination span.current {
	display: block;
	width:20px;height:20px;
	border:1px solid #666;
	float: left;
	line-height:20px;
	font:bold 11px verdana;
	color: #fff;
	text-align:center;
	margin-right: 2px;
	background:#666;
}
div.pagination span.prev {
	display: block;
	width:20px;height:20px;
	border:1px solid #ccc;
	float: left;
	margin-right: 2px;
	background:#f1f1f1;
}
div.pagination a:hover {
	
	text-decoration: none;
}

