.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	/*	border-bottom-width: 6px;
*/	width: 450px; /*width of featured content slider*/
	height: 400px;
	background-image:url(../images/sharky/tlo_ksiazka.png);
	background-position:center top;
	background-repeat: no-repeat;
	float: right;
/*	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #89B8FC;
	border-right-color: #89B8FC;
	border-bottom-color: #89B8FC;
	border-left-color: #89B8FC;
*/}
.sliderwrapper_lilifi{
	overflow: hidden;
/*	border-bottom-width: 6px;
*/	width: 450px; /*width of featured content slider*/
	height: 400px;
position:relative;

	background-image:url(../images/lilifi/tlo_ksiazka.png);
	background-position:center top;
	background-repeat: no-repeat;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	text-align:center;
	/*background: white;
*/width: 350px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 90%;


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 90px;
	display: block;
	padding-bottom: 20px;
}
.sliderwrapper_lilifi .contentdiv{
	visibility: hidden; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	text-align:center;
	/*background: white;
*/width: 350px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 90%;


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 90px;
	display: block;
	padding-bottom: 20px;
}
.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: right;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #3376AD;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.sliderwrapper .contentdiv img {
	margin-bottom: 50px;
}
