#albums {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;	
	width: 100%;
	text-align:center;
	margin:0 auto;
}

#albums ul {
	list-style: none;
	width:100%;
	margin-left:-10px;
}

#albums ul li {
	float: left;
	width: 250px;
	height: 180px;
	display: block;
	text-align: center;
	margin: 10px 30px 60px 20px;	
	padding:  0;
}

#albums ul li a {display: block;}

#albums img {
	background: url(../images/bg-thumb.jpg) top no-repeat;
	padding: 5px 5px 8px 5px	
}

#gallery {
	width: 100%;
	text-align:center;
	margin-bottom:40px;
	margin-left:-20px;
}

#gallery ul {
	list-style: none;
}

#gallery ul li {
float: left;
display: block;
text-align: center;
margin-left:-5px;
margin-right:25px;
width:180px;
}