﻿#SlideShowCentre
{
   width: 800px;
   margin:4px auto 0 auto;
   background: #fff;   
}
#bigPic
{
	width: 800px;
	height: 600px;
	background-color: #FFF;
	margin-bottom: 10px;
}
#bigPic img
{
	position: absolute;
	display: none;
}
ul#thumbs li.active
{
	border: 2px solid #aaaaaa;
	background: #fff;
	padding: 2px;
}
ul#thumbs, ul#thumbs li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#thumbs li
{
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	padding: 3px;
	cursor: pointer;
}
ul#thumbs img
{
	float: left;
	width: 66px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

