﻿#slider2{
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    position: relative; /*leave as is*/;
    overflow: hidden; /*leave as is*/;
    width: 450px; /*width of featured content slider*/;
    height: 257px;
    top: 0px;
    left: 0px;
    margin:0;
    font-size:12px;
}

#slider2 .contentdiv{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    padding: 0px;
    background: white;
    width: 450px; /*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;
    background-repeat:no-repeat;
    background-position:left;
}

#slider2 .contentdiv .transbox{
    height:60px;
    min-width:410px;
    margin: 198px 0 0 0;
    background-color: #000000;
    /* for IE */
    filter:alpha(opacity=75);
    /* CSS3 standard */
    opacity:0.8;
}

#slider2 .contentdiv .transbox h2{
{
    padding:0;
    margin:5px 0 0 10px;
    font-weight: bold;
    color: #faeb2e;
    border:0;
    background:none;
    width:410px;
}

#slider2 .contentdiv .transbox p{
{
    margin:5px 0 10px 10px;
    font-weight:bolder;
    color: #ffffff;
    width:380px;
    
}

.pagination{
    margin: 0 0 5px 0;
    width: 402px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/;
    /*background-color: #DDDDDD;*/
    margin:0 0 5px 0px;
    padding:0 0 3px 2px;
}

.pagination .item1,.item2,.item3,.item4{
    float:left;
    padding:5px 0 1px 0;
    text-decoration: none;
    color: #004276;
    background: white;
    background-color: #DDDDDD;
    width:100px;
    margin:0 auto;
    text-align:center;
    height:18px;
    font-size:12px;
}

.pagination a:link{
   font-weight:bold;
   font-size:11px;
}

.pagination a:hover, .pagination a.selected{
    color: #ffffff;
	background-image:url(../images/FrontPageTabs.gif );
	text-decoration:none;
}
