.gallery{
	padding: 0;
	overflow: hidden;
	width: 550px;
	height: 101px;
	position: relative;
}
	.addfwd {
		display: block;
		position: absolute;
		cursor: pointer;
		width: 25px;
		height: 101px;
		top: 0px;
		right: 0px;
		background: url(images/gallery_fwd.jpg) no-repeat;
	}
	.addbkwd {
		display: block;
		position: absolute;
		cursor: pointer;
		width: 25px;
		height: 101px;
		top: 0px;
		left: 0px;
		background: url(images/gallery_back.jpg) no-repeat;
	}
	#slideStaff{
		overflow: hidden;
		padding: 0;
		margin: 0;
		width: 550px;
		height: 101px;
		padding: 0px 0px 0px 20px;
		background: #EBE2E5;
	}
	#slideStaff .slideContent{
		white-space: nowrap;
		width: 600px;
	}
	.thumbnail{
		float: left;
		height: 101px;
		padding: 15px 10px 10px 10px;
		margin: 0px 0px 0px 5px;
	}
	.thumbnail a{
		padding: 0px;
		margin: 0px;
	}
	.thumbnail a img{
		clear: both;
		border: 3px solid blue;
		padding: 0px;
		margin: 0px;
	}