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

/*Responsiveness*/
.cycle-slideshow { max-width: 800px; margin: 0 auto; }
.cycle-slideshow img { width: 100%; }


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(../img/prev.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(../img/next.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/*Pager thumbnail styles*/
.adv-custom-pager { max-width: 800px; margin: 0 auto; }
.adv-custom-pager a {
	width: 10%;
	height: auto;	
}
.adv-custom-pager img {
	display: inline-block;
	width: 15%;
	height: auto;	
}