.scrollable{ position:relative; overflow:hidden; width: 150px; height:90px; left:24px;} 
.scrollable .items { width:20000em; position:absolute; } 
.items div { float:left; } 
.sneak_peek {float:left; width:230px; height:306px; overflow: hidden; margin-top:15px; position:relative;}
.sneak_peek h3 {float:left; width:240px; background:#e0dac9; font-size:10px; color:#665b38 !important; padding:2px 0 0 0 !important; font-weight:bold; text-align:center;}
.sneak_peek_title{ padding: 5px 10px 5px 10px; background-color:#f1a1ae; font:bolder 10pt "Arial"; color:#665b38; }
.sneak_peek_content {float:left; width:200px; background:#e0dac9; padding:14px 45px 10px 18px;}
.sneak_peek_content ul{float:left; width:148px; list-style:none; height:230px; overflow:hidden}
.sneak_peek_content ul li{float:left; width:146px; text-align:center;}
.sneak_peek_content ul li a{float:left; width:146px; color:#665b38; text-decoration:none}
.sneak_peek_content ul li a img{float:none;}
.sneak_peek_content ul li a span{float:left; width:100%; font-size:12px; color:#665b38; text-align:center; font-weight:bold; padding:5px 0 0; cursor:pointer}
.sneak_peek_content ul li a:hover{color:#000;}
.sneak_peek_content ul li a:hover span{color:#000;}
.sneak_peek_content ul li small{float:left; width:100%; font-size:12px; color:#000; padding-bottom:10px; text-align:center;}
.sneak_peek_books_container{ height:230px; }
.sneak_peek_prebutton{ height: 30px; width: 18px; background-image:url('./images/sp_leftarrow_out.gif'); }
.sneak_peek_prebutton:hover{ background-image:url('./images/sp_leftarrow_over.gif'); }
.sneak_peek_nextbutton{ height: 30px; width: 18px; background-image:url('./images/sp_rightarrow_out.gif'); }
.sneak_peek_nextbutton:hover{ background-image:url('./images/sp_rightarrow_over.gif'); } 
.sneak_peek_book_text{ font-family:"Arial"; font-weight:bolder; font-size:10pt; color:#665b38; }
.sneak_peek .sneak_peek_prev_container{float:left; width:17px; position:absolute!important; left:10px; top:105px}
.sneak_peek img{float:left;}
.sneak_peek .sneak_peek_next_container{float:left; width:17px; position:absolute!important; right:10px; top:105px}
