.sliderwrapper{
position: relative;
overflow: hidden;
border:none;
width: 530px; 
height: 0px;
float:left;
}

.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute; 
left: 0;  
top: 0;
/*background-color:#f00; 
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
width: 530px; 
height: 235px;  
}

.pagination{      

font-family:Arial, Helvetica, sans-serif;
font-size:12px;       
padding:0px;
z-index:500;
position:absolute;
left:60px; 
top:230px; 
width:265px;
text-align:right;
}
.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:#2F880E;
font-weight:800;
padding:1px 5px;
line-height:20px;
font-size:12px;
margin-right:5px;
border:1px solid #DADADA;
}

.pagination a:hover, .pagination a.selected{
color:#FFCC00;
/*background-color:#FF9933;
background-color:#666666;
background-color:#003366;
border-bottom:1px solid #003366;
border-top:1px solid #003366;*/
}
