#slideshow-cont {
	margin-bottom:25px;
	position: relative;
	text-align:left;
	height: 358px;
	width:1008px;
	margin-bottom: 50px;
	border: none;
	background:  none;
}



#slide {
	width: 1008px;
	height: 101%;
	overflow:hidden;
	border: none;
	background: none;
}
#slide img {
	width: 1000px;
	height: 350px;
}

div.slide-inner{
	width: 1003px;
	height: 371px;
	text-align: left;
	background: url(../../assets/images/slideshow/slideshow-bg-small.jpg) left top no-repeat;
}


img.home-image {
	text-align: left;
}


#slideshow-controls-cont {
	top:  358px;
	left: 0px;
	z-index:  999;
	position: absolute;
}

#slideshow-controls {
	background:  none;
	border: none;
	float:right;
	padding-top: 5px;
}

ul.text {
	display: none !important;
}

#slideshow-controls ul.images {
	padding-right: 0px;
	
}

#advance {
	width: 77px;
	height: 73px;
	padding-right: 10px;
}

.slideshow-subtitle-box
{
	position: absolute;
	width: 710px;
	height: 94px;
	top: 493px;
	left: 0px;
	border: 1px solid #c8c8c8 !important;
	padding-top: 10px;
	z-index: 900;
}


.slideshow-subtitle-box-cover
{
	position: absolute;
	width: 700px;
	height: 110px;
	top: 494px;
	left: 315px;
	background:url(../../assets/images/slideshow/caption-cover.png) right top repeat-y;
	z-index: 800;
}


.slideshow-subtitle
{
	margin-top: 0px;
	width: 570px;
}


.slideshow-subtitle img 
{
	border-bottom: none;
}

.slideshow-subtitle p
{
	padding-top: 8px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 100%;
	font-style: italic;
	height: 100px;
	color: #4B4B4B;
}


#footer-cont
{
	width: 100%;
	min-height: 110px;
	background: url(../../assets/images/footer/footer-bg.jpg) repeat-x top;
	margin-top: 150px;
	clear: both;
	z-index: 998;
}



