div#feature_list
{
    width: 645px;
    height: 323px;
    overflow: hidden;
    position: relative;
}
div#feature_list ul
{
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#tabs
{
    left: 0;
    top: 0;
    z-index: 2;
    width: 250px;
    padding: 0px;
    margin: 0px;
}
ul#tabs li
{
    padding: 0px;
    margin: 0px;
}
ul#tabs li img
{
    border: 1px solid #ccc;
    float: left;
}
ul#tabs li a
{
    color: #222;
    text-decoration: none;
    float: left;
    width: 255px;
    padding: 3px;
    font-size: 11px;
    background: url('/images/nav_b.png') right no-repeat;
}
ul#tabs li a:hover
{
    text-decoration: none;
    color: #900;
}
ul#tabs li a.current
{
    background: url('/images/nav_a.png') right no-repeat;
    color: #900;
}
ul#tabs li a.current:hover
{
    text-decoration: none;
    cursor: pointer;
    color: #900;
}
ul#output
{
    right: 0;
    width: 400px;
    height: 323px;
    position: relative;
    padding: 0px;
    margin: 0px;
}
ul#output li
{
    position: absolute;
    width: 400px;
    height: 323px;
    padding: 0px;
    margin: 0px;
}
ul#output li div a, hover
{
    position: relative;
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}
ul#output li div
{
    position: absolute;
    width: 400px;
    bottom: 0px;
    padding: 5px 5px 5px 15px;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
ul#output img
{
    width: 400px;
    height: 323px;
    border: 1px solid #ccc;
}
.clear
{
    clear: both;
    line-height: 1px;
    font-size: 1px;
}
.tum-haberler-link
{
    text-decoration: none;
    color: #333;
    font-size: 11px;
    font-style: italic;
}
.tum-haberler-link:hover
{
    color: #900;
}
.tum-haberler-div
{
    float: right;
    text-align:left;
    margin-right: 10px;
}
ul#tabs li img
{
    border: none;
}

