/********* Begin SPG Gallery *********/

#espg {
	margin: 0 auto;
	text-align: left;
	width: 720px;
	font: 13px arial,helvetica,sans-serif;
}
#espg a:link, #espg a:visited {
	color: #fff;
	text-decoration:none;
}
#espg a:hover, #espg a:active, #espg a:focus {
	text-decoration:underline;
}
#espg #prevnext{
	margin-top:10px;
}
#espg #prev, #espg #next {
	display: block;
	padding: 3px;
	-moz-border-radius: 5px;
	text-decoration: none;
	margin: 0;
	background: #3c0000;
}
#espg #prev:hover, #espg #next:hover {
	border-color: #444;
	background: #8a0000;
	color: #fff;
}
#espg #prev {
	float:left;
}
#espg #next {
	float:right;
}
#espg #image {
	background: #3c0000 url(imagefade/loading.gif) 50% 50% no-repeat;
	margin: 0px auto;
	text-align: center;	
}

/* Wrap Gallery */

#espg .imgwrapper {
	float: left;
	margin: 0px;
	padding: 10px;
}
#espg .imgwrapper span {
	display: block;
	font: 9px arial,helvetica,sans-serif;
	text-align: center;	
}
#espg .imgwrapper img {
	background-color: #3c0000;
	border: 6px solid #3c0000;
}
#espg .imgwrapper a:visited img {
	background-color: #3c0000;
}
#espg .imgwrapper a:hover img, #espg .imgwrapper a:focus img {
	background-color: #3c0000;
	border: 6px solid #fff;
}
#espg .imgwrapper a:hover, #espg .imgwrapper a:focus {
	color: #8a0000;
}
#espg #single {
	padding: 5px;
	border: 1px solid #3c0000;
	background-color: #3c0000;
}
#espg #desc {
	border: 1px solid #ddd;
	text-align: center;
	clear: both;
	margin: 5px 40px;
	padding: 5px;
}
/* #espg #credit {
	background: #1A426A;
	border-top: 4px solid #333;
	-moz-border-radius: 0 0 20px 20px;
	color: #fff;
	font-size: 9px;
	margin: 10px 0 0;
	padding: 3px 0 3px 10px;
	clear: both;
}
#espg #credit a {
	color: #fff;
} */
#espg #breadcrumb {
	order: 1px solid #ccc;
	-moz-border-radius: 3px;
	margin: 0;
	padding: 2px 2px 2px 2px;
	margin-top: 6px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#espg #breadcrumb a {
	font-weight: bold;
/*	color: #9c0; */
}
#espg #breadcrumb a:hover {
	color: #fff;
}
#espg #breadcrumb:hover {
	order: 1px solid #c00;	
}
#espg #dirdesc {
	padding: 4px;
	padding-left: 1px;
	border-bottom:1px solid #444;	
}
#espg #gallery {
	margin: 20px 0 5px;
}
#espg #gallery a {
	color: #fff;
}
#espg #directories ul {
	list-style:none;
	padding-bottom:1px;
	padding-left: 0;
	margin-left: 0;	
	text-indent: 0px;
}
#espg #directories li {
	margin-bottom: 10px;	
	margin-left: 0px;
	padding: 10px 10px 10px 64px;
	border: 1px solid #8a0000;
	background: #3c0000 url(/layout/img-left.gif) no-repeat 0px 0px;
	-moz-border-radius:5px;	
	}

#espg #directories li:hover {
	background: #333 url(/layout/img-left.gif) no-repeat 0px 0px;
	border: 1px solid #444;
}
#directories h2 {
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
}
#espg #directories h3 {
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
}
#espg div.pagination{
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-bottom: 1.6em; 
}
#espg #description {
	text-align: center;
	clear: both;
	margin: 20px 0;
	padding: 2px;
	color: #fff;
	background: #3c0000;

}
#espg #thedate {
	text-align: right;
	clear: both;
	margin: 10px;
	color: #444;
	font-style: italic;
}
#editor h2 {
	border-bottom: 1px solid #444;
	font-size: 12px;
	text-align: center;
	margin: 0 0 8px;
}
#editor a {
	color: #fff;
}