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

#articles {
	height: 428px;
}

#articles img {
	border: none;
}

#articles,
#article-pagination {
	padding: 0 0 0 38px;
}

.article_view #thumbs {
	width: 44px;
}

.article_view #thumbs li {
	display: block;
}

.article_view #gallery_viewer {
	width: 643px;
	height: 420px;
}

.article_thumbnail {
	display: inline-block;
}

.article_thumbnail img {
	margin: 5px 18px 7px 0;
}

#article-pagination {
	color: #666;
	text-align: center;
}

#current-page {
	font-weight: bold;
}

#publication-info {
	font-size: 130%;
	font-style: italic;
	font-family: Times, serif;
	color: #999;
	float: right;
	clear: both;
	margin-right: 5px;
	margin-top: 8px;
}

#pub-title {
	font-style: normal;
}

#back-to-press {
	position: absolute;
	bottom: 7px;
}