/**************Owl Carousel CSS***************/
/*hottitles*/
.bookListNavBar {height:25px; width:1000px;}
.bookListNavItem {display:inline-block; margin:10px 20px 10px 20px;}
.bookList .item{
	margin: 0px;
	color: #FFF;
	text-align: center;	
	background: #cccccc;
	background: -moz-linear-gradient(left,  #cccccc 0%, #eeeeee 51%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cccccc), color-stop(51%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cccccc 0%,#eeeeee 51%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cccccc 0%,#eeeeee 51%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cccccc 0%,#eeeeee 51%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to right,  #cccccc 0%,#eeeeee 51%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
}
.bookList span{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
	position:absolute;
	overflow: hidden;
}
.bookList img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #4f4f4f;
	position: relative;
}
.bookJacket_SM{width: 75px;	height: 100px;}
.bookJacket_MD{width: 150px; height: 200px;}
.bookJacket_LG{width: 300px; height: 400px;}

.loadingImg { width:45px; height:45px;}
/*Carousel Controls*/
.owl-next
{
	display:inline-block;
	margin:10px 25px 10px 0;
	float:right;
}
.owl-prev
{
	display:inline-block;
	margin:10px 0 10px 25px;
	float:left;
}

.owl-theme .owl-controls {
    margin-top: 100px;
}
.owl-carousel .owl-stage {
    height: 130px;
}

#homeBookList .owl-prev, #homeBookList .owl-next {
margin-top: -120px;
margin-bottom: 100px;
position: relative;
}
/************End Owl Carousel CSS*************/