.uberbox ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 overflow: hidden;
}

.uberbox {
 overflow: hidden;
}

.uberbox.uberbox-button-next {
 color: #4377C0;
 display: block;
 text-decoration: none;
 cursor: pointer;
 width: 27px;
 height: 22px;
}
.uberbox.uberbox-button-next span, .uberbox.uberbox-button-prev span {
 /*display: none;*/
}
.uberbox.uberbox-button-prev {
 display: block;
 text-decoration: none;
 cursor: pointer;
 float: left;
 height: 22px;
  width: 27px;
}
.uberbox.uberbox-button-next:hover, .uberbox.uberbox-button-prev:hover {

}

.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: 1px;
}
.uberbox.uberbox-pagination li.uberbox-on a {
 background: #2885D3;
 color: #fff;
}
.uberbox.uberbox-pagination li a {
 border: 1px solid #4377c0;
 display: block;
 float: left;
 display: inline;
 cursor: pointer;
 background: #E8F2FB;
 color: #4377C0;
 padding: 5px;
 font-size: 80%;
 text-decoration: none;
}
.uberbox.uberbox-pagination li a:hover {
 background: #F9FDFE;
 color: #4377C0;
}

#slideshow,
#slideshow li {
	height: 223px;
	overflow: hidden;
	width: 977px;
}
	
#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;
}