/*--- Slide List & General Styling ---*/
.uberbox #slideshow ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	height: 324px !important;
}

.uberbox #slideshow li {
	height: 342px;
	width: 979px;
}

.uberbox #slideshow li img {
	border: none;
}

.uberbox {
	overflow: hidden;
	position: relative;
}

div.slide-container {
  min-height: 150px;
	position: absolute;
	right: 0px;
  top: 135px;
	width: 400px;
}

#slideshowDescription {
	top:220px;
	height:170px;
	left:320px;
	position:absolute;
	width:325px;
	z-index:9999;
	color: #4f4f4f;
	font-size: 8pt;
	text-align: justify;
	line-height: 1.4em;
}

#slideshowDescription a {
	color: #4f4f4f;
	font-size: 8pt;
	text-decoration: none;
}


/*--- Slideshow Control Styling ---*/
/* Next/Prev Buttons */
.uberbox.uberbox-button-next {
	color: #4377C0;
	display: block;
	text-decoration: none;
	cursor: pointer;
	width: 27px;
	height: 22px;
}

.uberbox.uberbox-button-prev {
	display: block;
	text-decoration: none;
	cursor: pointer;
	float: left;
	height: 22px;
	width: 27px;
}

/* Pagination Buttons */
.uberbox.uberbox-pagination {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	float: right;
}

.uberbox.uberbox-pagination li {
	float: left;
	display: inline;
	margin-left: 4px;
}

.uberbox.uberbox-pagination li a {
	background: #2c2620;
	display: block;
	float: left;
	display: inline;
	cursor: pointer;
	color: #4377C0;
	padding: 6px;
	font-size: 80%;
	text-decoration: none;
}

.uberbox.uberbox-pagination li.uberbox-on a {
	background-color: #f8a61f;
}

.uberbox.uberbox-pagination li a:hover {
	background: #f8a61f;
	color: #4377C0;
}

#pager-wrapper {
	bottom: 15px;
	position: absolute;
	right: 15px;
	z-index: 10;
}


/*--- Slide Content Styling ---*/
div.slide-title {
	color: #2c2620;
	font-size: 36px;
	font-weight: normal;
	line-height: .8;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-transform: uppercase;
}

div.slide-text {
	color: #2c2620;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 10pt;
	line-height: 1.4em;
	margin-bottom: 55px;
	margin-right: 30px;
	max-height: 100px;
	overflow: hidden;
	text-align: justify;
}

div.slide-title a {
	color: #2f2f2f;
}

div.slide-learn-more {
	bottom: 0;
	position: absolute;
}

div.slide-learn-more a {
	background-image: url( ../../skins/default/images/buttonBack.jpg );
	background-repeat: repeat-x;
	background-position: top center;
	border-radius: 8px;
	color: #eeeae3;
	display: block;
	font-size: 12pt;
	height: 49px;
	letter-spacing: 0px;
	line-height: 49px;
	text-align: center;
	text-decoration: none;
	width: 178px;
}

/* Slide specific styles */
