.feature-shadow { 
	background-repeat:no-repeat;
	background-position:0 0px;
	height:350px;
	}
		div#feature_list {
			width: 940px;
			height: 350px;
			overflow: hidden;
			position: relative;
		}

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

		ul#tabs {
			left: 710px;
			z-index: 2;
			width: 196px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
			padding: 0px 0px 5px 0px;
			background:none;


		}

/*  ¿©±â°íÄ¡¼¼¿ä */
		ul#tabs li img {
			padding: 0px;
			border: none;
			float: left;
			margin: 0px 0px;
			border: 1px solid #e0e0e0;
		}

		ul#tabs li a {
			color: #4f4f4f;
			text-decoration: none;	
			display: block;
			padding: 0px 0px;
			margin-left: 10px;
			height: 54px;
			outline: none;

			
		}

		ul#tabs li a:hover {

		}

/*  ¿©±â°íÄ¡¼¼¿ä */
		ul#tabs li a.current img {
		/*
			-webkit-filter: grayscale(1); 
			filter: grayscale(1);
			background: rgba(57,73,160,.8);
			border: 2px solid #0d94a4;
         */
		 	filter:alpha(opacity=50);

            -moz-opacity: 0.3;
             opacity: 0.3;
		
			border: 2px solid #0d94a4;

		}
        



		ul#tabs li a.current:hover {
			cursor: default;

		}

		ul#output {
			left: 0;
			width: 713px;
			height: 350px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 713px;
			height: 350px;
			padding:0;
		}

		ul#output li a {
			position: absolute;
			bottom: 0px;
			right: 0px;
			padding: 0px 0px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;

		}
		
		ul#output li a:hover {
			background: #235575;

		}