#flipbook{
	    /*width:1040px;*/
	    /*height:520px;*/
	    margin:0 auto;
		margin-top: 60px;
	    position:relative;
	    left:0; 
	    opacity:0;
	    -moz-transition:0.3s left;
	    -webkit-transition:0.3s left;
	    transition:0.3s left;	
}
#flipbook .page{
	    /*width:567px;*/
	    /*height:567px;*/
	    background-color:#ccc;
	    overflow:hidden;
	}
	 

	/*#magazine.centerStart{
	    left:-260px;
	}
	 

	#magazine.centerEnd{
	    left:260px;
	}*/
	 
	.page img{
	    /*height:520px;
	    width:520px;*/
	    display:block;
	}
	 
	/* Show a dark shadow when the cover is shown */
	.centerStart .turn-page-wrapper:first-child{
	    /*box-shadow:0 0 10px #040404;*/
	}
#flipbuttons{
	text-align: center;
}
.flipbookimg {
    border: 0 none;
}