.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 610px;
	height: 269px;
	background: url(http://www.crash.hr/assets/images/slider/wrap-bg.gif) no-repeat;
	visibility: visible;
	background-color: #EFEFEF;
	z-index: 0;
}

.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	visibility: hidden; /*leave as is*/
	left: 10px;  /*leave as is*/
	top: 10px;  /*leave as is*/
	width: 590px; 
	height: 250px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #ACACAC;
	z-index: 0;
}

.pagination{
	width: 600px; 
	!width: 610px; /*IE7*/
	!padding-right: 10px; /*IE7*/
	padding-bottom: 10px;
	margin: 0;
	background: url(http://www.crash.hr/assets/images/slider/pag-bg.gif) no-repeat;
	font: 14px Arial;
	text-align: right;
}

html>body .pagination  {
padding-right: 10px;
}


.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #4a4a4a;
	background: silver;
}


.pagination a:hover, .pagination a.selected{
	color: #000000;
	background-color: #ffff97;
}

.linkovi{
	width: 100%;
	right: 0;
	margin-top: 225px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: url(http://www.crash.hr/assets/images/slider/linkovi.png) no-repeat;
	text-align: left;
	font: 12px Arial;
}

.linkovi a:link, .linkovi a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #676767;
}

.linkovi a:hover {
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #676767;
	background-color: #acacac;
}

.datumi {
	color: #ffffff;
	background: url(http://www.crash.hr/assets/images/slider/datumi.png) no-repeat right;
	margin-top: -20px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 120px;
	float: right;
	text-align: right;
}