#main .album
{
	/*width: 100%;
	float: left; 
	margin: 10px 0 20px 10px;
	padding: 0 0 10px 0;
	background: url(../../../themes/mixit/images/footer-top.jpg) no-repeat center bottom;*/
	background:transparent url(../../../themes/mixit/images/event-bg.png) repeat scroll 0 0;
float:left;
margin-top:15px;
padding: 5px;
margin-left:10px;
width:270px;
}

#main .album p{color: #808080;}
#main .album .image 
{
	float: left; 
	margin-right: 10px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: none;
	position: relative;
}

#main .album .image img, .thumbs a.fancybox img{
	position:absolute;
    left:-25%;

}

#main .album p.description{
	padding-top: 5px;
}

#main .album h2.name
{
	color: #D6DE23;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


#main .album h2.name a{
	color: #D6DE23;
}


.clear { clear: both; }

.thumbs
{
	float: left;
	margin: 10px 0 20px 10px;
	padding: 0 0 25px 0;
	background: url(../../../themes/mixit/images/footer-top.jpg) no-repeat center bottom;	
}

.thumbs a.fancybox
{
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 5px;
	position: relative;
}


#main .thumbs a.img, #main .thumbs a.img:hover {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}
