/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: none;
	width: 700px;
	height: 206px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
    display:block;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
	overflow: hidden;
	display:  none;
}

.slideshowThumbnail img {
	border: none;
	padding: 4px;
	overflow: hidden;
}

a:hover.slideshowThumbnail img {
	border: none;
	padding: 4px;
	overflow: hidden;
}

.current img {
	border: none;
	padding: 5px;
	overflow: hidden;
	background-color:#FFFFFF;
}

.outline {
	border: none;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/
.jqslideshow { 
	height: 206px; 
	width: 700px; 
	margin: auto;
	overflow: hidden;
	position: relative;
    display:block;
	z-index:1;
	text-align: center;
}
.jqslideshow img { 
	border: 0;
	overflow: hidden;
	position: relative middle;
    display:block;
	margin: auto;
	text-align: center;
}

#slide-show	{
	margin: auto;
	width: 700px;
	text-align: center;
}