.sliderwrapper{
	position: relative; /* Do not change this value */
	width: 285px;
	height: 240px; /* 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*/
padding: 5px;
background: white;
width: 285px; /*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;
}


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



.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 285px; /*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;
}


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



.sliderwrapper3 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width:400px; /*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;
}


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

}



.sliderwrapper4 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: white;
	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;
	text-align: center;
}

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

}

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

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

}

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

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