
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
img {
	border:0;
	behavior: url("../include/pngbehavior.htc");
}

.slideshowcontainer {
	width: 705px;
	height: 354px;
	margin: 0px;
	padding:0px;
	z-index:1;
}

.loading {
	background: url(../images/slideshow/loader.gif) center no-repeat;
	margin-top:-20px;
}

.slideshowThumbnail {
	outline: none;
	z-index:100;
	padding-right:6px;
}

.slideshowThumbnail img {
	z-index:100;
	padding: 0px 0px 0px 0px;
	height:14px;
	width:14px;
}

a:hover.slideshowThumbnail img {
	padding: 0px;
	background: url(../images/slideshow/button_hover.png) no-repeat top left;
	height:14px;
	width:14px;
	z-index:100;
}

.current img {
	border: 1px solid red;
	padding: 0px;
}

.outline {
	z-index: 1;
	margin: 1px 0px 0px 1px;
	position: absolute;
	background:#009de9;
}

#thumbnails {
	z-index:100;
	position:absolute;
	top:10px;
	left:12px;
}

#slideimagebutton {
	z-index:100;
	position:absolute;
	bottom:0px;
	left:0px;
	border:0;
	width:705px;
	height:56px;
	display:block;
	background:url(../images/slideshow/slide_image_button_a.png) no-repeat top left;
}

#slideimagebutton a:link, #slideimagebutton a:visited, #slideimagebutton a:active {
	display:block;
	height:56px;
}

#slideimagebutton a:hover {
	background:url(../images/slideshow/slide_image_button_b.gif) no-repeat top left;
}

/*************************************************************/

