.jcarousel-skin-default .jcarousel {
    position: relative;
    overflow: hidden;
    width: 75%;
    height: 75px;
    border: 0px solid #000;
}

.jcarousel-skin-default ul {
    width: 20000px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-default li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

*[dir=rtl] .jcarousel-skin-default li {
    float: right;
    margin: 0 0 0 10px;
}

/** Custom **/

.jcarousel-skin-default li img {
    border: 0;
}






/** Left Slider Button **/
.sliderLeft
{
	height: 100%; 
	width: 75px; 
	top: 0; 
	left: 0; 
	position: absolute; 
	float: left;
	cursor: pointer; 
	cursor: hand;
}
img.sliderLeft
{
	width:70px;
	height:250px;
	background:url('scroll_arrows.png') 0 0;
}
/** Right Slider Button **/
.sliderRight
{
	height: 100%; 
	width: 75px; 
	top: 0; 
	right: 0; 
	position: absolute; 
	float: right;
	cursor: pointer; 
	cursor: hand;
}
img.sliderRight
{
	width:70px;
	height:250px;
	background:url('scroll_arrows.png') 0 612px;
	float: right;
}


.scrollImage{
	width: 180px;
	height: auto;
}
.scrollWrapper{
	width: 180px;
	height: 235px;
}
.scrollImageContainer{
	height: 235px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.scrollImageContainer A {
	position: absolute;
	bottom: 0px;
	left: 0px;
}



.ScrollingSpan{
	display:block;
	width:135px;
	text-align:left;
	color:#666;
	bottom:0;
	left:5px;
	padding:3px 0px 3px 10px;
	background-color:White;
	height:70px;
	font-size:11px;
	margin:0 1px 0 1px;
}
.BookTitleSpan{
	font-weight:bold;
}
.ByAuthorSpan{

}
.BookGeneratedRatingSpan{
	border:1px solid white;
	width: 60px;
}
.BookCountedRatingsSpan{
	position:relative;
	top:-3px;
	border:none;
}