@charset 'utf-8';




/* ===============================================================

 * -------------------- SLIDESHOW CONTENT ------------------------

 * ===============================================================
 */


.slideshow-slidecontent {

	position: relative;

	overflow: hidden;

	height: 197px;

	margin-bottom: 1.3em;

}



.slideshow-slidecontent .preload {

		height: 100%;

		width: 100%;

		background: #FFF;

		position: absolute;

		top: 0;

		left: 0;

		z-index: 100000;

		color: #FFF;

		text-align: center
;
}

	
	.slideshow-slidecontent .preload div {
		height: 100%;
		width: 100%;
		background: transparent url(../img/slideshow/load-indicator.gif) no-repeat scroll 50% 50%;
	}
	
	.slideshow-main-outer {
		position: relative;
		height: 197px;
		width: 100%;
		z-index: 3px;
		overflow: hidden;
	}
	




/* ===============================================================
 
* -------------------- MAIN ITEM DESCRIPTION --------------------
 *
 ===============================================================
 */


/*
.tx_strgbslideshow .description {
	z-index: 100px;
	position: absolute;
	bottom: 28px;
    left: 22px;
	width: 479px;
	
	z-index: 500;
	background-color: #685c10;
}
	.tx_strgbslideshow .description .description-inner {
		background-image: url(../img/slideshow_description_box_slideshow_inner.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		background-color: #685c10;
		margin: 2px;
		border: 1px solid #9a925f;
		
		padding: 2px 11px 14px;
	}
	
	.tx_strgbslideshow .description .description-inner p {
		padding: 0;
	}
	
	.tx_strgbslideshow .description p {
		color: #fff;
		margin: 0;
		font-size: 18px;
		padding-bottom: 14px;
    	line-height: 19px;
		font-family:'Officina Sans ITC W01 Book It', Helvetica, Arial, sans-serif;;
	}
	
	.slideshow-main-item-desc h3.title {
		margin-bottom: 0;
		padding-top: 12px;
	}
	
	.tx_strgbslideshow .description h3,
	.tx_strgbslideshow .description h3 a {
		font-family:'Officina Sans ITC W01 Bold','Rockwell Extra Bold','Impact','Arial Black',Arial,sans-serif;
    	font-size: 28px;
    	line-height: 26px;
    	font-weight: 400;
    	text-transform: uppercase;
    	color: #fff;
    	margin-bottom: 8px;
    	margin-top: 13px;
	}

	.tx_strgbslideshow .description h3 a: hover {
		color: #ff6;
		text-decoration: underline;
	}
*/
/* ===============================================================
 * -------------------- MAIN WRAPPER -----------------------------
 * ===============================================================
 */
 
ul.slideshow-main-wapper {
	overflow: hidden;
	background: transparent url(../img/slideshow/load-indicator.gif) no-repeat scroll 50% 50%;
	padding: 0px;
	margin: 0;
	height: 197px;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

	ul.slideshow-main-wapper li {
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		height: 197px;
		width: 938px;
		float: left;
		position: relative;
	}
	
	.slideshow-opacity  li {
		position: absolute;
		top: 0;
		left: 0;
		float: inherit;
	}
	
	ul.slideshow-main-wapper li img {
		padding: 0px;
	}


/* ===============================================================
 * -------------------- DESCRIPTION ------------------------------
 * ===============================================================
 */

li-desc {
	z-index: 100px;
	position: absolute;
	top: 150px;
	left: 50px;
	width: 400px;
	background: url(../img/slideshow/transparent_bg.png);

	/* filter: 0.7(opacity: 60) */
}

	li-desc p {
		color: #FFF;
		margin: 0 8px;
		padding: 8px 0
	}
	
	li-desc h3 a {
		color: #FFF;	
		margin: 0;
		font-size: 140%;
		padding: 20px 8px 2px;
		font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
	}
	
	li-desc h3 a: hover {
		color: #FF6;
		text-decoration: underline;
	}

/* ===============================================================
 * -------------------- ITEM NAVIGATOR ---------------------------
 * ===============================================================
 */
/* item navigator */
.slideshow-navigator-wapper {
	bottom: 10px;
    position: absolute;
    right: 15px;
    width: 62%;
}

.slideshow-navigator-outer {
	position: relative;
	z-index: 100;
	overflow: hidden;
	color: #FFF;
	float: right;
}

ul.slideshow-navigator {
	top: 0;
	padding:0;
	margin: 0;
	position: absolute;
	width: 100%;
}

ul.slideshow-navigator li {
	cursor: hand;
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin-left: 0px;
	overflow: hidden;
	float: left;
	display: block;
	margin-right: 3px;
	
	text-indent: -9999px;
	
	width: 6px !important;
	
	background-image: url(../img/slideshow_points_sprite.png);
	background-position: left top;
	background-repeat: no-repeat;
}

ul.slideshow-navigator li.active,
ul.slideshow-navigator li:hover {
	display: block;
	background-position: left -6px;
	background-repeat: no-repeat;
}
