/* CSS Document */

.tx-fw-slideshow .slideshowHeader {
    height: 310px;

    overflow: hidden;
    width: 100%;
	position: relative;
	z-index: 320;
}

.tx-fw-slideshow .slideshowSidebar {	
    height: 200px;
    overflow: hidden;
	position: relative;
	z-index: 320;
}

.tx-fw-slideshow .slideshowHeader li {
	padding: 0;
	position: static;
	position: absolute;
	display: block;
	z-index: 300;
}

.tx-fw-slideshow .slide.active {
	display: block;
	z-index: 310;
}

.tx-fw-slideshow li.slide:first-child .background {
	left: 0px;
}

.tx-fw-slideshow .slide {
	background: none;
}

.tx-fw-slideshow .slide .background {
	display: block;
	position: relative;
	/* left: 100%; */
  left: 980px;
}

.tx-fw-slideshow .slide .overlay {
	z-index: 315;
	display: block;
	position: absolute;
	top: 27px;
	right: 58px;
}

.tx-fw-slideshow .slideshowSidebar li {
	padding: 0;
	float: left;
}

.tx-fw-slideshow .slideshowSidebar ul {
	position: absolute;
	left: 0;
	top: 0;
}

/* The following lines have been rescued from templates/default.css */
/* ************ fw slideshow - BEGIN ************ */
/*
.tx-fw-slideshow .slideshowHeader {
    height: 279px;
    overflow: hidden; 
    width: 100%;
  position: relative;
  z-index: 320;
}

.tx-fw-slideshow .slideshowSidebar {  
    height: 200px;
    overflow: hidden;
  position: relative;
  z-index: 320;
}

.tx-fw-slideshow .slideshowHeader li {
  padding: 0;
  position: absolute;
  display: none;
  z-index: 300;
}

.tx-fw-slideshow li:first-child {
  display: block;
  z-index: 310;
}

.tx-fw-slideshow img {
  display: block;
  position: relative;
  
  
}

.tx-fw-slideshow .slideshowSidebar li {
  padding: 0;
  float: left;
}

.tx-fw-slideshow .slideshowSidebar ul {
  position: absolute;
  left: 0;
  top: 0;
}*/
/* ************ fw slideshow - END ************ */