#slideshow_wrapper {
	background-color:#ffd;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#slideshow_wrapper {
	padding:10px;
	width:475px;
	font-family:arial;
}
#current_slide {
	padding:10px;
	height:250px;
}
#current_slide img.thumbnail {
	height:240px;
	width:320px;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #000;
}
#current_slide .caption {
	color:#444484;
	padding:40px 0;
	margin:0 20px;
	font-size:13px;
}
#thumbnails {
	width:500px;
}
#thumbnails span.pic img {
	border:1px solid #000;
	color:#000;
	width:50px;
	height:auto;
}
#thumbnails span.pic img:hover {
	border-color:#eee;
	color:#fff;
}
#thumbnails span.current_thumbnail img {
	border-color:red;
}
#thumbnails span.current_thumbnail span {
	color:red;
}
span.pic img {

}
span.pic {
	margin:2px;
	display:block;
	float:left;
	margin:2px;
	width:53px;
}
span.pic span {
	font-size:18px;
	font-weight:700;
	left:30px;
	margin:0;
	padding:0;
	position:relative;
	top:-10px;
	z-index:1;
}
img {
	border:0;
}
.intro_text {
	width:180px;
	color:#003333;
	font-family:arial;
	font-size:12px;
	text-align:center;
}
.intro_text p {
	width:145px;
}
