﻿div#slidercontainer
{
     width: 564px;
    height: 176px;
    position: relative;
    direction: rtl;
}
div#thumbscontainer
{
    position:absolute;
    left:10px;
    bottom:10px;    
    width: 82px;
    overflow: hidden;
    padding:5px;
}
div.thumbs
{
    display:inline-block;
    float:left;
     width: 9px;
    height: 9px;
    margin:3px;    
}
div.thumbs a
{
    display: inline-block;
    cursor: pointer;
    padding: 2px;
    background: url(Design/slide.gif) no-repeat;
    width: 9px;
    height: 9px;
}
div.thumbs a:hover
{
    text-decoration: none;
    background: url(Design/slide.gif) no-repeat;
    background-position: -13px 0px;
}
a.Selected2
{
    display: inline-block;
    text-decoration: none;
    background: url(Design/slide.gif) no-repeat !important;
    background-position: -13px 0px !important;
}
div#mainpic
{
    width: 540px;
    padding: 0px 2px;
    height: 170px;
    overflow: hidden;
    clear: both;
    margin: 2px;
    float: right;
    color: #000;
    direction: rtl;
    position:relative;
    font-size:11px;
}
div#mainpic h1
{
     padding: 5px;
    margin: 0px;
    font-family: Tahoma;
    font-size: 11px;
    color: #b5b5b5;
    font-weight: normal;
}
div#mainpic a
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #1f47a3;
    display: block;
    padding: 5px 1px;
}
div#mainpic img
{
     margin: 5px;
    width: 250px;
    height: 160px;
}
div.info
{
    width: 335px;
    height: 40px;
    padding: 5px 5px 0px 5px;
    overflow: hidden;
    color: #fff;
    text-align: right;
    background-color: #000;
    position: absolute;
    top: 225px;
    left: 1px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #000;
}
.info a
{
    font-weight: bold;
    color: #ff9800;
    font-size: 15px;
    font-family: Arial;
    display: block;
}
.info span
{
    font-family: Tahoma;
    font-size: 11px;
    color: #fff;
    display: block;
}
div.hiddennews
{
    display: none;
}

.uptitle
{
    font-size: 10px;
    width: auto;
}
