
#header_logo {
width:524px;
height:162px;
background-image:url('img/m_logo_yellow.png');
margin-left:-1px;
margin-top:-2px;
display:inline-block;
zoom: 1;
*display: inline;
}
#title {
color:rgb(120,120,120);
font-family:MuseoSansRounded, sans-serif;
font-size:42px;
letter-spacing:1px;
line-height:40px;
text-shadow: 3px 3px 2px rgba(0,0,0,0.15);
text-align:left;
width:990px;
margin-left:auto;
margin-right:auto;
text-align:left;
behavior: url(PIE.htc);
}
#body_text {
color:rgb(150,150,150);
font-family:Helvetica, Arial, sans-serif;
font-size:18px;
font-weight:normal;
line-height:24px;
margin-top:44px;
width:990px;
margin-left:auto;
margin-right:auto;
text-align:left;
behavior: url(PIE.htc);
}

#bookshelf_wrapper {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	height:405px;
	margin-top:-50px;
	background:url('img/bookshelf.png') center bottom no-repeat;
	overflow:hidden;

}
#arrow_left, #arrow_right {
	position:absolute;
	margin-top:80px;
	width:75px;
	height:75px;
	z-index:2;
}
#arrow_left {
	background:url('img/arrow_left.png');
	margin-left:40px;
}
#arrow_left:hover {
	background:url('img/arrow_left_selected.png');
	cursor:pointer;
}

#arrow_right {
	background:url('img/arrow_right.png');
	margin-left:866px;
}
#arrow_right:hover {
	background:url('img/arrow_right_selected.png');
	cursor:pointer;
}

#container {
	width:990px;
	height:280px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	overflow:hidden;
	background-color:white;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	behavior: url(PIE.htc);
}
#button_wrapper {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#bookshelf {
position:relative;
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s;
-transition:all 1s;
height:415px;
width:9000px;
}
#information {
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-o-transition:all 1s;
-transition:all 1s;
height:280px;
width:9000px;
}
.book_content {
width: 950px;
height: 280px;
float:left;
padding-left:20px;
padding-right:20px;
}
.books {
	position:relative;
	width: 980px;
	height:360px;
	float:left;
}
.books_container {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:-320px;
	overflow:hidden;
}
.books_container img {
	border:10px solid white;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	max-height:300px;
}
.reflection { 
	position:relative;
} 
.reflection img { 
    -webkit-transform: scaleY(-1); 
       -moz-transform: scaleY(-1); 
        -ms-transform: scaleY(-1); 
         -o-transform: scaleY(-1); 
            transform: scaleY(-1); 
    filter: flipv; opacity:0.20; 
    filter: alpha(opacity='20');
    max-height:300px;
}

#bookshelf section {
	text-align: center;
}
.book_title {
font-size:28px;
line-height:36px;
font-family:MuseoSans, sans-serif;
color:rgb(255,218,0);
text-shadow:0px 0px 4px rgba(255,218,0,0.5);
behavior: url(PIE.htc);
}
.author {
color:rgb(120,120,120);
font-family:MuseoSansRounded, sans-serif;
font-size:26px;
letter-spacing:1px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
padding-left:7px;
behavior: url(PIE.htc);
}
.book_body {
color:rgb(135,135,135);
font-family:Helvetica, Arial, sans-serif;
font-size:18px;
line-height:24px;
behavior: url(PIE.htc);
}
