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

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

.pagination{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
z-index:500;
position:absolute;
left:90px; 
top:332px;
width:520px;
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: 250px; 
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:#181818;
font-weight:800;
border:1px solid #282828;
padding:3px 5px;
line-height:1.8;
margin-right:5px;
}

.pagination a:hover, .pagination a.selected{
color:red;
}

.pagination a.activeSlide{ color:red;}

