.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:370px;
	width:940px;
	padding-top:110px;
}
#screen .next, #screen .prev{
	position:absolute;
	top:200px;
}
#screen .prev{
	left:10px;
}
#screen .next{
	right:10px;
}



#scroll {
/* Typical fixed height and fixed width example */
width: 940px;
height: 86px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 1620px;
height: auto;
position: relative;
color: black;
padding:0;
margin:0;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top:0; left: 0;
}
.hscrollerbase {
height: 36px;
background-color: #b3b5b6;
}
.hscrollerbar {
height: 36px;
background:url(../images/car.png) no-repeat top left;
cursor:pointer;
}
.scrollerjogbox {
width: 10px;
height: 10px;
top: -36; left: auto;
bottom: 0px; right: 0px;
background-color: #666666;
}




#navigation {
	/*width:1800px;*/
	height:50px;
	text-align:center;
	background:#b3b5b6 url(../images/tlbg.gif) repeat-x top left;
	/*padding-left:270px;*/
	}

#navigation ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	}
			#navigation li{
				float:left;
				margin:0;
				width:90px;
				/*background:#ff0000;*/
				padding:10px 0 0 0;
				margin:0;
				font-size:10pt;
			}
				#navigation a{
					color:#fff;
					font: normal normal normal 10px/10px Verdana, Geneva, Tahoma, sans-serif;
					text-decoration:none;
					outline:none;
					}
				#navigation a:hover{
					color:#666;
					}
				#navigation a strong{
					font-size:12px;
					}
	
#sections{
	overflow:hidden;
	width:800px;
	height:300px;
	clear:left;
	margin-left:60px;
}
	
	#sections ul{
		width:3550px;
		list-style:none;
	}
	
		#sections li{
			float:left;
			padding:10px 20px;
		}
		
		#sections li.libaja{
			padding:50px 20px 10px 20px;
		}
			
			#sections h2{
				width:100px;
				color:#000;
				margin:20px 0 0 0;
				padding:0 0 0 10px;
				font: normal normal normal 11px/12px Verdana, Geneva, Tahoma, sans-serif;
			}
		#sections h2 span{
				color:#045d37;
				padding:3px 0 3px 0;
				margin:0 0 2px 0;
				font: normal bold normal 10px/10px Verdana, Geneva, Tahoma, sans-serif;
			}
			#sections a{
				color:#000;
				font: normal normal normal 11px/12px Verdana, Geneva, Tahoma, sans-serif;
				text-decoration:none;
			}
			#sections div a{
				float:left;
				clear:left;
				background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
				background: url(../images/shadow.gif) no-repeat bottom right;
				margin: 6px 0 9px 10px !important;
				margin: 6px 0 9px 5px;
				width: 115px;
			}
				#sections div a img{
					position:relative;
					bottom:0px;
					right: 10px;
					padding:0 4px 4px 4px;
					margin: 0px;
					width:115px;
					height:90px;
				}

		