#tabs{
    margin: 20px auto;
    width: 90%;
    z-index: 200;
}

#tabs ul li {
    float: right;
}

#tabs div ul li {
    float: right;
    clear:right;
}

#side_ul {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

#side_ul ul {
    margin: 0;
    list-style: none;
}

#side_ul li {
    border-bottom: 1px solid gray;
    margin-bottom: 5px;
}

#side_ul a{
    color: black;
}

#side_ul li:hover{
    background-color: #CCC;
}

.SliderContacts{
    direction: ltr;
    margin: auto;
    height:auto;
}

.SliderContacts ul {
    direction: ltr;
}

.MainSliderDiv {
    
}

.MoreButton {
    float: left;
    background-color: #CCC;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 1px 2px #999;
    margin: 3px;
    color: white;
    font-size: 16px;
}

.NewsMerquee {
    padding: 0;
    border-radius: 5px;
    direction: ltr;
    border: 0;
    margin-bottom: 0;
    position: relative;
}

.NewsMerquee li {
    margin-right: 5px;
}
.NewsMerqueeTxt{
    float: right;
    width: 80%;
    height: 25px;
    direction: rtl;
    line-height: 25px;
}
.NewsMerquee_right_arrow{
    position: absolute;
    right: 0;
    cursor: pointer;
}
.NewsMerquee_left_arrow{
    position: absolute;
    left: 0;
    cursor: pointer;
}
.NewsMerqueeTitle {
    height: 25px;
    line-height: 25px;
    display: block;
    width: auto;
}

.SliderMainContent {
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 0;
}
.MainSliderDiv{
    margin: -5px;
    position: relative;
}
.MainSliderDiv .title{
    margin: 0;
}
.slider_prev,.slider_next{
    display: block;
    text-align: center;
    padding: 3px 0;
    position: absolute;
    left: 0;
    top: 50%;
}
.slider_next{
    left: auto;
    right: 0;
}
.slider_prev:hover,.slider_next:hover{
    background:#fffaee;
}

/* Part 4 */
#content_images ul {
    margin-top: 5px;
    margin-bottom: 0;
    list-style: none;
}
#content_images ul li {
    border-bottom: 1px dashed #CCC;
}
#content_images ul li a {
    display: block;
    margin: 5px 0;
    color: #6d6e72;
}
#content_images ul li a table {
    width: 100%;
}
#content_images ul li a img {
    margin-left: 10px;
    width: 75px;
}