.pagination {
text-align: center;
/* margin: 10px 0; */
clear:both;
}

.pagination a{
padding: 1px 5px;
background-color: #000;
margin: 0 1px;
text-decoration: none;
color: #999;
}
.pagination a:hover{
color:white;
}
.pagination .current {
background-color: #d61120;
color: white;
padding: 1px 5px;
margin: 0 1px;
}
.album-slideshow, .embedded-album-slideshow {
	display: block;
	/* text-align: center; */
}
.image-wrapper img {
	border: 1px solid #41260b;
	padding: 5px;
}
.album .caption, .embedded-album .caption {
	text-align: left;
	font-size: 14px;
	font-style: italic;
	padding-top: 5px;
}
.album-thumbs .thumbs, .embedded-album-thumbs .thumbs {
	padding: 0;
	margin: 0;
	width: 550px;
	display: block;
}
.album-thumbs .thumbs img, .embedded-album-thumbs .thumbs img {

}	
.album-thumbs ul.thumbs li *, .embedded-album-thumbs ul.thumbs li * {
	margin: 0;
	padding: 0;
	margin-bottom: -6px;

}
.album-thumbs ul.thumbs li, .embedded-album-thumbs ul.thumbs li {
	list-style-type: none;
	margin: 0;
	border: 3px solid transparent;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #41260b;
	padding: 2px;
}
.album-thumbs ul.thumbs li.selected, .embedded-album-thumbs ul.thumbs li.selected {
	border: 3px solid #6296d1;
	padding: 0px;
}