.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 940px;
	height: 25px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 3px 10px 0 10px;
	width: 920px; 
	height: 25px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #013372;
	font-weight: bold;
}
.sliderwrapper2{
	position: relative;
	overflow: hidden;
	width: 395px;
	height: 95px;
}
.sliderwrapper2 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding: 3px 10px 0 10px;*/
	padding:0;
	width: inherit; 
	height: inherit;
}
.sliderwrapper-katabijak{
	position: relative;
	overflow: hidden;
	width: 170px;
	height: 180px;
}
.sliderwrapper-katabijak .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding: 3px 10px 0 10px;*/
	padding:0;
	width: inherit; 
	height: inherit;
}
.sliderwrapper3{
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 230px;
}
.sliderwrapper3 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0;
	width: inherit; 
	height: inherit
}
.pagination{
	width: 1px;
	text-align: center;
	padding: 5px;
	height: 1px;
}
.pagination a {
	padding: 0px;
	text-decoration: none; 
	color: #FFFFFF;
	background: #0081BD;
}
.pagination a:hover, .pagination a.selected {
	color: #0081BD;
	background-color: #FFFFFF;
}