.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 270px; /*width of featured content slider*/
height: 200px;
}



.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: 260px; /*width of content DIVs within slider. Total width should equal slider's inner width (260+5+5=270) */
height: 100%;

/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
}

.pagination{
width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (250+10+10=270)*/
text-align: center;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: black;
background: Silver;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #e7e7e7/*#229723*/;
font-weight:bold;
}


/*Takvim için*/

.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 180px; /*width of featured content slider*/
height: 60px;
}


.sliderwrapper1 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 170px; /*width of content DIVs within slider. Total width should equal slider's inner width (260+5+5=270) */
height: 100%;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
}

.reseta {
color: #000;
text-decoration: none;
}

.reseta:hover {
text-decoration: underline;
}

.pagination1{
width: 130px; /*Width of pagination DIV. Total width should equal slider's outer width (250+10+10=270)*/
text-align: center;
padding: 5px 10px;
}

.pagination1 a{
padding: 0 5px;
text-decoration: none; 
color: black;
background: Silver;
}

.pagination1 a:hover, .pagination1 a.selected{
color: #000;
background-color: #F06310;
}

/*Sol Takvim için*/

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100px; /*width of featured content slider*/
height: 60px;
}


.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 160px; /*width of content DIVs within slider. Total width should equal slider's inner width (260+5+5=270) */
height: 100%;
}



.pagination2{
width: 80px; /*Width of pagination DIV. Total width should equal slider's outer width (250+10+10=270)*/
text-align: center;
padding: 5px 10px;
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: black;
background: Silver;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #000;
background-color: #F06310;
}
