@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
#slider {
	width:100%;
	height:auto;
	z-index:0;
	top:0;
	margin-top:0;

}

#slideshow {
	overflow:hidden;
	height:auto;
	
}

#slider img {
	 width:100%;
	 height:auto;
}

#no-template-pager {
	text-align:center;
	width:100%;
	height:auto;
	position:absolute;
	z-index:1999;
	overflow:visible;
	bottom:0px;
	
	
}


	

.cycle-pager-active {
	transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);

}

@media (min-width:992px) and (max-width:1199px)  { 
	
	#no-template-pager {
	text-align:center;
	width:100%;
	height:100px;
	position:absolute;
	z-index:1999;
	overflow:visible;
	
	}

 }
 
 /* 2. Tablet devices */

@media (min-width:768px) and (max-width:991px) {
	
	#no-template-pager {
		display:none;
	}
}
