       .jfeature {
		position: relative;
		padding-top: 5px;
		}
 
		
    
    .jfeature .overlay{
		position: absolute;
  top: 0; 
  bottom: 0;  
  left: 0;
  width: 100%;
  background: #000;
	opacity: 0.15;
	-moz-opacity: 0.15;
	-khtml-opacity: 0.15;
	filter: alpha(opacity=15);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
		}
		
* html #jfeature .overlay {
  height: expression(document.getElementById("jfeature").offsetHeight);
}

    .jfeature div#feature_list h2 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			/*text-transform: uppercase;*/
			border: none;
		}
		.jfeature div#feature_list h2 a {
			text-decoration: none;
		}

		.jfeature div#feature_list {
			width: 650px;
			height: 230px;
			overflow: hidden;
			position: relative;
			margin-top: 5px;
			margin-bottom: 5px;
		}

		.jfeature div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}
		

		.jfeature ul#tabs {
			left: 0;
			z-index: 2;
			width: 320px;
			
		}

		.jfeature ul#tabs li {
			font-size: 12px;
			list-style: none;	
			
		}
		
		.jfeature ul#tabs li .tabimg {
			padding: 0px;
			border: 2px solid #fff;
			float: left;
			margin: 7px 10px 0 0;
		}

		.jfeature ul#tabs li .tab {
			color: #FFE4A6;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 51px;
			outline: none;
			cursor: pointer;
		}
		
		.jfeature ul#tabs li #sample1_tab {
			background:  url('images/sample1_tab.jpg') center center;
			width: 35px;
			height: 35px;
		}
		
		.jfeature ul#tabs li #sample2_tab {
			background:  url('images/sample2_tab.jpg') center center;
			width: 35px;
			height: 35px;
		}
		
		.jfeature ul#tabs li #sample3_tab {
			background:  url('images/sample3_tab.jpg') center center;
			width: 35px;
			height: 35px;
		}
		

		.jfeature ul#tabs li a:hover {
			text-decoration: underline;
			border: none;
		}

		.jfeature ul#tabs li div.current {
			background:  url('images/feature-tab-current.png') center center;
			color: #FFF;
		}

		.jfeature ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		.jfeature ul#output {
			right: 0;
			width: 365px;
			height: 210px;
			position: relative;
		}

		.jfeature ul#output li {
			position: absolute;
			width: 359px;
			height: 210px;
			list-style-type: none;
			border: 3px solid #fff;
		}

		.jfeature ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 5px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFE4A6; 
			background: #1e0a01;   
			border: none;
		}
		
		.jfeature ul#output li a:hover {
			text-decoration: underline;
			color: #fff;
		}

