﻿
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border:0;
border-bottom-width: 0px;
width:265px; /*width of featured content slider*/
height:95px;
}

.sliderwrapper .contentdiv{
visibility:visible; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background:#ffffff;
width:267px; /*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:265px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #DBDBDB;
}

.pagination a{ text-decoration:none; color:#FFFFFF; background:white; }

.pagination a:hover, .pagination a.selected{ color:#FFFFFF; background-color:#FFFFFF; }

.MsgCtl_UserName {font-family:Arial; font-size:10pt; color:#7C3474;  font-weight:bold; }
	 a.MsgCtl_UserName:link
	 {font-family:Arial; font-size:10pt; color:#7C3474; font-weight:bold; text-decoration:none; }
	 a.MsgCtl_UserName:visited
	 {font-family:Arial; font-size:10pt; color:#7C3474; font-weight:bold; text-decoration:none; }
	  a.MsgCtl_UserName:active
	 {font-family:Arial; font-size:10pt; color:#7C3474; font-weight:bold; text-decoration:none; }
	 a.MsgCtl_UserName:hover
	 {font-family:Arial; font-size:10pt; color:#7C3474; font-weight:bold; text-decoration:underline}			

.MsgCtl_ONtext { font-family:Arial; font-size:10pt; color:#FCBC04; font-weight:bold;}
	 a.MsgCtl_ONtext:link
	 {font-family:Arial; font-size:10pt; color:#FCBC04; font-weight:bold; text-decoration:none; }
	 a.MsgCtl_ONtext:active
	 {font-family:Arial; font-size:10pt; color:#FCBC04; font-weight:bold; text-decoration:none; }
	 a.MsgCtl_ONtext:visited
	 {font-family:Arial; font-size:10pt; color:#FCBC04; font-weight:bold; text-decoration:none; }
	 a.MsgCtl_ONtext:hover
	 {font-family:Arial; font-size:10pt; color:#FCBC04; font-weight:bold; text-decoration:underline; }

