/* CRUMBS!!! */

.crumb {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.916em;
	list-style:none;
	display: inline;
	margin: 0;
	padding: 0;
}
.crumb ul {
	margin: 6px 0 0 0;
	padding: 0;
}
.crumb li {
	list-style:none;
	display: inline;
	margin: 0;
	padding: 0;
}
.crumb a {
	color:#999;
}
.crumb a:hover {
	color:#ec008c;
}
.opencrumb a {
	color: #333;
}
.opencrumb a:hover {
	color: #ec008c;
}
/* GALLERY THUMBS */

.gallery-overview {
	border-bottom:1px solid #CCCCCC;
	margin: 8px 0 0 0;
	padding: 0 0 5px 0;
}
.gallery-overview p {
	padding: 0 15px 0 0;
}
.gallery-overview p a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 0.916em;
	color: #ec008c;
}
.gallery-overview p a:hover {
	color: #f99;
}
.gallery-blurb {
	width: 304px;/*float: right;*/
}

.gallery-overview .gallery-blurb {
    float: left;
    margin-left: 10px;
    width: 304px;
}
.pad10d {
	padding: 0 0 10px 0;
}
#leftside .imgcontainer {
	width: 304px;
	text-align: right;
	float: left;
	margin-bottom:15px;
}


.gallery-prev{
	background-image:url(../../images/gallery_prev_white.gif);
	margin-right:2px;
}
.gallery-next {
	background-image:url(../../images/gallery_next_white.gif);
	margin-left:10px;
}

.gallery-prev-page {

	background: url(../images/gallery_prev_page_white.gif) no-repeat 50% 50%;
}
.gallery-next-page {

	background: url(../images/gallery_next_page_white.gif) no-repeat 50% 50%;
}
