﻿/*.......... gallery CSS starts here.........*/
.gallery_main
{
    width: 970px;
    height: 391px;
    padding: 10px 9px 0 9px;
    background: url(../images/interface/MovieDetailPage/MovieGallery/gallerybg.jpg) no-repeat left top;
}

.gallery_main div#videoPlayer
{
    border-style: none;
    width: 728px;
    height: 344px;
    margin: 0px;
    padding: 0px;
    background-color: Black;
    left: 243px;
    top: 10px;
    position: absolute;
    z-index: 6;
    display: none;
}

.arrows_m
{
    width: 30px;
    float: left;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    text-align: center;
}
.arrows_m img.bottom
{
    padding-top: 344px;
}

.shareurfrnds
{
    float: right;
    padding-top: 12px;
}

/*.......... Main Interactive CSS starts here.........*/
.gallery_home
{
    width: 970px;
    height: 391px;
    padding: 12px 10px 0 0px;
    background: url(../images/interface/MainInteractive/maininteractivebg.jpg) no-repeat left top;
}

.gallery_home .FacebookLogo {
    position: absolute;
    z-index: 3;
    left: -9999px;
    top: 360px;
    height: 27px;
    width: 75px;
}

.gallery_home .TwitterLogo {
    position: absolute;
    z-index: 3;
    left: -9999px;
    top: 360px;
    height: 27px;
    width: 75px;
}

.gallery_home div#videoPlayer
{
    border-style: none;
    width: 728px;
    height: 344px;
    margin: 0px;
    padding: 0px;
    background-color: Black;
    left: 240px;
    top: 12px;
    position: absolute;
    z-index: 2;
    display: none;
}

div#feature_list
{
    width: 972px;
    height: 391px;
    overflow: hidden;
    position: relative;
}
div#feature_list ul
{
    position: absolute;
    list-style: none;
}
ul#tabs
{
    left: 0;
    z-index: 3;
    width: 238px;
    overflow: hidden;
    white-space: nowrap;
}
ul#tabs li
{
    margin-bottom: 0px;
    text-indent: 18px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, Sans-Serif;
}
ul#tabs li a
{
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 37px;
    outline: none;
}
ul#tabs li a:hover
{
    /*background: url(../images/interface/MainInteractive/nav_list_hover.png) repeat left top;*/
    text-decoration: underline;
    color: #FFF;
}
ul#tabs li a.current
{
    color: #FFF;
    background: url(../images/interface/MainInteractive/nav_list_hover.png) repeat-x left top;
}
ul#tabs li a.current:hover
{
    text-decoration: none;
    cursor: default;
}
ul#output
{
    right: 4px;
    width: 728px;
    position: absolute;
}
ul#output li
{
    position: absolute;
    width: 728px;
    float: left;
}

ul#output li a.playButton
{
    position: absolute;
    bottom: 310px;
    right: 10px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    background: #000;
    cursor: pointer;
}

ul#output p
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
}
ul#output p.right
{
    float: right;
}

/*.......... Movie image gallery CSS starts here.........*/
.GalleryMainAddThisDiv {
    top: 360px;
    left: 790px;
    position: absolute;
    display: inline;
    z-index: 5;
}

div#feature_list1
{
    width: 942px;
    height: 391px;
    overflow: hidden;
    position: relative;
}
div#feature_list1 ul
{
    position: absolute;
    list-style: none;
}
ul#tabs1
{
    left: 0;
    z-index: 2;
    width: 182px;
}
ul#tabs1 li
{
    width: 182px;
    height: 86px;
    margin-bottom: 14px;
}
ul#tabs1 li a
{
    height: 80px;
    outline: none;
    border: 1px solid #000;
    display: block;
}

ul#tabs1 li a div
{
    background-position: left;
    float: left;
    width: 182px;
    height: 80px;
    clear: none;
    display: inline;
    top: 0px;
    left: 0px;
    position: relative;
    background-repeat: no-repeat;
}

ul#tabs1 li a:hover
{
    border: 1px solid #fff;
}
ul#tabs1 li a.current
{
    border: 1px solid #fff;
}
ul#tabs1 li a.current:hover
{
    text-decoration: none;
    cursor: default;
}

ul#output1
{
    right: 9px;
    top: 0;
    width: 728px;
    position: absolute;
}
ul#output1 li
{
    position: absolute;
    width: 728px;
}
ul#output1 p
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
}
ul#output1 p.right
{
    float: right;
}
ul.arrows_m
{
    width: 30px;
    float: left;
    left: 190px;
    position: absolute;
    text-align: center;
}
ul.arrow_m
{
}
ul.arrow_m img.bottom
{
    padding-top: 344px;
}

#content .gallery_home, #content .gallery_main
{
    position: relative;
    z-index: 1;
}
