#bind {
	margin:30px auto 0;
	position:relative;
}
#home-gallery-box {
	position:absolute;
	width:600px;
}
#home-gallery-box span {
	display:block;
}
#home-gallery-handles_1 {
	float:left
}
#home-gallery-handles_2 {
	float:right;
}
.mask {
	position:absolute;
	left:50%;
	margin-left:-300px;
	width:600px;
	height:400px;
	overflow:hidden;
background: url(images/loading.gif) no-repeat center 50px;
}
.buttons {
	clear:both;
	text-align:center;
}
.thumbs {
	width:54px;
}
.thumbs div {
	display:block;
	width:54px;
	height:36px;
	margin:0 0 4px 0;
	cursor:pointer;
}
.thumbs div img {
	display:block;
	width:100%;
	height:100%;
	border:none;
}
.info {
	width:600px;
	height:25px;
	background:#000;
	position:absolute;
}
.info h4{
	color:#fff;
	padding:5px 3px 0 8px;
	font-family:Arial;
	font-size:12px;
	background:#000;
}
.info h4 a {
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none;
}
span img {
	display:block;
	border:none;
}
.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}

