

#home-feature {
position:relative;
	
	width: 572px;
	height: 277px;
	padding: 0px;
	margin: 0 auto;
	background: url("bg.png") no-repeat right top ; 
	}

#rotate {
		position:absolute;
		top:0;
		left:95px;
		z-index:1;
		}
#home-feature div.home-feature-box {		
		height: 277px;
		width: 477px;
		overflow:hidden;
		
		
		}
	
		
.home-feature-box a {position:relative;z-index:1;display:block;}	

	

#home-feature ul#feature-nav {
		
		position: absolute;
		top: 0;
		left: 0;
		height: 52px;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index:20;
		}

#home-feature ul#feature-nav li {
			margin: 0 0 3px 0;
			padding: 0;
			height: 53px;
			z-index:20;
			}

#home-feature ul#feature-nav li a {
				display: block;
				height: 100%;
				
				background-color: transparent;
				background-repeat: no-repeat;
				background-position: 0 0;
				z-index:20;}

#home-feature ul#feature-nav li a:focus {outline:0; }

#home-feature ul#feature-nav li a:hover, #home-feature ul#feature-nav li a.activeSlide {
				background-position: 0 -54px; }
				
				
		#home-feature ul#feature-nav li#feature-nav0 a { height:53px;width: 105px; background-image: url("nav_welcome.png"); }
		#home-feature ul#feature-nav li#feature-nav1 a { height:53px;width: 105px; background-image: url("nav_welcome1.png"); }
		#home-feature ul#feature-nav li#feature-nav2 a { height:53px;width: 105px; background-image: url("nav_welcome2.png"); }
		#home-feature ul#feature-nav li#feature-nav3 a { height:53px;width: 105px; background-image: url("nav_welcome3.png"); }
	




