		#feature_list {
			width: 321px;
			height: 237px;
			overflow: hidden;
			background:url(/library/images/loading.gif) no-repeat center center;
			position:relative;

}
#feature_list img {border:none;}


		#feature_list #tabs {display:none;}
		#feature_list .txtarea {display:none;}
		#feature_list #output {display:none;}


		#feature_list .txtarea {line-height:24px;  color:#023c69; font-size:12px; font-weight:bold; text-indent:14px;}
		#feature_list .txt { position:absolute; left:0px; bottom:0px;  width:321px; height:24px; overflow:hidden;background:#dfe8eb; z-index:999; }
		#feature_list .txtarea a {color:#023c69;}
		#feature_list .txtarea a:hover {color:#023c69;}

		ul#tabs {
			z-index:1000;
			width: 205px;
			position: absolute;
			left:100px;
			bottom:34px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: "????";
			float:left;
			margin-right:3px;
		}
		
		ul#tabs li a {
		display:block;
		width:22px;
		height:22px;
		background:url("libraryimagesbullets.png") no-repeat;
		text-indent:-9999px;
		border:0;
		float:left;
		}

		ul#tabs li a:hover {
			text-decoration: underline;

		}

		ul#tabs li a.current {
			display:block;
		width:22px;
		height:22px;
			background:  url('libraryimagesbullets.png') no-repeat center -22px;
			color: #FFF;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			width: 321px;
			height: 237px;
			background:none;
			z-index:2;
			position:absolute;
			left:0px;
			top:0px;
			
		}
		ul#output img{
			width: 321px;
			height: 213px;
			
		}

		ul#output li {
			width: 321px;
			height: 237px;
		}
		ul#outputbackground {
			width: 321px;
			height: 237px;
			position:absolute;
			left:0px;
			top:0px;
			overflow:hidden;
			z-index:1;
			
			}
