#lteach{
width: 500px; 
height: 250px; 
clear: both;
position: relative;
margin-top: 20px;
/*overflow: hidden;*/
}

#scroll_back{
    position: absolute;
    top: -5px;
    left: -28px;
    background: url(../img/ltech_cont.png);
    width: 536px;
    height: 226px;
    z-index: 600;
}

#lteach img{
    border: none;
}

/*
.lteach-item{
width: 100px; height: 200px; text-align: center; overflow: hidden; float: left; margin-right: 10px;
}

*/

.scrollable {
	float: left;	
	z-index: 700;
}

a.lprev, a.lnext, a.lprevPage, a.nextPage {
    position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/left.png) no-repeat;
	float:left;
	margin: 55px 5px;
	cursor: pointer;
	font-size:1px;
	z-index: 800;
}

a.lprev:hover, a.lnext:hover, a.lprevPage:hover, a.lnextPage:hover {
	background-position: 0px -16px;		
}

a.disabled {
	visibility: hidden !important;		
}

a.lnext, a.nextPage {
	background-image: url(../img/right.png);
	clear: right;	
}

/*********** navigator ***********/

.navi {
	margin-left: 230px;
	text-align: center;
	width:200px;
	height:20px;
	clear: both;
	position: relative;
	z-index: 900;
}

.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

.navi a:hover {
	background-position:0 -8px;      
}

.navi a.active {
	background-position:0 -16px;     
} 	

.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 430px;	
	height:200px;	
    padding:1px 0;	
}

.scrollable .items {	
	width:20000em;	
	position:absolute;
	clear:both;	
}

.lteach-item {
	float:left;
	text-align:center;
	width: 100px;
	margin-right: 10px;	
	-moz-border-radius:5px;
}

.lteach-item:hover{
    background-color: #2F2F2F;
}

.scrollable .items .active {
	border:1px inset #ccc;		
}

