/*轮播代码*/
.lunbo{
	margin-top:5px;
	width:715px;
	height:120px;
}
#focus {width:715px; height:120px; overflow:hidden; position:relative;}
#focus ul {height:120px; position:absolute;}
#focus ul li {float:left; width:715px; height:120px; overflow:hidden; position:relative; background:#FFF;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:715px; height:20px; left:0; bottom:0; background:#000;}
#focus .btn {position:absolute; width:770px; height:14px; left:0; bottom:3px; padding-left:5px;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:14px; height:14px; line-height:14px; text-align:center; font-size:12px; font-family:"Microsoft YaHei",SimHei; margin-right:5px; cursor:pointer; color:#fff;}
#focus .btn span.on {background:#000; color:#fcc;}

/*书籍查找*/
.search{
	margin-top:5px;
	width:240px;
	height:100px;
	background:url(/static/img/search_1.jpg) no-repeat;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
} 

/*图书页面的左侧搜索栏*/
.search2{
	width:240px;
	height:100px;
	background:url(/static/img/search_1.jpg) no-repeat;
	margin-top:5px;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.paihang{
	float:left; width:580px;
}
.wenzi{
float:left; margin-left:10px;
}
.wenzi ul{
	margin-top: 20px;
}
.wenzi li{
	float:none;
	border: #CCC 1px solid;
	padding: 10px 20px;
	margin-top:10px;
	border-radius:5px;
}