/**
Stylesheet: Slideshow.css
	CSS for Slideshow.
*/

.slideshow {
	display: block;
	position: static;
	z-index: 0;
	margin: 0 auto 70px auto;
	width: 100%;
}
.slideshow a img {
	border: 0;
	padding: 0px;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
	float: left;
	left: 0;
	top: 0;
}

.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0;
}
.slideshow-images-next { 
	opacity: 0; 
}


/*
grow
*/

.grow .slideshow-images {
	left: 0px;
	top: 0px;
}		
.grow .slideshow-images-visible { 
	top: 0; 
	opacity: 1; 
	left: 0; 

}	
.grow .slideshow-images-prev { 
	top: -200px;
	opacity: 0.5; 
	left: 600px;
}
.grow .slideshow-images-next { 
	top: -200px;
	opacity: 0.5; 
	left: -600px; 
}


/**
	mini
*/
.mini{
	border: 1px solid #000;
	padding: 5px;
	height: 60px;
	width: auto;
	margin: 20px;
	float: left;
}
.small{
    height:100px;
    margin:20px;
    border: 1px solid #000;
	padding: 5px;
	}

/**
	caption
*/
.slideshow-captions {
	padding-top: 10px;
	background-color: #fff;
	bottom: 54px;
	color: #000;
	left: 294px;
	position: relative;
	text-indent: 0px;
	width: 272px;
	z-index: 99999;
	float: right;
}
.slideshow-captions-hidden {
	height: 0px;
	opacity: 0;
	
}
.slideshow-captions-visible {
	opacity: 1;
	height: 23px;
	
}
.slideshow-captions p {
    margin: 0px 0px;
    padding:0;
    display: inline;
}
/**/

/**
	controller
*/
html > body .slideshow-controller li {
	list-style: none;
}
.slideshow-controller {
	background: none repeat scroll 0 0 transparent;
	left: 78px;
	position: relative;
	top: -52px;
	width: 57px;
	z-index: 10100;
	margin: 0;
	padding: 0;
	display: block;
	z-index:99999;
	float: right;
}

.slideshow-controller ul {
	background-color: #fff;
	height: 33px;
	width: 272px;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 1;
}
.slideshow-controller-visible {
	opacity: 1;
}
/* control buttons*/
.slideshow-controller a{
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	background-repeat: no-repeat;
}
.slideshow-controller a.active {
	margin: 0;
	padding: 0;
}
html > body .entry .slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a{
	display:none; }
.slideshow-controller li.first a.active{
	display:none; }

.slideshow-controller li.last a {
	display:none; }
.slideshow-controller li.last a.active{
	display:none; }

.slideshow-controller li.next a {
	background-image: url(images/controller_buttons.png);
	left: 25px;
	width: 17px;
	background-position: -28px -18px;}
.slideshow-controller li.next a.active{
	background-position: -28px 0px;}

.slideshow-controller li.pause a {
	display:none; }
.slideshow-controller li.pause a.active{
	display:none; }

.slideshow-controller li.play a {
	display:none; }
.slideshow-controller li.play a.active {
	display:none; }
	
.slideshow-controller li.prev a {
	background-image: url(images/controller_buttons.png);
	left: 0;
	width: 17px;
	background-position: 0px -18px; }
.slideshow-controller li.prev a.active{
	background-position: 0px 0px;}

/**
	loader
*/

.slideshow-loader {
	height: 28px;
	left: 50%;
	margin: -14px 0 0 -14px;
	position: absolute;
	top: 50%;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
	margin: -14px 0 0 -14px;
}
.slideshow-loader-visible {
	opacity: 1;
	margin: -14px 0 0 -14px;
}

/**
	thumbnail
*/
.slideshow-thumbnails {
	overflow: hidden;
	height: 62px;
	left: 10px;
	position: absolute;
	width: 98%;
	margin-top: 12px;
	z-index: 9999;
	background-color: #fff;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0 0 0 2px;
	height: 60px;
	width: auto;
}
.slideshow-thumbnails ul { 
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: auto;
}

/*	To use thumb vertical switch in the following classes. uncomment to activate
	Overriding the default Slideshow thumbnails for the vertical presentation
*/
/*height of your slideshow*/
/*
    
    .slideshow-thumbnails {
    	height: 300px; 
    	left: auto;
    	right: -80px;
    	top: 0;
    	width: 70px; 
    }
 /*width of your thumbs plus slideshow-thumbnails li margins*/
 /*
    .slideshow-thumbnails ul {
    	height: 700px;
    	width: 70px;
    }    

*/

