/*	Styles for the SummerHouse Gallery, located at	*/ 
/*	summerhousestyle.com/gallery 					*/

.gallery_view,
.article_view {
	background-color: #eee;
}

.gallery_view img,
.article_view img {
	border: none;
}

#thumbs {
	width: 98px;
	padding-left: 10px;
	margin: 14px 0 0 0;
}

#gallery_viewer {
	width: 590px;
	margin: 0 0 0 10px;
	overflow: hidden;
}

#thumbs,
#gallery_viewer {
	float: left;
}

#thumbs ul,
#thumbs li {
	padding: 0px;
	margin: 0px;
}

#thumbs ul,
#thumbs li {
	display: inline-block;
}

div.pagination {
	position: absolute;
	margin: -5px 0 0 0;
}

div.pagination span {
	color: #666;
}

div.pagination span,
div.pagination a {
	margin: 0 .5em 0 0;
}

div#gallery_viewer a.next {
	right: 0;
}

.thumbnail_holder {
	width: 44px;
	height: 44px;
	overflow: hidden;
	margin: 0 3px 0 0;
}

#thumbs li {
	margin: 0 0 6px 0;
}

#slideshow {
	text-align: center;
}