.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid;
border-color: #b7a6a9 #b7a6a9 #b7a6a9 #b7a6a9;
width: 593px; /*width of featured content slider*/
height: 335px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid;
border-color: #b7a6a9 #b7a6a9 #b7a6a9 #b7a6a9;
width: 593px; /*width of featured content slider*/
height: 400px;
}


.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: 425px; /*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: 148px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #F2F2F2;
padding: 5px;
float: right;
}

.pagination a{
text-decoration: none; 
color: #00007D;
background: #F2F2F2;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #FEE496;
}

/* Added by AZ */
.mainstorytitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #3c633c;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight:bold;
}
.mainstorydescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.mainstorythumb {
	padding-bottom: 5px;
}
a.smallgraylink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
a.smallgraylink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.copyspace1 {
	padding-bottom: 8px;
}
.thumbhighlight {
	border: 1px solid;
	border-color: #4e8e4e;
}
a.toc {
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
a.toc: {
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666666;
	text-decoration:underline;
}
