/* Home News Slider */

div#newsSlider {
			width: 600px;
			height: 520px;
			overflow: hidden;
			position: relative;border:1px solid #cdcdcd;background-color:#dedede;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
		}

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

		ul#tabs {left: 0; 	z-index: 2; width: 225px;}
		ul#tabs li {font-family: Arial; background:none;margin:0;padding:0;}
        ul#tabs h3 {padding-bottom:0;margin-bottom:2px;font-size: 13px;}
        ul#tabs li p {font-size:11px;margin:0;padding-top:1px;}
		
        ul#tabs li#newsIntro {
			display: block;
			padding: 16px 8px 0 10px; 
			height: 60px;}
        
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block; padding: 10px; height: 58px; outline: none;}
		ul#tabs li a:hover {text-decoration: underline;background: url(/img/feature-tab-current-hover.png) no-repeat; color: #111;}
		ul#tabs li a.current {background:  url(/img/feature-tab-current.png) no-repeat; color: #FFE57F;}
		ul#tabs li a.current:hover {text-decoration: none; cursor: default;}

		ul#output {
			right: 0; width: 400px; height: 600px; position: relative; background-color: #e4eaf6; 
            -webkit-border-bottom-right-radius: 6px; 
            -webkit-border-top-right-radius: 6px; 
            -moz-border-radius-bottomright: 6px; 
            -moz-border-radius-topright: 6px; 
            border-bottom-right-radius: 6px; 
            border-top-right-radius: 6px;}

		ul#output li {
			position: absolute;
			width: 400px;
			height: 520px; background:none; border-left:1px solid #bcbcbc;
		}
        ul#output li {font-size:11px;color:#000;}
        
         ul#output li p {margin:10px 12px 2px 10px;}
		 ul#output li small {color: #339}
		 
		/* ul#output li a {
			position: absolute;
			bottom: 10px;
			right: 24px;
			padding: 4px 8px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #333;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
		}
		
		ul#output li a:hover {
			background: #fc0;color:#222;
		} */

