@charset "UTF-8";
/* CSS Document */

.roundabout {
	position: absolute;
	top: 50%;
	margin-top:-300px;
	left: 0px;
	z-index:10;
	width:960px;
	height:600px;
	background-image: url(../../images/bg_books_1024.png);
	background-repeat: no-repeat;	
	/*background:#3FF;*/
	}
	
li.roundaboutItem img { height:100%;}


	
  .roundabout .roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 25em;
      width: 35em;
	  /*centra*/
	  left:50%;
	  margin-left:-265px;
	  margin-top:85px;
   }
  .roundabout .roundabout-moveable-item {
      /*height: 28em;*/
	  height: 390px;
      width: 18em;
      cursor: pointer;
      /*background-color: #ccc;*/
      /*border: 1px solid #999;*/
   }
   .roundabout .roundabout-in-focus {
      cursor: auto;
	 
   }
   
   .roundabout a.next,
   .roundabout a.prev {position:relative; top:150px; border:0px!important;}
   .roundabout a.next { left:580px; border:0px!important;}
   .roundabout a.prev { left:-160px;}
   .roundabout a.next img,
   .roundabout a.prev img { height:50px;border:0px!important;}
   
   
   /*BLUR*/
   
li.roundaboutItem .blur0 {	display:none;	}
.roundabout .roundabout-in-focus .blur0 { cursor: auto; display:block; }
.roundabout .roundabout-in-focus .blur1 { cursor: auto; display:none; }



