/*::::: PIROBOX RULES::::::::*/

.pirobox_content .piro_overlay
{
    position: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 99997;
}

.pirobox_content .loading span
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 100008;
    background: none;
}
.pirobox_content .loading span span
{
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100009;
    background: url(../../images/LightBox/ajax-loader.gif) center center no-repeat !important;
    background: url(../../images/LightBox/ajax-loader.gif) center center no-repeat;
}

.pirobox_content .caption
{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    display: block;
    padding: 0px;
    cursor: text;
    background: #222;
}
.pirobox_content .piro_nav
{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    display: block;
    padding: 0;
    background: none;
}
.pirobox_content .caption p
{
    display: block;
    margin: 0;
    padding: 4px 28px 4px 38px;
    text-align: center;
    font-weight: normal;
    background: black;
    color: white;
    font-size: 12px;
}

.pirobox_content a.piro_close
{
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    background: url(../../images/LightBox/close_btn.png) no-repeat;
    cursor: pointer;
    z-index: 100006;
}
.pirobox_content a:hover.piro_close
{
    background: url(../../images/LightBox/close_btn_h.png) no-repeat;
}

.pirobox_content a.piro_next
{
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    right: 20px;
    text-indent: -999em;
    outline: none;
    display: block;
    margin: -18px 0 0 0;
    background: url(../../images/LightBox/next.png) center right no-repeat;
    border: none;
    cursor: pointer;
    z-index: 1000000001;
}
.pirobox_content a:hover.piro_next
{
    background: url(../../images/LightBox/next_h.png) center right no-repeat;
}

.pirobox_content a.piro_prev
{
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    left: 20px;
    text-indent: -999em;
    outline: none;
    display: block;
    margin: -18px 0 0 0;
    background: url(../../images/LightBox/prev.png) center left no-repeat;
    border: none;
    cursor: pointer;
    z-index: 1000000000;
}
.pirobox_content a:hover.piro_prev
{
    background: url(../../images/LightBox/prev_h.png) center left no-repeat;
}



.pirobox_content
{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    width: 800px;
    height: 600px;
    margin: -300px 0 0 -400px;
    display: block;
    z-index: 99998;
    font-family: Trebuchet MS,Arial;
    direction: rtl;
}
.pirobox_content table, tbody, tr, th, td
{
    margin: 0;
    padding: 0;
    border: none;
}
.pirobox_content img
{
    margin: 0;
    padding: 0;
    border: none;
}

.pirobox_content .t_l
{
    background: url(../../images/LightBox/t_r.png) no-repeat;
    width: 20px;
    height: 20px;
}
.pirobox_content .t_r
{
    background: url(../../images/LightBox/t_l.png) no-repeat;
    width: 20px;
    height: 20px;
}
.pirobox_content .t_c
{
    height: 20px;
    background: url(../../images/LightBox/t_c.png) repeat-x;
}

.pirobox_content .c_l
{
    width: 20px;
    background: url(../../images/LightBox/c_r.png) repeat-y;
}
.pirobox_content .c_c
{
    background: black;
    margin: 0;
    padding: 0;
}
.pirobox_content .c_c div
{
    width: 760px;
    height: 560px;
    margin: 0;
    padding: 0 0 0px 0;
}
.pirobox_content .c_r
{
    width: 20px;
    background: url(../../images/LightBox/c_l.png) repeat-y;
}

.pirobox_content .b_c
{
    height: 20px;
    background: url(../../images/LightBox/b_c.png) repeat-x;
}
.pirobox_content .b_l
{
    background: url(../../images/LightBox/b_r.png) no-repeat;
    width: 20px;
    height: 20px;
}
.pirobox_content .b_r
{
    background: url(../../images/LightBox/b_l.png) no-repeat;
    width: 20px;
    height: 20px;
}

.pirobox_content .box_img
{
    position: absolute;
    z-index: 99995;
    background: url(../../images/LightBox/img_bg.png);
    width: 100%;
    top: 30px;
    left: 30px;
    height: 100%;
    padding: 0;
}
.pirobox_content .err_mess
{
    position: absolute;
    bottom: 20px;
    color: white;
    padding: 0;
    margin: 0 0 0 20px;
    display: block;
}
.pirobox_content .err_mess a
{
    color: red;
    font-weight: 700;
}
.pirobox_content .number
{
    position: absolute;
    margin-left: 3px;
    height: 18px;
    width: 30px;
    padding: 3px;
    left: 0;
    color: #666;
    bottom: 1px;
    font-size: 11px;
}
.pirobox_content a.link_to
{
    position: absolute;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    right: 0;
    color: #999;
    bottom: 3px;
    background: url(../../images/LightBox/link_out.png) no-repeat;
    text-indent: -999em;
}
.pirobox_content a:hover.link_to
{
    background: url(../../images/LightBox/link_out_h.png) no-repeat;
}
.pirobox_content a.play
{
    position: absolute;
    top: 20px !important;
    top: 20px;
    left: 20px !important;
    left: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    outline: none;
    display: block;
    background: url(../../images/LightBox/play.png) no-repeat;
    text-indent: -999em;
    border: none;
    cursor: pointer;
}
.pirobox_content a:hover.play
{
    background: url(../../images/LightBox/play_h.png) no-repeat;
}
.pirobox_content a.stop
{
    position: absolute;
    top: 20px !important;
    top: 20px;
    left: 20px !important;
    left: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    outline: none;
    display: block;
    background: url(../../images/LightBox/pause.png) no-repeat;
    text-indent: -999em;
    border: none;
    cursor: pointer;
}
.pirobox_content a:hover.stop
{
    background: url(../../images/LightBox/pause_h.png) no-repeat;
}
.pirobox_content .demo
{
    width: 125px;
    float: right;
    height: 110px; /*background-color: #DBDBDB;*/
    margin: 5px;
    vertical-align: middle;
    background-image: url('../../Images/LightBox/GalleryBg.html');
}
.pirobox_content .demomain
{
    width: 245px;
    float: right;
    height: 165px; /*background-color: #DBDBDB;*/ /* margin: 5px;*/
    vertical-align: middle;
    background-image: url('../../Images/LightBox/GalleryBg.html');
}
.pirobox_content .demoall
{
    height: auto;
}
