

		div#feature_list {
			width: 730px;
			height: 420px;
			overflow: hidden;
			position: relative;
		}

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

		ul#tabNews {
			right: 0;
			z-index: 10;
			width: 260px;
			background:#323336;
			border:0px solid #cdced2;
		}
		
		ul#tabNews h3 { font-size:12px; margin:0; padding:3px 0 0 0}

		ul#tabNews li {
 			position:relative
		}
		
		ul#tabNews li img {
			padding: 1px;
			border: none;
			float: left;
			margin: 0px 10px 5px 0;
			border:1px solid #cdced2;
			width:70px; height:53px;
		}

		ul#tabNews li a {
			color: #CCCCCC;
			text-decoration: none;	
			display: block;
			outline: none;
			padding:10px
		}

		ul#tabNews li a:hover {
			
		}

		ul#tabNews li a.current {
			background:#4e5051;
			color: #CCCCCC;
			
		}
		
		ul#tabNews li a.current i { background:url(../images/bg/selected-item.png) no-repeat; width:14px; height:25px; display:block; position:absolute; top:30px; left:-14px }

		ul#tabNews li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
		
		ul#tabNews li a.current h3 { color:#05a7e7}
		
		ul#tabNews li a span { display:inline-block; height:65px; overflow:hidden; width:155px}

		ul#output {
			left: 0;
			width: 455px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 455px;
			height: 420px;
		}
		
		.titleHotNews { font-size:18px; font-weight:normal; color:#fff; padding:5px 0}
		.imgHotnews img { width:455px; height:350px}
