#photoContainer {
	width: 557px;
	height: auto;
	border: solid 0px #ffcc00;
}

.album
{
	background-image: url("../../../themes/daddykatz/images/sectionDivider.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.album .image 
{
	float: right; 
	margin: 10px 0px 0px 5px;
}


.album h2.name
{
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.clear { 
	clear: both;
	padding-bottom: 10px;
}
	

.thumbs
{
	text-align: left;
	width: 557px;
}

.thumbs img
{
	margin: 4px;
	padding: 2px;
	border: 1px #ccc solid;
}


a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}

.big {
	margin-top: 20px;
}
