/*======== Јꗗ ========*/
#album {width:678px;text-align:center;margin:20px auto;}
:focus {
	outline:none;
}

#album2 {width:678px;text-align:center;margin:20px auto;}
:focus {
	outline:none;
}

.revolver{
	width : 800px;
	height : 400px;
	border : 1px solid #fff;
	position : relative;
	overflow : hidden;
	margin:0;
	padding:0;
}

.revolver div{
	position:absolute;
	width:220px;
	height:300px;
}

.revolver img {
	width:100%;
	height:100%;
	border:0;
}

.revolver2{
	width : 800px;
	height : 300px;
	border : 1px solid #fff;
	position : relative;
	overflow : hidden;
	margin:0;
	padding:0;
}

.revolver2 div{
	position:absolute;
	width:300px;
	height:220px;
}

.revolver2 img {
	width:100%;
	height:100%;
	border:0;
}

.center_bt{margin:0 auto 100px;text-align:center;}
