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

	SlideShow
	v 1.3

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

.slideshowContainer {
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;
}

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

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 0px solid white;
	padding: 4px;
}

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

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

.outline {
	border-bottom: 2px solid orange;
	z-index: 0;  
	/*position: absolute;  */
}
#bigbanner img{
  width: 560px;
	height: 215px;
}	

#thumbnails {
	/*width: 130px;
	float: left;*/
	background-color: #2b2b2e;
	opacity: 0.8;
	position: relative;
	top: -10px;
        left:1px;
	z-index: 1; 
}

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

