.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #ffffff;
border-bottom-width: 6px;
width: 516px; /*width of featured content slider*/
height: 225px;
}



.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: 500px; /*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: 516px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color:#ffffff;
padding: 5px 5px;
}

.pagination a:hover, .pagination a.selected{
color: #000;

}

.slide_title		{
								font-size: 12px;
								font-weight: bold;
								line-height: 22px;
								margin: 0 0 5px 0;
								padding: 0;
								color: #008fbd;
								text-align:center;
					}
					
.slide_desc			{
								font-size:12px;
								line-height:16px;
								font-weight:normal;
								text-align:left;
					}
					
.slide_list			{
								float: left;
								list-style: none;
								margin: 0;
								padding: 0 0 6px 0;
								width: 283px;
					}
					
.slide_list li		{
								float:left;
								background-image:url(../images/bullet.png);
								background-position:1px 8px;
								background-repeat:no-repeat;
								font-size:10px;
								line-height:18px;
								margin:0px 8px 0px 0px;
								padding:0 0 0 8px;
								width:162px;
					}
					
.slide_list li.short
					{
								width:97px;
								margin:0;
					}