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

	SlideShow
	v 1.3

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

.slideshowContainer {
	width: 560px;
	height: 465px;
	margin-bottom: 5px;
}

.loading {
	background: url(../image/loading.gif) 130px 90px no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

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

a:hover.slideshowThumbnail img {
	border: 1px solid red;
	padding: 0px;
}

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

.outline {
	border: 2px solid orange;
	z-index: 0;
	position: absolute;
}

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

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

.box_t {
	width:42px;
	float:left;
}
.box_p {
	width:580px;
	float:left;
	padding-bottom:10px;
	padding-left:15px;
}
.textbox {
	width:260px;
	position:absolute;
	top:300px;
	left:345px;
	z-index:999;
}