div.divSlideshow {
	font-size: 0.9em;
	float:left;
	position:relative;
	width:384px;
	background: #f1f0ef;
	margin-bottom: 30px;
}


div.divSlideshow a, div.divSlideshow a:visited {color: #808080;}

div#slides {
	position:relative;
	float:left;
	clear:both;
	width:368px;
	padding: 8px 8px 0 8px;
	margin-bottom:6px;
	overflow:hidden;
	height:276px;
}

div.divSlideshowControls1 {
	width: 349px; 
	float:left; 
	clear:both;
	padding: 0 0 5px 18px;
}

div#content div.divSlideshowControls1 p {float:left; width: 250px; padding:0}

.divSlideshowViewImage {float:right;}

div.divSlideshowLocation .divSlideshowViewImage
{
	width:104px !important;
	float:right !important;
	background-position:4px 0 !important;
}

div.divSlideshowControls2Wrapper {
	clear:both;
	float:left;
	width: 240px;
	padding: 12px 0 10px 144px;
	background: url(../img/slide/divide.gif) no-repeat 8px 0; 
}

body.searchPage #content div.leftColLeftPanel p.slideshowCaption,
p.slideshowCaption			{width:auto;}

.linkSlideshowControlsPrev, .linkSlideshowControlsNext {
	cursor: pointer;
	display: block;
	width: 105px;
	float:left;
}

span.linkSlideshowControlsPrev, span.spanSlideshowControlsCounter, span.linkSlideshowControlsNext {float:left}
span.spanSlideshowControlsCounter {display:block; padding: 0 10px}

div.enlargeButton a, div.enlargeButton a:visited {height:20px; color: #33a31f; padding-right: 20px; background:url(../img/slide/enlarge.gif) no-repeat right}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/

.cboxelement {position:static !important}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; }

#cboxWrapper	{overflow:hidden; color:#6c6c6c; background-color:#fff;}

#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay {background:#000;}

#colorbox{}
	#cboxContent{margin:28px 10px 80px 10px; display:inline}
	* html #cboxContent {margin:14px 10px 60px 10px}
	* + html #cboxContent {margin:14px 10px 60px 10px}
                #cboxLoadingGraphic{background:url(/img/loading.gif) center center no-repeat;}
                #cboxLoadingOverlay{background:#fff;}
                #cboxTitle{font-size:1.2em; border-bottom: 1px solid #eaeaea; padding: 10px 0; text-align:center}
                #cboxCurrent{text-align:center; padding-top:10px;}
				
				#cboxPrevious, #cboxPrevious a {position: absolute; left: 270px; bottom:-67px; display:block; height:17px; width:22px; background:url(../img/buttons/prev.gif) no-repeat}
				
				
				#cboxNext, #cboxNext a {position: absolute; left: 360px; display:block; bottom:-67px; height:17px; width:22px; background:url(../img/buttons/next.gif) no-repeat}
				
				* html #cboxNext, * html  #cboxNext a, * html  #cboxPrevious, * html  #cboxPrevious a {bottom:0px; height:16px;}
				
				#cboxPrevious.hover {background:url(/img/buttons/prev.gif) 0 100%}
				#cboxNext.hover {background:url(/img/buttons/next.gif) 0 100%}
				
				#cboxPrevious, #cboxNext {text-indent: -999em;}
				
				#cboxClose {width: 40px; height: 9px; position:absolute; right:0; top:-20px; background: url(../img/slide/close.gif) no-repeat; text-indent: -999em;}
				
				#cboxBottomCenter {display:none}

                .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
