	        section#featured {
	            margin: 20px;
	            clear: both;
	            display: block;
		        width: 920px;
		        height: 390px;
		        position: relative;
		        background-color: #ECECEC;
	        }

	        section#featured ul {
		        position: absolute;
		        top: 5px;
		        list-style: none;	
		        padding: 0;
		        margin: 0;
	        }

	        ul#tabs {
		        right: 5px;
		        z-index: 2;
		        width: 214px;
	        }

	        ul#tabs li {
		        font-size: 12px;
		        font-family: Arial;
		        height: 76px;
	                padding-left: 24px;
	        }
	        
	        ul#tabs li.current {
	            background: url(../img/bg-featured-item.png) left top no-repeat;		        
		        color: white;
	        }
	        
	        ul#tabs li.current a {
	            color: white;
	            text-shadow: none;
	        }	        
	
	        ul#tabs li:first-child a {
	           border-top: 1px solid #D1D1D1;
	        }
	
	        ul#tabs li:last-child a {
	           border-bottom: 1px solid #D1D1D1;
	        }
	
	        ul#tabs li a {
		        height: 66px;
        	        width: 167px;
			overflow: hidden;

			display: block;
	                vertical-align: middle;

		        border-bottom: 1px solid white;
		        border-right: 1px solid #D1D1D1; 

		        text-decoration: none;	
		        padding: 5px 11px;

		        outline: none;
	                color: #666;
        	        font-family: 'Droid Sans', Arial, sans-serif;
                	font-size: 13px;
	                text-align: left;
        	        text-shadow: 2px 2px 2px #CCC;
	        }


	        ul#output {
		        left: 5px;
		        width: 720px;
		        height: 380px;
		        position: absolute;
		        background-color: black;
	        }

	        ul#output li {
		        position: absolute;
		        width: 720px;
		        height: 380px;
	        }
	        
	        ul#output li.live {
	           text-align: center;
	        }

	        ul#output li a {
		       color: white;
	        }
	        
	        ul#output li a:hover {
                
	        }
	        
	        ul#output li article {
	            position: absolute;
	            bottom: 0px;
	            left: 0px;
	            right: 0px;
	        }
	
	        ul#output li article h2 {
                font-family: 'Droid Sans', Arial, sans-serif;
	            font-size: 18px;
	            font-weight: bold;
	            text-transform: none;
	            color: white;
	            padding: 10px 15px 10px 10px;
	            margin: 0;
	            padding-bottom: 0;
	            background: url(../img/bg-trans.png);
	        }
	
	        ul#output li article p {
	            margin: 0;
                    font-family: 'Droid Sans', Arial, sans-serif;
	            font-size: 12px;
	            font-weight: normal;
	            text-transform: none;
	            color: white;
	            padding: 5px 20px 5px 10px;
	            background: url(../img/bg-trans.png);
	        }
