div.scrollable {
	
	position:relative;
	overflow:hidden;	 	
	width: 940px;	
	height:350px;	
	padding:0;	
	background:#FFF;				
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	margin-left:0px;
}

div.scrollable div.items div {
	float:left;
	text-align:center;
	width:940px;
	height:350px;
	padding:0px;
	background: #FFF;
	margin-right: 0px;
	text-indent:-9999px;
	overflow:hidden;
}

#jsscroll { position:relative; background: url(../i/scroll_01.jpg) no-repeat; }
#empscroll { position:relative; background: url(../i/scroll_02.jpg) no-repeat; }
#wkscroll { position:relative; background: url(../i/scroll_03.jpg) no-repeat; }
#edscroll { position:relative; background: url(../i/scroll_04.jpg) no-repeat; }

#jsscroll a, #empscroll a, #wkscroll a, #edscroll a {  background: url(../i/scrollover.jpg) no-repeat; position:absolute; width:170px; height:38px; left:195px; bottom:50px; text-indent:-9999px; overflow:hidden; display:block; }

/*#jsscroll a { background: url(../i/jsbtn.jpg) no-repeat; }
#empscroll a { background: url(../i/empbtn.jpg) no-repeat; }
#wkscroll a { background: url(../i/wkbtn.jpg) no-repeat; }
#edscroll a { background: url(../i/edbtn.jpg) no-repeat; }*/

#jsscroll a { background-position:0 100%; }
#jsscroll a:hover { background-position: 0 0; }
#empscroll a { background-position:-170px 100%; }
#empscroll a:hover { background-position:-170px 0; }
#wkscroll a { background-position:-340px 100%; }
#wkscroll a:hover { background-position:-340px 0; }
#edscroll a { background-position:-510px 100%; }
#edscroll a:hover { background-position:-510px 0; }

div.navi {  }
a.prevPage { position:absolute;z-index:97;left:0;top:115px; }
a.nextPage { position:absolute; z-inde:96;right:0;top:115px; }

/* BEGIN SCROLL NAVIGATION */

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:31px;
	height:42px;
	background:url(../i/left_btn.png) no-repeat;
	float:left;
	margin:43px 0px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -42px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../i/right_btn.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:254px;
	width:200px;
	height:20px;
	position:absolute;
	z-index:98;
	bottom:10px;
	left:0;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../i/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
	overflow:hidden;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

