/* Horizontal Carousel */
#horizontal_carousel{float:left;width:555px;height:144px;position:relative;left:-10px;}
#horizontal_carousel .container{position:absolute;top:5px;left:37px;width:480px;height:144px;overflow:hidden;}
#horizontal_carousel .previous_button{position:absolute;top:5px;left:10px;width:27px;height:144px;background:url(left.gif);z-index:50;cursor:pointer;}
#horizontal_carousel .previous_button_disabled{background:url(left-disabled.gif);cursor:default;}
#horizontal_carousel .next_button{position:absolute;top:5px;right:10px;width:27px;height:144px;background:url(right.gif);z-index:51;cursor:pointer;}
#horizontal_carousel .next_button_disabled{background:url(right-disabled.gif);cursor:default;}
#horizontal_carousel ul{margin:0;padding:0;width:100000px;position:relative;top:0;left:0;height:144px;}
#horizontal_carousel ul li{border:0px solid green;color:#E3EDFA;margin:0;padding:15px 0 0px;width:160px;list-style:none;float:left;text-align:center;}



/* Horizontal Carousel OP Anthology*/
#OP-book-preview{width:900px;height:552px;position:relative;left:0px;}
#OP-book-preview .container{position:absolute;top:5px;left:37px;width:820px;height:552px;overflow:hidden;}
#OP-book-preview .previous_button{position:absolute;top:5px;left:10px;width:27px;height:559px;background:url(left.gif) left center;z-index:50;cursor:pointer;background-repeat:no-repeat;}
#OP-book-preview .previous_button_disabled{background:url(left-disabled.gif) left center;cursor:default;background-repeat:no-repeat;}
#OP-book-preview .next_button{position:absolute;top:5px;right:10px;width:27px;height:550px;background:url(right.gif) right center;z-index:51;cursor:pointer;background-repeat:no-repeat;}
#OP-book-preview .next_button_disabled{background:url(right-disabled.gif) right center;cursor:default;background-repeat:no-repeat;}
#OP-book-preview ul{margin:0;padding:0;width:100000px;position:relative;top:0;left:0;height:144px;}
#OP-book-preview ul li{color:#E3EDFA;margin:0;padding:0;width:820px;list-style:none;float:left;text-align:center;}


#OP-book-preview .picture-box img {border:1px solid #505050;}



/* Horizontal Carousel 
#horizontal_carousel{float:left;width:610px;height:240px;margin-bottom:10px;position:relative;}
#horizontal_carousel .container{float:left;width:500px;height:240px;position:relative;overflow:hidden;}
#horizontal_carousel ul{margin:0;padding:0;width:100000px;position:relative;top:0;left:0;height:240px;}
#horizontal_carousel ul li{width:250px;height:240px;text-align:center;list-style:none;float:left;}
#horizontal_carousel .previous_button{float:left;width:32px;height:175px;background:url(prototype-ui/horizontal/left.png);z-index:100;cursor:pointer;}
#horizontal_carousel .previous_button_over{background:url(prototype-ui/horizontal/left_over.png);}
#horizontal_carousel .previous_button_disabled{background:url(prototype-ui/horizontal/left_disabled.png);cursor:default;}
#horizontal_carousel .next_button{float:left;width:32px;height:175px;background:url(prototype-ui/horizontal/right.png);z-index:100;cursor:pointer;}
#horizontal_carousel .next_button_over{background:url(prototype-ui/horizontal/right_over.png);}
#horizontal_carousel .next_button_disabled{background:url(prototype-ui/horizontal/right_disabled.png);cursor:default;}
*/