.sliderwrapper {
    height: 290px;
    width: 100%;
    overflow: hidden;
}

.sliderwrapper .contentdiv {
	height: 300px;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%
}

.sliderwrapper .contentdiv img {
    border: 1px solid #dbe3e9;
    max-height: 295px;
    padding: 2px;
    height: auto;
    margin: 0 auto;
}

.sliderwrapper .contentdiv h3 {
    bottom: 4px;
    left: 8px;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 3px 4px 3px;
    position: absolute;
    width: 97%;
    text-align: justify;
    background: rgba(0, 230, 255, 0.51);
    text-shadow: 1px 1px 1px #000;
    color: #ffffff;
}
.sliderwrapper .contentdiv h3 a {
    color: #ff0;
    text-transform: uppercase;
}

.sliderwrapper .contentdiv h3 a:hover {
	color: #ff0; 
}

.pagination {
	background: #fff;
	padding: 2px 0;
	text-align: center;
	width: 100%
}

.pagination a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px
}

.pagination a:hover, .pagination a.selected {
	background-color: #ccc;
	color: #333
}

.pagination a.prev {
	background: url(../images/prev.png) no-repeat 4px 4px;
	width: 6px
}

.pagination a.next {
	background: url(../images/next.png) no-repeat 4px 4px;
	width: 6px
}