.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 200px; /*width of featured content slider*/
height: 150px;
top:34px;
}

.rounder_corners_ticker { background:url(../images/rounded_corners_ticker.jpg) no-repeat;width:4px;height:4px;position:absolute;}
	.rct_left			{left:-1px;top:-1px; background-position: 0 0 }
	.rct_right			{right:-1px;top:-1px; background-position: -4px 0 }

.read_more_btn		{width:auto;padding:4px;position:absolute;bottom:15px;font-size:10px;color:#808080; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}


a:link	h2	{color:#808080; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px; text-decoration: underline; line-height:12px;}
a:visited h2	{color:#808080; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px;text-decoration: underline; line-height:12px;}
a:hover h2		{color:#000; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px; text-decoration: underline; line-height:12px;}
a:active h2	{color:#000; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px; text-decoration: underline; line-height:12px;}

	
.ticker_header	{height:30px;width:202px; background:#414141;line-height:30px; text-indent:10px;font-size:10px;font-family:Verdana;font-weight:bolder; text-transform:uppercase ;color:#7e7e7e; position:absolute;left:0;top:4px;border:1px solid #414141;z-index:2}




p					{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px; color:#808080;background:#fff; text-align:left;}

h2					{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bolder;color:#808080;text-decoration:none;margin:0;padding-bottom:5px}




.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 195px; /*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: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 0;
z-index: 10;
position:relative;
top:34px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #323232;
background: white;
font-size:10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #323232;
}
