.sliderwrapper{

	position: relative; /*leave as is*/

	overflow: hidden; /*width of featured content slider*/

	height: 267px;

	border-bottom-width: 0px;

	border-bottom-style: solid;

	border-bottom-color: #FFFFFF;

	border-right-width: 0px;

	border-right-style: solid;

	border-right-color: #FFFFFF;

}



.sliderwrapper2{

	position: relative; /*leave as is*/

	overflow: hidden; /*width of featured content slider*/

	height: 280px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #CCCCCC;

}



.sliderwrapper .contentdiv, .sliderwrapper2 .contentdiv{

visibility: hidden; /*leave as is*/

position: absolute; /*leave as is*/

left: 0;  /*leave as is*/

top: 0;  /*leave as is*/

padding: 0px;

background: white; /*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{

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 10px;

	margin-bottom: 20px;

}



.pagination a{

padding: 0 5px;

text-decoration: none; 

color: #000000;

background-color: #F0F0F0;

}



.pagination a:hover, .pagination a.selected{

color: #FFFFFF;

background-color: #B1D57B;

}

.pagination2{

	text-align: right;

	padding-top: 5px;

	padding-right: 10px;

	padding-bottom: 5px;

	padding-left: 10px;

	margin-bottom: 8px;

}



.pagination2 a{

	padding: 0 5px;

	text-decoration: none;

	color: #0A589E;

}



.pagination2 a:hover, .pagination2 a.selected{

color: #FFFFFF;

background-color: #FF0000;

}



/*** Some custom CSS for the module ***/

.contentdiv img {

	border: 0px;

}