*
{
    margin: 0px;
    padding: 0px;
}

#featured
{
    width: 600px;
    position: relative;
    height: 360px;
    background: #fff;
}

#featured img
{
    width: 600px;
    height: 360px;
}

#featured ul.ui-tabs-nav
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    float:right;
}

#featured ul.ui-tabs-nav li
{
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    padding: 5px 2px 0 0;
    width: 20px;
}
#featured ul.ui-tabs-nav li span
{
    font-size: 11px;
    font-family: Verdana;
    line-height: 18px;
}
#featured li.ui-tabs-nav-item a
{
    display: block;
    height: 16px;
    width: 16px;
    color: #f2f2f2;
    background: #AAAAAA;
    line-height: 20px;
    padding: 0px 0px 4px 0px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover
{
    background: #f2f2f2;
    color: #AAAAAA;
}
#featured li.ui-tabs-selected
{
    /*background: url("images/selected.png") no-repeat scroll 48px 0 transparent;*/
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a
{
    background: #BFD8F7;
    color: #575757;
}
#featured .ui-tabs-panel
{
    width: 600px;
    height: 335px;
    position: relative;
}
#featured .ui-tabs-panel .info
{
    position: relative;
    top: -80px;
    left: 0;
    height: 80px;
    background: url('images/transparent-bg.png');
}
#featured .info h2
{
    font-size: 16px;
    font-family: Trebuchet MS;
    color: #fff;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
#featured .info h2 span.date
{
    font-size: 16px;
    font-family: Trebuchet MS;
    color: #BFD8F7;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}
#featured .info p
{
    margin: 0 5px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 15px;
    color: #f0f0f0;
}
#featured .info a
{
    text-decoration: none;
    color: #fff;
}
#featured .info a:hover
{
    text-decoration: underline;
}
#featured .ui-tabs-hide
{
    display: none;
}
#featured .ui-tabs, #featured .ui-tabs-panel
{
    border: 0px;
}

#featured .ui-tabs-panel, #featured .ui-widget-content
{
    margin: 0px !important;
    padding: 0px !important;
    overflow: inherit;
    *overflow: hidden;
}

#featured .ui-state-default, #featured .ui-widget-content .ui-state-default
{
    background: none !important;
    border: 0px;
}

#featured .ui-state-active, #featured .ui-widget-content .ui-state-active
{
    background: none !important;
    border: 0px;
}
