﻿#featured-content
{
    margin:0px auto;
    position:relative;
    height:250px;
    }
    
.featured
{
    margin:0px auto;
    position:absolute;
    top:0px;
    left:0px;
    width:500px;
    height:250px;
    background-color:#f0f0f0;
    }

.selector-active
{
    cursor:pointer;
    padding:5px 4px 5px 4px;
    width:1px;
    height:1px;
    font-size:0px;
    background-image:url(../images/common/pager_on.gif);
    background-repeat:no-repeat;
    }
    
#featured-content-selector
{
    cursor:default;
    }
    
.selector
{
    cursor:pointer;
    padding:5px 4px 5px 4px;
    width:1px;
    height:1px;
    font-size:0px;
    background-image:url(../images/common/pager_off.gif);
    background-repeat:no-repeat;
    }
    
a
{
    border:none;
    }
    
    a img
    {
        border:none;
        }
        
    #content li
    {
        padding:10px;
        list-style-image: url("../images/press/star.gif"); 
    }
    
    #content li a
    {
        text-decoration:none;
        color: #656565;
        }
        
   #content li a:hover
    {
        color: #454545;
        }
            
            
