.sliderwrapper{
	position: relative;
	overflow: hidden;
	border: 0px solid white;
	border-bottom-width: 0px;
	width: 440px;
	height: 332px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 62px;
background-image: url(images/bubble.gif);
width: 300px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 232px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 220px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
align: center;
background-color: white;
padding: 10px 10px;
}

.pagination a{
padding: 10 10px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #006666;
background-color: #FFCCFF;
}

body {
	color : #006666;
	font-family : Times New Roman, Times, serif;
	font-weight : normal;
    background-color: transparent;
}

	a:link {
	color : #006666;
	text-decoration : none;
	 font-weight: bold;
}

a:visited {
	color : #006666;
	text-decoration : none;
	 font-weight: normal;
}

a:hover {
	color : #006666;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	color : #006666;
	font-weight : bold;
	text-decoration : none;
	
}
