
.sliderwrapper{
position: relative;
overflow: hidden;
border:none;
width: 715px; 
height: 380px;
}

.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute; 
left: 0;  
top: 0;
width: 715px; 
height: 380px;
}

.pagination1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
position:absolute;
left:15px; 
top:350px;
z-index:500;
width:690px;
text-align:right;
/* filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;*/
}
.text_loop{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
position:absolute;
font-weight:bold;
left:0px; 
top:340px;
/* background:url(/img/transparent.png) no-repeat; 
background:#000;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;*/
width: 685px; 
height: 60px;
padding:5px 10px; 
margin:5px;
color:#fff;
}
.text_loop p.titlu{
color:#fff;
clear:both;
padding:2px 0px;
margin:0px;
font-size:14px;
}
.pagination1 a{
text-decoration: none; 
color:#ffffff;
/*background-color:#181818;*/
background-color:#7E9EB3;
color:#000;
font-weight:800;
border:1px solid #282828;
padding:2px 5px;
line-height:1.8;
margin-right:5px;
}

.pagination1 a:hover, .pagination1 a.selected{
color:#fff;
}
.pagination1 a.activeSlide{ color:#fff;}
