<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 98%;


    text-align: justify;


    background: rgba(2, 2, 2, 0.41);


    text-shadow: 1px 1px 1px #000;


    color: #fdfdfd;


}


.sliderwrapper .contentdiv h3 a {


    color: #ff0;


    text-transform: uppercase;


}





.sliderwrapper .contentdiv h3 a:hover {


	color: #10a2fb; 


}





.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


}</pre></body></html>