@charset "utf-8";
/* CSS Document */
	
/*		h3 {
			margin: 0;	
			padding: 2px 5px;
			font-size: 11px;
			text-transform: uppercase;
		}
*/ 
		div#feature_list {
			width: 970px;
			height: 425px;
			overflow: hidden;
			position: relative;
			text-align:left;
			margin:0 auto;
		}
 
		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}
 		div#tab_num {
			width: 80px;
			height: 17px;
			overflow: hidden;
			position: relative;
			float:right;
			z-index:600;
			top:400px;
			margin-right:10px;
		}
 
		div#tab_num ul {
			position: absolute;
			top: 0px;
			list-style: none;	
			padding: 0px;
			margin: 0px;
		}
		ul#tabs {
			left: 0;
			z-index: 2;
		}
 
		ul#tabs li {
			font-size: 12px;
			float:left;
			margin-right:4px;
		}
		
		ul#tabs li img {
			padding: 0px;
			border: none;
			float: left;
			margin: 0;
		}
 
		ul#tabs li a {
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0px;
			height: 12px;
			width:12px;
			outline: none;
			background:url(../images/slider_normal.png) no-repeat center;
		}
 
		ul#tabs li a:hover {
			text-decoration: none;
			background:url(../images/slider_hover.png) no-repeat center;
		}
 
		ul#tabs li a.current {
			background:url(../images/slider_hover.png) no-repeat center;
		}
 
		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}
 
		ul#output {
			right: 0;
			width: 970px;
			height: 425px;
			position: relative;
		}
 
		ul#output li {
			position: absolute;
			width: 970px;
			height: 425px;
		}
		ul#output li img {
			width: 970px;
		}

				
		ul#output li a {
			position: absolute;
			bottom: 0px;
			left:0px;
			width:950px;
			padding: 8px 10px;
			text-decoration: none;
			font-size: 18px;
			font-weight:700;
			color: #fff;
			display:block;
			background:url(../images/sliderbg.png) repeat;
			border-radius:0 0 5px 5px;
			-moz-border-radius:0 0 5px 5px;
			-webkit-border-radius:0 0 5px 5px;
		}
		ul#output li a p {
			margin:5px 0;
			text-align:right;
			font-size:14px;
		}
		ul#output li a h6 {
			font-size:22px;
			color:#fff;
			padding:5px 10px;
			margin:0;
			text-align:right;
		}
		ul#output li a:hover {
			margin:0;
		}