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

	SlideShow
	v 1.3

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

.slideshowContainer {
	/*border: 1px solid #ccc;*/
	width: 450px;
	height: 338px;	
	margin-left:10px;
	margin-top:30px;
	text-align:left;
	margin-right:auto;
}
/*
.slideshowContainer2 {
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-top:20px;
	margin-bottom: 5px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;		
}
.slideshowContainer3 {
	width: 450px;
	height: 300px;
	position:absolute;
	left:0px;
	top:20px;
	margin-left:auto;
	margin-right:auto;
}
*/
.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	/*border: 1px solid white;*/
	/*padding: 4px;*/
}

a:hover.slideshowThumbnail img {
	/*border: 1px solid #ccc;*/
	/*padding: 4px;*/
}

.current img {
	border: 1px solid red;
	/*padding: 5px;*/
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: lef*/
	position:absolute;
	top:30px;
	left:470px;
}
#thumbnails img
{
    /*margin-top:5px;*/
}
#thumbnails2 
{
    margin-top:20px;
	/*width: 130px;
	float: left;*/
}
#thumbnails2 img
{
    
    /* new version */
    /*margin:2px;*/
}

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

