.book-info-shadow {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
	z-index: 270;
	position:fixed;
    top: 0;
    width: 100%;
}
.book-info {
	background-image: url(../images/free_opened_book_03.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
   /*background: none repeat scroll 0 0 #FFFFFF;*/
    border: 1px solid #3B3B3B;
    opacity: 1;
    padding: 30px;
	position:fixed;
    top: 10%;
	/*left: 25%;*/
    width: 950px;
	height:700px;
    z-index: 300;
}
.show_razv{
	background-color: #9E9D9D;
    border-radius: 3px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
	margin:20px 0 20px 0;
    padding-left: 10px;
    size: 15px;
    text-transform: uppercase;
}
.show_razv span{
	color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    padding-left: 10px;
    size: 15px;
    text-transform: uppercase;
	text-decoration:none;
}
#fon{
	background-image: url(../images/vid_03.png) !important; 
	width:433px;
	height:283px;
	margin: 0 auto
}
.close_but_sl{
	position:absolute;
	top: 5px;
	right:5px;
	cursor:pointer;
}
