.sliderwrapper
{
	position: relative;
	/*leave as is*/
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	/*leave as is*/
	width: 100%;
	/*width of featured content slider*/
	height: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.sliderwrapper .contentdiv
{
	visibility: visible;
	/*leave as is*/
	position: relative;
	/*leave as is*/
	left: 0;
	/*leave as is*/
	top: 0;
	background-color: #ffffff;	/* background-color: #e6e6f0; */
	width: 95%;
	/*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: auto;
	margin: auto;
	padding-right: 2%;
	padding-left: 2%;
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
}

.pagination
{
	width: 90%;
	/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
