@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Cooper Black";
    font-style:  normal;
    src: url(http://morozko.avnt.ru/src/fonts/COOPERB0.eot);
}
#album{
	width:963px;
	height:553px;
}
.pics{
	height:100%;
}
#link_back{
	width:60px;
	height:30px;
	top:80px;
	left:-10px;
	position:relative;
}
#link_forward{
	width:60px;
	height:30px;
	top:80px;
	left:10px;
	position:relative;
}
#arrows{
}
#quick_box{
	text-align:center;
	border:none;
}
#quick_box a{
	font-family:"Cooper Black";
	font-size:24px;
	color:#B5D7E1;
	text-decoration:none;
}
#quick_box a:hover{
	color:#0099CC;
}
.active_page_num{
	font-family:"Cooper Black";
	font-size:28px;
	color:#FF0000;
	text-decoration:none;
}
.album_page{
	text-align:center;
	vertical-align:middle;
}
.album_page td{
	width:120px;
	height:120px;
	text-align:center;
	vertical-align:middle;
}
.album_page tr{
}
.vert_img1{
	background-image:url(/src/photo_vert_1.png);
	background-repeat:no-repeat;
	background-position:center;
}
.vert_img2{
	background-image:url(/src/photo_vert_2.png);
	background-repeat:no-repeat;
	background-position:center;
}
.hor_img1{
	background-image:url(/src/photo_hor_1.png);
	background-repeat:no-repeat;
	background-position:center;
}
.hor_img2{
	background-image:url(/src/photo_hor_2.png);
	background-repeat:no-repeat;
	background-position:center;
}