@charset "utf-8";

/* ----------------------------------------------
	slideshow styles
---------------------------------------------- */

#slideshow {width: 960px;}

/* Style the thumbnails */
.slideThumbs{padding: 0 16px; height: 52px;}
	.slideThumbs li{width: 166px; height:44px;/* width: 150px; height:43px; *//* margin: 10px 0 0 17px; */ padding: 0; overflow: hidden;
		float: left; padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
	.slideThumbs li:last {margin: 0;}
	.slideThumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.slideStage/*, .slideText */ {width: 940px;}
.slideStage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 9px; text-align:center; height:250px;}
.slideStage img{height:100%;}
.slideStage .caption {position: absolute; background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; 
color: #fafafa; padding: 10px; text-align: right; bottom: 10px; left: 10px;}
	.slideStage .caption p {padding: 0; margin: 0; line-height: 14px;}
	.slideStage .caption a {color:white;}

/* Ths play, pause, prev and next buttons */
.slideArrow a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.slideArrow a.previous {background: url(../images/slideshow/prev.png) no-repeat left 45%; height: 100%; width: 28px; top: 10px; left: 9px;cursor:pointer;}
	.slideArrow a.next {background: url(../images/slideshow/next.png) no-repeat right 45%; height: 100%; width: 28px; top: 10px; right: 9px;cursor:pointer;}
	/* .slideArrow a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.slideArrow a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;} */

/* The previous and next textual buttons
.slideText {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.slideText a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.slideText a.previous {float: left; width: auto; display: block;}
	.slideText a.next {float: right; width: auto; display: block;}
 */
 
/*for the tool tips*/
.slideTooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.slideCounter{position: absolute;bottom: 10px;right:10px;color:white;background:#333;font-size:11px;padding:3px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.slideLoader{background:url(../images/slideshow/loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; 
padding:5px 3px; text-align:right; position:absolute; top:15px; right:15px; }


/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin .jcarousel-container-horizontal {padding: 10px 20px; overflow:hidden;}
.jcarousel-skin .jcarousel-clip-horizontal {height: 52px; width: 920px;}
.jcarousel-skin .jcarousel-item-horizontal {margin-right: 5px;}


