#content_container.slideshow_style
{
	background: transparent url(../images/content_background.png) top left no-repeat;
	background-position: 0px -22px;
	height: 405px;
}
#content.slideshow_style
{
	width: 902px;
	background-color: #515151;
	margin-top: 7px;	
}

.scrollable
{
	/* required settings */
	position:relative;
	overflow:hidden;
    width: 902px;
	height: 391px;
	margin: 0 auto;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
}
.items img {
	border:none;
	width: 902px;
}
.items a img {
	border:none;
	width: 902px;
}
.items div .caption {
	height: auto;
	width: 100%;
}

.items div.caption .content {
	margin-top: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	background: transparent url(../images/slideshow_background.png);
	position:absolute;
	color:#ffffff;
	padding: 4px 14px;
	z-index: 600;
	bottom: 3px;
	width: 100%;
	font-size: 12px;
	font-weight: lighter;	
	display: block;
	opacity: 0.3;
	filter: alpha(opacity=30);
	moz-opacity: 0.3;
}

.caption .content h3 {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: lighter;
}
.prev_slideshow
{
	position: absolute;
	height: 391px;
	z-index: 10;
	cursor: pointer;
	margin-left: 0px;
	width: 30px;
}
.prev_slideshow a
{
	display: block;
	background: #931914;
	padding: 3px 7px 5px 7px;
	color: #FFFFFF;
	margin-top: 182px;
	font-size: 18px;
	font-family: Arial;
}
.next_slideshow
{
	position: absolute;
	height: 391px;
	margin-left: 872px;
	z-index: 10;
	top: 132px;
	cursor: pointer;
	width: 30px;	
}
.next_slideshow a
{
	display: block;
	background: #931914;
	padding: 3px 7px 5px 9px;
	color: #FFFFFF;
	margin-top: 176px;
	font-size: 18px;
	font-family: Arial;
}
