@charset "utf-8";
/* CSS Document */

#rightside {
	border-top-color: #E0E2DC;
	text-align: left;
}

.gallery-overview {
	border-bottom-color: #E0E2DC;
}

.gallery-prev {
	background-image: url(../../images/gallery_prev_white.gif);
}

.gallery-next {
	background-image: url(../../images/gallery_next_white.gif);
}

.gallery-prev-page {
	background-image: url(../../images/gallery_prev_page_white.gif);
}

.gallery-next-page {
	background-image: url(../../images/gallery_next_page_white.gif);
}

#gallery a {
	color: #999999;
}

#gallery a:hover {
	color:#EC008C;
}

#rightside {
	width: 304px;
}

.gallery-overview {
	border-top: 5px solid #E0E2DC;
	padding-top: 15px;
	margin-bottom: 20px;
}

.albums .gallery-overview:first-child {
	border-top: none;
	padding-top: 0;
	margin-bottom: 20px;
}


.gallery-overview .gallery-blurb {
	margin-left: 314px;
}