@CHARSET "UTF-8";


#myBookContent {
	width:972px;
	height:710px;
	margin:15px 0px 0px 0px;
}


#myBookOuter {
	width:972px;
	height: 780px;
	background: #333 url(/js/bookflip/img/zoomer-bg-dark.png) repeat center;
	border-radius:5px;
	margin:0;
	padding:0;
	text-shadow:0 1px 2px #111111;
	border:1px solid #222;
	/*background:#505050;*/
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,0 0 5px rgba(0, 0, 0, 0.3) inset,0 1px 2px rgba(0, 0, 0, 0.3);
}

#myBook {
	position:absolute;
	z-index:1;
	width:950px;
	height:670px;
	margin:0;
	padding:0;
}

#container {
	width: 910px;
	/* height: 647px; */
	/* margin: 0 auto; */
	/*padding:30px 30px 30px 30px;*/
	/* margin:30px 30px 30px 30px; */
	margin: 0;
	padding:25px 27px 45px 27px;
	overflow: hidden;
}

#media_descrition {
    width: 50%;  
    height:40px;  
    margin:0px 0px 0px 0px;
    padding:3px 3px 3px 3px;
    border:dotted 1px #000;
}

.dropshadow{
    background-image:-moz-linear-gradient(top, #696969, #000000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#696969), to(#000000), color-stop(1,#000000));
  
    /* border:2px solid #F2F2F2; */
  
    box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
}

/*
#bookflip img {
cursor:pointer;
}
*/

#bookflip-controll {  
    width: 350px;  
    height: 36px;
/*  	filter:alpha(opacity=80);
	opacity: 0.8; */
    left:50%;
    margin-left:-180px;
    margin-top:683px;
    text-align : center;
    /*background-color:transparent;*/
    background-color:#000000; 
    position:absolute;
    z-index:3;
    display: block;
}

.fourcorners{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px; 
    border-radius: 25px;
}

.bookflip-black {
	border: 1px solid #aaa;
	float: left;
	padding: 5px 5px 5px 5px;
	background: #444 url('/js/bookflip/img/zoomer-bg-dark.png');
	border-radius: 5px;
	
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.3);
	-o-box-shadow:0 0 4px rgba(0,0,0,0.3);
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}

.zoom {
	width: 25px;
	height: 25px;
	margin:5px 3px 0px 5px;
	border: 0px;
	cursor: pointer;
}

.btn {
	width: 25px;
	height: 25px;
	margin:5px 0px 0px 0px;
	border: 0px;
	cursor: pointer;
}

.current-page {
	width: 30px;
	height: 20px;
	border:none;
}

.current-page:after {
	content:"  /  ";
	color:#999;
	font-size:16px;
}

.page-total {
	width: 15px;
	height: 15px;
	color:#ffffff;
}

.first-btn input {
	background: url('/js/bookflip/img/first.png') no-repeat;
}

input.first-btn-off {
	background: url('/js/bookflip/img/first-off.png') no-repeat;
}

.prev-btn input{
	background: url('/js/bookflip/img/left.png') no-repeat;
}

input.prev-btn-off{
	background: url('/js/bookflip/img/left-off.png') no-repeat;
}

.next-btn input{
	background: url('/js/bookflip/img/right.png') no-repeat;
}

input.next-btn-off{
	background: url('/js/bookflip/img/right-off.png') no-repeat;
}

.last-btn input{
	background: url('/js/bookflip/img/last.png') no-repeat;
}

input.last-btn-off{
	background: url('/js/bookflip/img/last-off.png') no-repeat;
}


#bookflip-pageTitle {
	margin: 10px 0 0 35px;
}
#title-left,
#title-right {
	width:420px;
	height: 3.5em;
	line-height:1.1em;
	overflow:hidden;
	color: #FFF;
	text-align: left;
	margin-top: 10px;
}

#title-left {
	float:left;
}

#title-right {
	float:right;
	margin-left: 30px;
}