/**
  * Simple 
  *    slideshow
  * 
  */

.teaser-slider-simple {
	position: absolute;
	width: 1180px;
	height: 302px;
	padding: 0;
}

.pane-custom-pane-nodequeues-view .anythingWindow {
	border: none ;
}
.pane-custom-pane-nodequeues-view .anythingSlider-default {
	margin: 0;
	padding: 0;
}

.teaser-slider-simple li {
	float: left;
}

.teaser-slider-simple li img {
  z-index: 10;	
}

.pane-custom-pane-nodequeues-view .anythingSlider .arrow {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: url('../images/icon-sprite.png');
	background-repeat: no-repeat;
  background-color: transparent;
  z-index: 15;
}

.pane-custom-pane-nodequeues-view .anythingSlider .back {
	background-position: -67px -417px;
}

.pane-custom-pane-nodequeues-view .anythingSlider .forward {
	background-position: -67px -378px;
}

.pane-custom-pane-nodequeues-view .anythingSlider .back:hover {
	background-position: -107px -417px;
}

.pane-custom-pane-nodequeues-view .anythingSlider .forward:hover {
	background-position: -107px -378px;
}


