.sliderwrapper{
position: relative; /*leave as is*/
 /*leave as is*/

width: 658px;
background: url(imagini/featured.gif);
 /*width of featured content slider*/
height: 176px;
}

.sliderwrapper a{

 color: #000;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;


/*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 638px;
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: url(imagini/bg2.gif) repeat-x;
padding: 5px 10px;
margin-top: 2px;
float: left;

}



.imgtfe {
  width: 207px;
  height: 126px;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 25px;
  
}


.imgtfe2 {
  width: 130px;
  height: 100px;
  margin: 0px 10px 0px 5px;
  padding: 5px;
  border: 1px solid #c5e0f9;
  background: #bedcf8;
}


.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;

font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #197fd8;
padding: 0 5px;
}
