.sliderwrapper{
	position: relative; /* Do not change this value */
	width: 640px;
	height: 480px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	border: 0px solid #FF9900;
}



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

text-align: center;
padding: 0px;
background: #DDDCD4;
width: 640px; /*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;
}

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

.pagination a{
background: #DDDCD4;
color: #820E12;
font: bold 12px/16px Helvetica, sans-serif;
text-decoration: underline;
}

.pagination a:hover, .pagination a.selected{
background: #DDDCD4;
color: #820E12;
font: bold 12px/16px Helvetica, sans-serif;
text-decoration: underline;
}
