/* CSS Document */


.tx-simpleslider-pi1-image {
	opacity: 0;
}


.tx-simpleslider-pi1-switcher { clear: both; }
.tx-simpleslider-pi1-switcher UL { list-style: none; margin: 0; padding: 0; }
.tx-simpleslider-pi1-switcher UL LI { float: left; margin: 0;}

.tx-simpleslider-pi1-slider {
	overflow: hidden;
	position: relative;
}



.tx-simpleslider-pi1-switcher {
	position: absolute;
	bottom: 7%;
	right: 2%;
	z-index: 1;	
}


.tx-simpleslider-pi1-switcher UL LI A {
	display: block;
	width: 15px;
	height: 15px;
	margin-right:5px;
	background-color: transparent;
	border: none;
	background-image: url(off_1.png);
}

.tx-simpleslider-pi1-switcher UL LI.active A {
	background-color: transparent;
	background-image: url(on_1.png);
}


.tx-simpleslider-pi1-header  {
	display: none;
}

.tx-simpleslider-pi1-subheader  {
	display: none;
}

#c706 .tx-simpleslider-pi1-switcher {
	position: absolute;
	bottom: 0;
	left: 2%;
	z-index: 1;	
}


