/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	height:130px;
	width:507px; 
	margin:5px auto; 
}

/*for educator author page*/
#ea_list {
	height:130px;
	width:507px; 
	margin:auto; 
}
.slider {
	float:left;
	left: -5000px; 
	margin-left:15px; 
	position:relative; 
	visibility:hidden;	
	overflow:hidden;
}
	
.slider ul {
	height:130px;
	width:600px;
	overflow:hidden;
	margin-bottom:5px;
}

.slider ul li {
	padding:0 25px;
	position: relative;
}

.slider ul li img {
	cursor:pointer;
	height:89px; 
	padding-top:3px;
	width:66px; 
	left:0;
	top:0;
}

.prev {
	cursor:pointer; 
	float:left;
	margin-top:47px;
	background:url(ea_back.png) no-repeat 0 0;
	width:66px;
	height:31px;
}

.next {
	cursor:pointer;
	float:right; 
	margin-top:47px;
	background:url(ea_forth.png) no-repeat 0 0;
	width:66px;
	height:31px;
}
.prev:hover {
	background:url(ea_back_rlvr.png) no-repeat 0 0;
}
.next:hover {
	background:url(ea_forth_rlvr.png) no-repeat 0 0;
}

.slider ul li .bookname{
	font-size:10px;color:#3D79A5; text-align:center; text-decoration:underline; clear:both; margin-top:90px;
}

.slider ul {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
.slider ul li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
.slider ul li img {
	width: 66px; height: 89px;
	padding: 5px 5px 5px 5px;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
	margin-left:15px;
}
.slider ul li img.hover {
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}

