@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
}

.bflinks {
	
	font:"Arial, Helvetica, sans-serif" !important;	
}

#thumbnails {
	margin-bottom:10px;
	margin-top:10px;
	width:636px;
	overflow:hidden;
}

.thumb {
	margin: 6px;
	float: left;
	height: 95px;
	width: 95px;
}
.thumb a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.thumb a:link {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

.thumb a:hover {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

.currentimg a:link {
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}