﻿.jqueryBanner {
	overflow: 		visible;
	position:		relative;
}
.bannerImage {
	position:		relative;
	z-index:		0;
}
.bannerThumbs {
	margin-top:		-32px;
	margin-right:	22px;
	z-index:		1;
	position:		relative;
}
#prevThumb {
	background:		url( 'assets/previous.png' );
	width:			27px;
	height:			19px;
	float:			right;
}
#nextThumb {
	background:		url( 'assets/forward.png' );
	width:			27px;
	height:			19px;
	float:			right;
}