.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 400px; /*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*/
background: white;
width: 390px; /*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: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

#paginate-slider1 a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

#paginate-slider1 a:hover, #paginate-slider1 a.selected{
color: #000;
background-color: #FEE496;
}

		.TS_img
        {
            width: 410px;
            height: 283px;
            position: relative;
            float: left;
            text-align:left;
        }
        .TS_img a img
        {
            width: 418px;
            height: 283px;
            border: 0px;
        }
        .TS_layerOpacity
        {
            width: 360px;
            height: 67px;
            background: #000;
            opacity: 0.2;
            filter: alpha(opacity=20);
            bottom: 0px;
            left: 0px;
            position: absolute;
        }
        .TS_text_opacity
        {
            width: 360px;
            height: 67px;
            bottom: 0px;
            left: 0px;
            position: absolute;
            z-index: 100px;
        }
        div.HomeTopStoryColorLayer
        {
            overflow: hidden;
            position: absolute;
            background-color: black;
            filter: alpha(opacity=40);
            -moz-opacity: 0.40;
            opacity: 0.40;
            z-index: 3;
        }
        div.HomeTopStoryColorLayerContent
        {
            overflow: hidden;
            position: absolute;
            z-index: 4;
            left: 0px; top: 220px; width: 400px;
            height: 63px;opacity:1;
        }
        div.HomeTopStoryColorLayerSubImage
        {
            position: absolute;
            z-index: 6;
            text-align:right;
        }
        div.HomeTopStoryTitle
        {
            color: #D6F451;
            cursor: pointer;
            font-family: Arial;
            font-size: 18px;
            font-weight: bold;
            position: absolute;
            z-index: 10;
            left: 3px;
            height: 20px !important;
            overflow: hidden;
            padding-left:10px;
        }
        div.HomeTopStoryLead
        {
            position: absolute;
            font-family: Arial;
            font-size: 11px;
            font-weight: bold;
            color: white;
            z-index: 10;
            left: 0px; top: 20px; width: 360px; height: 35px;
            padding-left:10px;
        }
        div.HomeTopStoryTitleShadow
        {
            position: absolute;
            font-family: Arial;
            font-size: 18px;
            font-weight: bold;
            color: black;
            z-index: 9;
            left: 4px;
            top: 4px; width: 355px;
            height: 20px !important;
            overflow: hidden;
        }
        div.HomeTopStoryBorder
        {
            overflow: hidden;
            position: absolute;
            background-color: white;
            filter: alpha(opacity=40);
            -moz-opacity: 0.4;
            opacity: 0.4;
            z-index: 99;
        }

.divImageHotNews
{
	overflow: hidden;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 420px;
	height: 285px; 
	opacity: 1; 
	z-index: 0;
}
