@charset "UTF-8";
/* CSS Document */
.home #img_head{ height:400px; width: 950px; overflow: visible; position: relative; z-index: 0; }


/* Easy Slider */
#slider {
	position: relative;
	width: 950px;
	height: 400px;
	overflow: hidden;
	z-index: 10;
	clear: both;
}
#slider ul { margin: 0px; padding: 0px; list-style-type: none; }
#slider li { position: relative; width: 950px; height: 400px; overflow: hidden; z-index: 10; list-style-type: none; 		}	
/* numeric controls */	
ol#controls{
	margin:1em 0;
	padding:0;
	height:28px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 349px;
	right: 30px;
}
ol#controls li { padding:0; float:left; list-style:none; margin-top: 0; margin-right: 5px; margin-bottom: 0; margin-left: 0; font-size: 0px; 	}
ol#controls li a{ float:left; height: 20px; width: 20px; margin: 0px; padding: 0px; 	}
ol#controls li.current a {
	
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* // Easy Slider */
#controls1 { background-image: url(../img/home/n01.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls2 { background-image: url(../img/home/n02.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls3 { background-image: url(../img/home/n03.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls4 { background-image: url(../img/home/n04.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls5 { background-image: url(../img/home/n05.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls1.current { background-image: url(../img/home/n01_on.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls2.current { background-image: url(../img/home/n02_on.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls3.current { background-image: url(../img/home/n03_on.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls4.current { background-image: url(../img/home/n04_on.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }
#controls5.current { background-image: url(../img/home/n05_on.png); background-repeat: no-repeat; background-position: center center; height: 20px; width: 20px; }


