@charset "utf-8";

* {
    outline: 0;
}

img {
    border: 0;
}

.folio_block {
    float: none;
    margin-left: 0;
}

.main_view {
    float: left;
    position: relative;
}

.window {
    height: auto;
    width: 470px;
    overflow: hidden;
    position: relative;
}

.window img {
    width: 470px;
    overflow: hidden;
}

.window ul {
    list-style: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.window ul li {
    padding-bottom: 0 !important;
}

.image_reel {
    position: absolute;
    top: 0;
    left: 0;
}

.image_reel img {
    float: left;
}

.paging {
    position: absolute;
    bottom: 264px;
    right: 301px;
    width: 164px;
    height: 36px;
    z-index: 100;
    text-align: center;
    line-height: 30px;
    background: url(../images/theme/moinew/header-bg.png) no-repeat;
    display: none;
}

.paging_arabic {
    position: absolute;
    bottom: 264px;
    right: 212px;
    width: 164px;
    height: 36px;
    z-index: 100;
    text-align: center;
    line-height: 30px;
    background: url(../images/theme/moinew/header-bg.png) no-repeat;
    display: none;
}

.paging a,
.paging_arabic a {
    text-decoration: none;
    color: #ccc;
    font-weight: 700;
    padding: 5px;
}

.paging a.active,
.paging_arabic a.active {
    font-weight: 700;
    color: #68984b;
}

.paging a:hover,
.paging_arabic a:hover {
    font-weight: 700;
}

.img_dsc {
    color: #fff;
    position: absolute;
    margin-top: 224px;
    width: 470px;
    HEIGHT: 76px;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
    left: 0;
    top: 0;
    padding: 8px;
}

.img_dsc a {
    color: #fff;
}

.img_dsc img {
    width: auto !important;
}

.ctl00_ContentPlaceHolder1_Rotator_jqImageLinks {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: bold;
}

.ctl00_ContentPlaceHolder1_Rotator_jqImageLinks li {
    float: left;
    padding: 0 5px;
}

.rtl .ctl00_ContentPlaceHolder1_Rotator_jqImageLinks li {
    float: right;
    padding: 0 5px;
}

a.ctl00_ContentPlaceHolder1_Rotator_selected,
.ctl00_ContentPlaceHolder1_Rotator_selected a {
    color: #fff !important;
    background: #00ab67 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    display: block;
    width: 22px;
    height: 22px;
    display: block;
    padding: 2px;
}

.jqImageLinks li a {
    margin-top: 6px;
}

a.jqLink {
    width: 22px;
    height: 22px;
    display: block;
    padding: 2px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    opacity: .6;
    filter: alpha(opacity=60);
}

a.jqLink:hover {
    background: #00ab67;
    color: #fff;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.slider-readmore {
    padding: 5px;
    float: right;
}

.slider-readmore>a {
    color: #00ab67 !important;
    font-weight: bold;
}

.slider-readmore>a:before {
    color: #00ab67 !important;
    font-weight: bold;
    content: '\e840';
    font-family: "fontello", Tahoma;
    padding: 0 2px;
    font-size: 16px;
    text-decoration: none !important;
}

.rtl .slider-readmore {
    padding: 5px;
    float: left;
}

.rtl .slider-readmore>a:before {
    color: #00ab67 !important;
    font-weight: bold;
    content: '\e83f';
    font-family: "fontello", Tahoma;
    padding: 0 2px;
    font-size: 16px;
    text-decoration: none !important;
}