@charset "utf-8";
/* Fluid Slideshow CSS */

.slideshow-inner {
	position:			relative;
	width:				960px;
	height:				180px;
	margin:				0 auto;
	padding:			0;
}
.slideshow-left, .slideshow-right {
	width:				35px;
	height:				43px;
	margin-top:			74px; /* Height of slideshow-inner minus height of arrow divided by two */
	float:				left;
}
.slideshow-left img, .slideshow-right img {
	cursor:				pointer;
}
.slideshow-viewable {
	position:			relative;
	width:				890px; /* Width of images + padding multiplied by number of images on screen at any one time */
	height:				180px;
	float:				left;
	margin:				0 auto; /* Use to centre the viewable area when numbers don't add up exatly and there are a couple of left over pixles */
	overflow:			hidden;
}
.slideshow-container {
	position:			absolute;
	top:				0;
	left:				0;
	width:				99999px;
	height:				190px;
}
.slideshow-image {
	width:				170px;
	height:				180px;
	margin:				0 4px;
	padding:			0;
	float:				left;
	background:			url(../img/bg-slider.png);
	cursor:				pointer;
}
.slideshow-image img {
	max-width:			170px;
	max-height:			180px;
	display:			block;
	margin:				0 auto;
}