/* 
================================
SLIDESHOW STYLES
================================
*/

.popup .slideshow-controls {
	display: block;
	float: left;
	margin: 10px 10px 2px 10px;
	width: 100%;
	clear: both;
}
.embed-slideshow .slideshow-controls {
	display: block;
	float: center;
	text-align: center;
	padding: 10px;
	clear: both;
}

.slideshow-controls .previous-slide {
	padding-right: 20px; 
	background: transparent url(/images-global/arrow-left.gif) right no-repeat; 
	/* color: #0041b8;
	font-weight: bold;	
	cursor: pointer; 
	*/
}
.slideshow-controls .next-slide {
	padding-left: 20px; 
	background: transparent url(/images-global/arrow-right.gif) left no-repeat; 
}

.slideshow-controls a:link {  color:#0041b8; outline: none;  text-decoration: none; font-weight: normal;} 
.slideshow-controls a:visited { color: #0041b8; text-decoration: none; font-weight: normal;}
.slideshow-controls a:hover, a:focus { color: #0041b8; text-decoration: underline; font-weight: normal;}
.slideshow-controls a:active { color: #0041b8; font-weight: normal;}



img.slideshowimage {
	/* border: 1px solid #ccc; */
	padding: 10px 10px 12px 10px;
}
#slideshow-image-caption {
	padding: 10px 10px 0px 10px;
	font-size: 100%;
	clear: both;
}

/*
================================
EMBEDDED SLIDESHOWS 
================================
*/
.slideshow-heading {
	background: #edeee8 url(/images-global/sidebar-heading-gray.gif) bottom repeat-x;
	color: #444;
	font-family: georgia, serif;
	font-weight: normal;
	margin: 0;
	padding: 4px 10px; 
	font-size: 130%; 
	clear: both;
}
.embed-slideshow {
	width: 388px;
	display: block;
	border: #cbcbcb 1px solid;
	margin-bottom: 20px;
}
.embed-slideshow img.slideshowimage-embedded {
	display: block;
	float: center;
}
