div.slideshow-container, div.slideshow a.advance-link {
/* width  This should be set to be at least the width of the largest image in the slideshow with padding */
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 165px;
}
div.slideshow span.image-wrapper {
	display: block;
margin-top: 20px;
margin-left: 20px;
position: absolute;
}
div.slideshow a.advance-link {
line-height: 180px;  /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
	margin: 0px auto;
}
div.slideshow img {
-moz-border-radius:5px 5px 5px 5px;
-moz-box-shadow:0 0 10px #444444;
border:1px solid #222222;
height:165px;
padding:8px;
width:165px;
}
div.caption-container {
	position: relative;
	margin-top: 0px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.caption-container, span.image-caption {
	height: 50px;
	width: 185px;
}
div.caption {
	padding: 8px;
	width: 210px;
	margin-left: 15px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 5px;
}
ul.thumbs {
margin:0;
display: none;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
img.thumb {
	padding: 1px;
	display: block;
}
ul.thumbs img {
	border: 1px solid;
	display: block;	
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
.box-widget
{
background: -moz-linear-gradient(center top , #111, #171717) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient (center top , #111, #171717) repeat scroll 0 0 transparent;
border:1px solid #333;
padding:10px;
margin-bottom:20px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
height: 300px;
-moz-box-shadow: 3px 3px 4px black;
}