.greenbox{
/*width:260px;margin:auto;*/
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 0px solid #333;*/
border-bottom-width: 1px;
height: 205px;
background:url(images/bg.gif) repeat-x bottom left;
}


.hd{background:url(../images/greenbox-top.jpg) no-repeat top left;padding-top:5px;font:bold 12px Tahoma, Arial, Verdana; text-align:left;color:white;padding-left:10px;padding-bottom:5px;}

.bd{
background:url(../images/greenbox-bg.jpg) repeat-y top left; padding:10px; text-align:justify;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
width: 240px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 210px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font:11px tahoma,arial;
text-align:justify;
}
.ft{background:url(../images/greenbox-bottom.jpg) no-repeat top left;}

.greenbox .contentdiv p{
padding:0px;margin:0px; margin-bottom:5px; text-align:justify;}

.greenbox .contentdiv span{
text-align:right;
}

.pagination{
background:url(../images/greenbox-bg.jpg) repeat-y top left;
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:center;
padding: 5px 5px;
font:10px arial;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #336699;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #99CC66;
}

/* Events*/
.sliderwrapper{
/*width:260px;margin:auto;*/
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 0px solid #333;*/
border-bottom-width: 1px;
/*background:url(images/bg.gif) repeat-x bottom left;*/
width: 480px; /*width of featured content slider*/
height: 350px;
/*background:url(images/bg.gif) repeat-x bottom left;*/
}

.contentdiv1{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/*padding: 5px;*/
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 210px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.pagination1{
width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left
padding: 5px 5px;
font:10px arial;
}

.pagination1 a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination1 a:hover, .pagination1 a.selected{
color: #000;
background-color: #FEE496;
}