html > body .slideshow-thumbnails ul {
	position: absolute;
	text-indent: 0px;
	margin: 0 0 0px -2px;
	padding: 0;
}
html > body .slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 0 0 10px 0;
	position: relative;
	width: auto;
}
html > body .slideshow li:before{
	content: "";
}
.slideshow-thumbnails a {
	opacity: .5;
}
.slideshow-thumbnails a:link {
	display: block;
	padding: 0;
	margin: 0;
	position: relative; 
	overflow:hidden;
}
.slideshow-thumbnails a:visited:hover, .slideshow-thumbnails a:link:hover {
	background-color: #000 !important;
	opacity: 1 !important;
	border: 0px solid #000;
}
.slideshow-thumbnails-active {
	background-color: #000;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #000;
	opacity: .5;
}

/*	these are the dynamically inserted thumb strip covers, set to each end*/
.slideshow-thumbnails .overlay {
	top: 0px;
	height: 170px;
	position: absolute;
	width: 30px;
	z-index: 1000;
}
.slideshow-thumbnails .overlay.a {
	display: none;
	background: url(images/thumbnails_overlay.png) repeat-y top left ;
	left: 0;
}
.slideshow-thumbnails .overlay.b {
	display: none;
	background: url(images/thumbnails_overlay.png) repeat-y top right ;
	right: 0;
	}
.slideshow-thumbnails .thumbframe {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 150px;
    height: 150px;
    background: url(images/thumbframe.png) no-repeat top;
    overflow: hidden;
    }

/*
The following only applies when using the featured option
*/
.featured .slideshow-thumbnails .overlay {
	height: 100px!important;
}

.featured {
    color:#666666;
    height: 250px;
    width: 450px;
    margin: 30px auto 130px;
    border: 1px solid #000;
    padding:10px;
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border-radius:10px;
}

/* */   
.featured .slideshow-images {
    border: 1px inset #000;
}

.slideshow-featured-captions h3 {
    color: #D6C281;
    margin:15px 0;
    padding:0;
}

.slideshow-featured-captions a
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 6px;
	padding: 3px 12px;
	background: #6D93C9;
	border: 1px outset #000;
	color: #e9f5ff;
	font-size: 1.1em;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	
	border-radius:12px;
}
.slideshow-featured-captions a:hover {
    color:#000;
    background: #D6C281 ;
}
.featured .slideshow-featured-captions{
    visibility: hidden;
    background: #fff;
	bottom: 0;
	color: #666;
	
	right: 0;
	left:auto;
	overflow: hidden;
	position: absolute;
	text-indent: -99999px;
	height: 60px;
	width: 0px;
	z-index: 2000;
	text-align:left;
}
.slideshow-featured-captions-hidden {

	opacity: 0;
	width: 0px;
}
.slideshow-featured-captions-visible {

	opacity: .8;
	width: 150px;
}

.featured .slideshow-thumbnails {
    bottom: -110px;
	height: 100px;
}

.featured .slideshow-thumbnails ul{
	height: 100px;
	width:1000px;
}

.featured .slideshow-thumbnails-hidden{
     -moz-border-radius:1px;
	-webkit-border-radius:1px;
	
	border-radius:1px;	
	background-color: #000 !important;
}

/* sscategory */
.sscategory {
    color:#666666;
    height: 250px;
    width: 450px;
    margin: 30px auto 230px;
    border: 1px solid #000;
    padding:10px;
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.sscategory .slideshow-images{
    border: 1px inset #000;
}

.sscategory .slideshow-thumbnails {
	height: 200px;
	width: 470px;
}
.sscategory .slideshow-thumbnails ul{
	/*height: 300px;
	width: 1000px;*/
}
.sscategory .slideshow-thumbnails .overlay {
	height: 200px!important;
}

.slideshow-sscategory-captions {
    visibility: hidden;
    background: #fff;
	bottom: 0;
	color: #666;	
	right: 0;
	left:0;
	overflow: hidden;
	position: absolute;
	text-indent: 8px;
	height: 30px;
	width: 100%;
	z-index: 2000;
}
.slideshow-sscategory-captions h3{
    color:#666;
    display:inline;
    margin: 0px;
    padding: 3px;
    text-transform: capitalize;
}
.slideshow-sscategory-captions a{
    padding: 0px 6px;
}
.slideshow-sscategory-captions-hidden {
	opacity: 0;
	height: 0px;
}
.slideshow-sscategory-captions-visible{
    opacity: .8;
	height: 30px;
}


/*	
	Slide zoomer on template function
*/
.slideclosed {cursor:pointer; width: auto; height: 60px; margin: 10px; padding: 0px; border: 0px solid #4fa1e5;}
.slideclosed:hover{margin: 9px;}
.slideopener {font-size:0.8em;height:60px;width: auto;padding:5px 8px;background: url(images/slide_empty.png) no-repeat;}

/* slideshow holder , destination on the zoom*/
.slideopen{ padding: 10px; border: 1px solid #000;}

/*	closer button bottom right */
.closeshow
{
	cursor: pointer;
	bottom: -20px;
	left: 100%;
	width: 20px;
	height: 20px;
	background: transparent url(images/close_ball.png) no-repeat;
	position: relative;
}

.closeshow:hover { background: transparent url(images/close_ball_over.png) no-repeat; }