@charset "utf-8";
/* image Gallery */


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

.slideshowThumbnail {
	outline: none;
	text-decoration:none;
	color:#000000;
	/*background-color:#000000; */
	height:70px;
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:150;
}

.slideshowThumbnail img {
	padding: 0px;
	text-decoration:none;
	color:#000000;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	background-color:#000000;
	z-index:150;
}

a.slideshowThumbnail:hover img{
	padding: 0px;
	text-decoration:none;
	color:#000000;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	z-index:150;
}

a.slideshowThumbnail:hover{
	padding: 0px;
	text-decoration:none;
	color:#000000;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	z-index:150;
}

.current img {
	padding: 4px;
}

.outline {
	border: 0px solid #871616;
	z-index:150;
	/*position: absolute;*/
}

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

#ssImages
{
	/*background-image: url(../images/background.png);
	background-repeat:repeat;
	background-repeat:repeat-y;
	background-repeat:repeat-x; */
	background-color:#000;
	margin-left:5px;
}
#ssImages1
{
	
	margin-left:5px;
}