.books {
	clear: both;
	float: left;
	position: relative;
	top: 40px;
	left: 25px;
}

.books .book:first-child {
	margin-left: 0px !important;
}

.first-book {
	margin-left: -52px !important;
}

.bookshelf .middle .center .book {
	width: 113px;
	height: 261px;
	background: url('book-last-thin.png') no-repeat;
	float: left;
	clear: none;
	position: relative;
	/*margin-left: -52px;*/
	margin-left: -79px;
	top: 45px;
	left: 20px;
}

.bookshelf .middle .center .book:hover {
	/* Grow */
	/*
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    */
   
   /* Pull out */
   top: 70px;
   left: -5px;
}

.book_selected {
   top: 70px !important;
   left: -5px !important;
}

.books .notactive {
	width: 113px;
	height: 261px;
	background: url('book-not-active.png') no-repeat;
	float: left;
	clear: none;
	margin-left: -48px;
	position: relative;
}

.books .notactive:hover {
}

.bookshelf .middle .center .book .title {
	position: relative;
	top: 125px;
	left: -83px;
	width: 190px;
	height: 20px;
	overflow: hidden;
	background-color: transparent;
	
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.bookshelf .middle .center .book .title span {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.bookshelf .middle .center .book .title span:hover {
	color: #ffff00;
}

.bookshelf .middle .center .end {
    width: 186px;
    margin-top: 37px;
}

.bookshelf .middle .center .bookend {
	width: 198px;
	height: 240px;
	background: url('book-front.png') no-repeat;
	float: left;
	clear: none;
	margin-left: -48px;
	position: relative;
	margin-left: -52px;
	top: 49px;
	left: 43px;
}
.bookshelf .middle .center .bookend:hover {
   /* Pull out */
   top: 70px;
   left: 23px;
}

.bookshelf .middle .center .bookend .title {
	position: relative;
	top: 50px;
	left: 15px;
	width: 140px;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
}

.bookshelf .middle .center .bookend .title span {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.bookshelf .middle .center .bookend .title span:hover {
	color: #ffff00;
}





.bookshelf {
	/*width: 661px;*/	
	/*margin-left: 100px;*/
}


.bookshelf .top {
	float: left;
	clear: both;
}

.bookshelf .top .left {
	width: 46px;
	height: 54px;
	background: url('shelf-top-left.jpg') no-repeat;
	float: left;
	clear: none;
}

.bookshelf .top .center {
	width: 490px;
	/*width: 576px;*/
	height: 54px;
	background: url('shelf-top-center.jpg') no-repeat;
	float: left;
	clear: none;
}

.bookshelf .top .right {
	width: 64px;
	height: 54px;
	background: url('shelf-top-right.jpg') no-repeat;
	float: left;
	clear: none;
	position: relative;
	left: -30px;
}


.bookshelf .middle {
	float: left;
	clear: both;
}

.bookshelf .middle .left {
	width: 46px;
	height: 318px;
	background: url('shelf-middle-left.jpg') no-repeat;
	float: left;
	clear: none;
}

.bookshelf .middle .center {
	width: 490px;
	/* width: 576px; */
	height: 318px;
	background: url('shelf-middle-center.jpg') no-repeat;
	float: left;
	clear: none;
}

.bookshelf .middle .right {
	width: 64px;
	height: 318px;
	background: url('shelf-middle-right.jpg') no-repeat;
	float: left;
	clear: none;
	position: relative;
	left: -30px;
}


.bookshelf .bottom {
	float: left;
	clear: both;
}

.bookshelf .bottom .left {
	width: 46px;
	height: 30px;
	background: url('shelf-bottom-left.jpg') no-repeat;
	float: left;
	clear: none;
}

.bookshelf .bottom .center {
	width: 490px;
	height: 30px;
	background: url('shelf-bottom-center.jpg') no-repeat;
	float: left;
	clear: none;
}

.bookshelf .bottom .right {
	width: 64px;
	height: 30px;
	background: url('shelf-bottom-right.jpg') no-repeat;
	float: left;
	clear: none;
	position: relative;
	left: -30px;
}

/*
.bookshelf .shelf {
	width: 661px;
	height: 317px;
	background: url('shelf_middle.png') no-repeat;
	float: left;
	clear: none;
}

.bookshelf .bottom {
	width: 661px;
	height: 30px;
	background: url('shelf_bottom.png') no-repeat;
	float: left;
	clear: none;
}
*/






#publication_overlay {
	width: 500px;
	height: 310px;
	background-color: #ffffff;
	padding: 20px;
}

#publication_title {
	color: #000000;
	float: left;
	clear: both;
	margin-bottom: 50px;
	width: 500px;
	font-size: 24px;
}

#download {
	float: left;
	clear: right;
	background: url(download.jpg) no-repeat;
	width: 169px;
	height: 116px;
}

#interactive {
	float: left;
	clear: right;
	background: url(interactive.jpg) no-repeat;
	width: 185px;
	height: 104px;
}








#content {
	margin: 20px 0px 20px 40px !important;
}