
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 450px;
	height: 338px;
	margin-bottom: 5px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.slideshowContainer2 {
	border: 1px solid #ccc;
	width: 450px;
	height: 338px;
	margin-bottom: 5px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
	margin-top:0px;
}

.slideshowThumbnail img {
	/*border: 1px solid white;*/	
	border:1px;
	border-color:#ffff99;
	margin-top:0px;
}

a:hover.slideshowThumbnail img {
	/*border: 1px solid #ccc;*/
	border:1px;
	border-color:#ffff99;
}

.current img {
	/*border: 1px solid red;*/
	padding: 5px;
}

.outline {
	/*order: 1px solid navy;*/
	z-index: 0;
	position: absolute;
}

#thumbnails 
{
    /*vertical-align:top;
	width: 130px;
	float: left;*/
	/*
    position:absolute;
	top:330px;
	   width:518px;
    text-align:center;
    */
}
#slideMenu
{
    /*
    position:absolute;
    top:0px;
    width:518px;
    text-align:center;
    */
}

/*************************************************************/


