.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid red;*/
/*border-bottom-width: 6px;*/
width: 600px; /*width of featured content slider*/
height:200px; /*393px;*/
margin:0px;
background: url(images/content_bg2.jpg);
/*background: url(../images/content_bg.gif);*/

}







.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;

width: 600px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
/*background-color: white;*/
}

p {padding-left: 5px; padding-right: 5px; padding-bottom: 5px; margin-top: 3px}

.pagination{
width: 340px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;

padding: 5px 1px;
height: 100%;



}

/*.pagination a{
padding: 0 5px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #grey;
background: white;
border: 1px solid black;

}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #dbd2bf;
border: 1px solid black;

}

*/



.pagination a{

	font-family:verdana;
	font-weight: bold;
	font-size: 66%;
	
	color: #ffffff;
	padding:7px;
	text-decoration: none;
	
	
	/* gerry */
	background-image: url(images/arrow-bg.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	
}

.pagination a:hover, .pagination a.selected {
	font-family:verdana;
	background-image: url(images/arrow-highlight.gif);
	background-repeat: no-repeat;
	background-position:2px 5px;
	text-decoration: none;
	color: #FFFFFF;
}



 a.prev, a.next{

	font-family:verdana;
	font-weight: bold;
	font-size: 66%;
	color: #ffffff;
	padding:7px;
	text-decoration: none;
	background-image: url(bg_prev.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


 a.prev:hover,a.next:hover{

	font-family:verdana;
	font-weight: bold;
	font-size: 66%;
	color: #ffffff;
	padding:7px;
	text-decoration: none;
	background-image: url(bg_prev_over.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}







