
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	background: #222222 url(../img/gall-bg.png);
          behavior: url('../img/iepngfix.htc');
        background-repeat: no-repeat;            <-- if IE -->  background-position: 3px 3px; */ <-- endif -->
        border: 1px solid #333;
	width: 540px;
        float:left;
	height: 762px;
	margin: -25px 25px 0 0;

}

#container {
	background: #222222;
        width: 795px;
        height:737px;
	margin: auto;
	padding: 25px 0 0 0;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;

}

.slideshowThumbnail img {
	border: 1px solid #222222;
	padding: 4px;

}

a:hover.slideshowThumbnail img {
	border: 1px solid #303030;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid #5599bb;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

