#photo{
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 0 30px;
}
.hoverbox
{
	cursor: pointer;
	list-style: none;
	float: right;
	width:590px;
}

.hoverbox a
{
	cursor: pointer;
	position: relative;
}
.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}
.preview
{
	display: none;
}

.previewHover
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: static;
}



#albums {
	height: 130px;
	font-size: 80px;
	width: 260px;
	float: left;
	padding-left: 10px;
}


.images{
	margin: 30px auto;
	width:970px;
	text-align: center;
}
.images img{
	margin: 5px;
	padding: 2px;
	border: 1px solid #e1e1e1;
}
