/* Меню переключение между вкладками */

.albummenu {
	position: relative; 
	text-align: center;
	width:940px;
	margin: 15px auto 0px auto;
}
.albummenu a {
	display:inline-block;
	padding:4px 0px;
	height:18px;
	color:#FFF;
	text-decoration:none;
	width:100px;
	cursor: pointer;
}

.albummenu a:hover {
	background-position:50px 0;
}

#album {
	margin:10px 0 0 10px;
}

/* // Меню переключение между вкладками */


#loading {
	margin:30px auto 0 auto;
	width:940px;
	text-align: center;
}

/* Галлерея */

			div.frame {
				width: 128px;
				height: 88px;
				background: url('../img/icon_bg.png') top left no-repeat;
				float: left;
				padding: 19px 18px 17px 17px;
				margin: 10px;
		   	display:none; 
			}
			
			div.frame img {
				display:block;
				width:130px;
				height:86px;
			}
			
			div.sub {
				float:right;
				position:absolute;
				display:none;
				width:130px;
				height:16px;
				color:#FFF;
				z-index:0;
   			font: 12px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
				text-align:center;
				padding-top: 0px;
			}
			
			div.loading {
				font-family: Arial;
				font-size:10px;
				font-weight: bold;
			}
			
			div.info {
				margin-top:20px;
				display:none;
				position:absolute;
				top: 556px;
			}
			
			div.controls {
				margin:0 10px 10px;
			}
			
			div.controls input {
				margin:10px;
			}
