.contentslide{
border: 1px solid #B5E3F3;
width: 575px;
height: 272px;
z-index:3;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
position:relative;
z-index:2;
}




.pagination{
width: 575px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 18px;
text-align: right;
/*background: url(images/pagination_bg.jpg) top left repeat-x;  */
padding: 0 0px 4px 0;
position: absolute; left: -10px; top: 390px;
filter:alpha(opacity=80); 
-moz-opacity: 0.70;
opacity: 0.80;
z-index:3;
font-size:11px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 550px; /*IE5 width*/
w\idth: 550px; /*IE6 width (16px more) */
}

.pagination a{
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none; 
color: #fff;
background-color: #3A63B4;
font-size:13px;
}

/* Hover and active nav boxes */
.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #000;
}

.welcome {
font: 11px arial;
color: #444;
padding-left: 8px;
padding-right: 8px;
padding-top: 11px;	
	} 

.welcome_title {
font: 13px arial;
color: #516290;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;	
	} 

.welcome_date {
font: 9px arial;
color: #444;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;
padding-top: 5px;	
	} 

.welcome2 {
font: 10px arial;
color: #fff;
padding: 4px;	
	} 

  .welcome2 A:link {
  text-decoration: none; 
  color: #E2EFD1;
  }
  .welcome2 A:visited {
  text-decoration: none; 
  color: #E2EFD1;
  }
  .welcome2 A:hover {
  text-decoration: underline; 
  color: #555;
  }

