#thumb_browser {
	width: 420px;
	margin: 0px 0px 10px 0px;
}

#thumb_browser a img {
	border: none;
}

#thumb_browser .top {
	height: 10px;
	background: url('../images/thumb_frame_top_bg.gif') no-repeat top;
	font-size: 0px;
}

#thumb_browser .body {
	background: url('../images/thumb_frame_body_bg.gif') repeat-y top;
	padding: 0px 10px;
}


#thumb_browser .bottom {
	height: 10px;
	background: url('../images/thumb_frame_bot_bg.gif') no-repeat bottom;
	font-size: 0px;
}

#thumb_browser .thumb_container {
	float: left;
	width: 80px;
	height: 60px;
	margin: 5px 10px;
	display: inline;
}

.clear {
	height: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#img_loader {
	background: url('../images/image_loading.gif') center center no-repeat;
}