div.cycle-slideshow {
	width: 100%;
}
div.cycle-slideshow img { 
	width: auto;
	height: auto;
	max-width: 100%;
}
.cycle-prev {
	left: 0;
	background: url('/themes/purecigs/img/blue-prev.png') 0% 50% no-repeat;
}
.cycle-next {
	right: 0;
	background: url('/themes/purecigs/img/blue-next.png') 100% 50% no-repeat;
}
.cycle-prev, .cycle-next {
	position: absolute;
	top: 0;
	width: 30%;
	z-index: 800;
	height: 100%;
	cursor: pointer;
	opacity: 1;	
}
.cycle-prev:hover, .cycle-next:hover {
	opacity: .7;
}