/*$Id: fast_gallery.css,v 1.15 2008/09/11 04:42:48 rapsli Exp $*/
#fast_gallery .folder img{
	border: 3px;
	border-style: solid;
	border-color: blue;
}


#fast_gallery .folder-image{
	float:left;
	margin-left:5px;
	height:180px;
	width:170px;
	text-align: center;
}

#fast_gallery .single-image{
	float:left;
	margin-left:5px;
	height:130px;
	width:170px;
	text-align: center;	
}

#fast_gallery img{
	border: 3px;
	border-style: solid;
	border-color: gray;
}

#fast_gallery .pager{
	text-align: center;
}

#fast_gallery .folder-caption{
	margin-top:-5px;
	margin-left:3px;
	font-weight: bold;
	color: #027AC6;
}
.clear{
	clear:both;
}
