		div#feature_list {
			width: 910px;
			height: 320px;
			overflow: hidden;
			position: relative;
			background-color: #dcdcdc;
			box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
			-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
			-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
		}
 
		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}
 
		ul#tabs {
			left: 0;
			z-index: 2;
			width: 350px;
			height: 54px;
			outline: none;
		}
 
		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			overflow: hidden;
		}
		
		ul#tabs li h3 {
			margin: 0;	
			padding: 0;
			font-size: 16px;
			text-transform: uppercase;
			width: 305px;
			max-height: 40px;
			white-space: normal;
			overflow: hidden;
		}
			
		ul#tabs li .info {
			font-size: 11px;
			width: 305px;
			white-space: nowrap;
			overflow: hidden;
		} 
		
		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 5px;
			height: 54px;
			outline: none;
		}
 
		ul#tabs li a:hover {
			text-decoration: none;
			cursor: default;
		}
 
		ul#tabs li a.current {
			background-image:  url('http://www.maisonfrechette.com/images/feature-tab-current-slider.png');
			background-position: center right;
			color: #FFF;
		}
 
		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
 
		ul#output {
			right: 0;
			width: 593px;
			height: 320px;
			position: relative;
		}
 
		ul#output li {
			position: absolute;
			width: 593px;
			height: 320px;
			background-color: #000000;
			background-image: url('http://www.maisonfrechette.com/images/loading-background.gif');
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}
		
		ul#output li a {
			text-decoration: none;
		}
 
		ul#output li div.info {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 3px 10px; 
			margin: 5px;
			color: white;
			font-size: 11px;
			background-color: #50A75C;
			border: 1px solid #50A75C;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
		
		ul#output li div.info:hover {
			background: #000000;
		}
