@charset "utf-8";
/* CSS Document */



#box {

	width: 463px;

	height: 333px;

	margin-bottom: 5px;
	
	float: left;
	
	background-image: url(../images/bg.jpg);
	
	background-repeat:no-repeat;

}


.slideshowContainer {

	

	width: 371px;

	height: 247px;
	
	margin-top: 86px;

}



.loading {

	background: url(images/loading.gif) center no-repeat;

}



.slideshowThumbnail {

	outline: none;

}



.slideshowThumbnail img {

	margin-bottom:4px;

}



a:hover.slideshowThumbnail img {

/*	
	
	border-bottom: 1px solid #ccc;
	
	border-top: 1px solid #ccc;			

*/

	margin-bottom: 4px;			

}



.current img {

	border: 1px solid red;

	padding: 5px;

}



.outline {

	border: 1px solid #F55E05;

	z-index: 0;

	position: absolute;

}



#thumbnails {

	margin-top:70px;

}

