.sliderwrapper {
	position: relative;
	overflow: hidden;
	border: none;
	width: 580px;
	height: 255px;
	float: left;
}

.sliderwrapper .contentdiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	/*background-color:#fff; 
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	width: 580px;
	height: 255px;
}

.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	z-index: 500;
	position: absolute;
	top: 180px;
	width: 550px;
	text-align: center;
	clear: both;
	background-color: #CCCCCC;
	border: #666 solid 1px;
	border-left: 0px;
	border-right: 0px;
	padding: 3px 5px 3px 5px;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.text_loop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 0px;
	top: 305px;
	/* background:url(/img/transparent.png) no-repeat; */
	width: 230px;
	height: 55px;
	padding: 5px 0px 10px 0px;
	margin-left: 15px;
}

.text_loop p.titlu {
	color: red;
	clear: both;
	padding: 2px 0px;
	margin: 0px;
	font-size: 12px;
}

.pagination a {
	text-decoration: none;
	color: #ffffff;
	background-color: #999999;
	font-weight: 12px;
	border: 1px solid #666666;
	padding: 2px 3px 2px 3px;
	line-height: 1.8;
	margin: 1px 3px 1px 3px;
}

.pagination a:hover,.pagination a.selected {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;
}