.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 1px solid navy;*/
	/*border-bottom-width: 6px;*/
	width: 932px; /*width of featured content slider*/
	height: 250px;
	}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px; /* play around with this value */
	background: #FFFFFF;
	width: 932px; /*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;
	}

#paginate-mscbacolleges {
	/*float:right;*/
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background: transparent;
	/*padding: 5px 10px;*/
	z-index:9999;
	font:12px normal verdana,tahoma,arial;
	}

#paginate-mscbacolleges a {
	padding: 1px 5px;
	text-decoration: none; 
	color: #313453;
	background: #FE9A3C;
	border:1px solid #E67200;
	}

#paginate-mscbacolleges a:hover, #paginate-mscbacolleges a.selected{
	color: #491903;
	background-color: #EFDEC6;
	border:1px solid #976E50;
	}
	
	
	
	
.sliderwrapper2 {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 3px solid #322A24;
	width: 360px; /*width of featured content slider*/
	height: 228px;
	}

.sliderwrapper2 .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 360px; /*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: 346px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background: #322A24;
	padding: 5px 10px;
	}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #00007D;
	background: white;
	}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
	}
