@charset "utf-8";
/* CSS Document */

.fl_jqgf_container {
	position:relative;
	top:0px;
	left:0px;
	background-image:url(images/bk_image.jpg);
	height:269px;
	width:263px;
}

#fl_galfade_object {
	position:absolute;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
}

#fl_galfade_header {
	position:absolute;
	left:0px;
	top:0px;
	height:0px;
	width:100%;
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	color:#FFF;

	
	
}

#fl_galfade_logo {
	position:absolute;
	left:0px;
	top:0px;
	height:0px;
	width:0px;
	background:transparent url('images/') no-repeat;
	background:none\9;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='image',src='images/'); 
}

#fl_galfade_arrow_left {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/);
	background-repeat:no-repeat;
	height:0px;
	width:0px;
	cursor:pointer;
}

#fl_galfade_arrow_right {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(images/);
	background-repeat:no-repeat;
	height:0px;
	width:0px;
	cursor:pointer;
}
