html { background: #FFF; }

html, body, div, span, p, ul, li {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 13px;
    background-color: #000;
    color: #fff;
    background-color: transparent;
}
/*
img {
    border: 1px solid #363636;
}
*/
a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

a img {
 border:none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}


.wrapper {
    margin: auto;
    background: url(header-bg.jpg) repeat-x;
}

.header {
    max-height: 174px;
    font-family: Verdana;
    max-width: 974px;
    width: 65%;
    position: relative;
    top: 0px;
    margin: auto;
}

.member-login {
    color: #EFC239;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    right: 15px;
    font-weight: bold;
    z-index: 999;
}

.header-button {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 16%;
    z-index: 150;
}

.fsm-main-logo {
    /*background: url('../img/home/top-logo.png') no-repeat;*/
    width: 192px;
    height: 174px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.header-big-img {
    /*background: url('../img/home/header-big-img.jpg') no-repeat;*/
    width: 733px;
    height: 152px;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99;
}

.header .top {
    height: 26px;
    font-size: 11px;
    font-weight: bold;
    color: #747474;
}

.header-right {
    padding: 0px;
    position: absolute;
    right: -14%;
    top: 35%;
    text-transform: uppercase;
    z-index: 9999;
}

.content {
    text-align: center;
    position: relative;
}

.categories {
    float: left;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial;
    color: #000;
    position: absolute;
    left: 25px;
    font-weight: bold;
}
.categories li h2 {
    font-size: 14px;
}
.categories li {
    float: left;
    padding: 0 5px;
}

.categories li h2:after {
    content: "|";
    padding-left: 5px;
}

.categories .last h2:after {
    content: "";
}

.categories a:hover, .categories .selected {
    text-decoration: underline;
}

.pagination {
    padding: 10px 0;
    position: absolute;
    right: 0;
}

.pagination li {
    float: left;
    height: 17px;
    margin: 4px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #4f4949;
    position: relative;
    right: 30px;
    padding: 2px 6px 0;
    background-color: #363636;
}

.pagination li.first {
    background: #ffdb5d;
    border: 1px solid #4f4949;
}

.pagination li.first a {
    color: #000;
}

.pagination li a {
    color: #fff;
    font-weight: bold;
}

.pagination li:hover{
    background: #ffdb5d;
}

.pagination li:hover a{
    color: #000;
}

.pagination li.dots {
    border: none;
    background: none;
}


.pagination li.dots a{
    color: #000;
}

.pagination li.last {
    width: 34px;
}

#pic-zone {
    margin-top: 50px;
    min-width: 870px;
}


.break {
    margin-bottom: 3px;
    width: 100%;
    clear: both;
}

.pic {
    position: relative;
    width: 372px;
    height: 299px;
    display: inline-block;
    margin: 0px 8px 18px 0px;
    padding: 0px;
    border: 2px solid #000;
}

.pic:hover {
    border: 2px solid #000;
    margin: 0px 8px 18px 0px;
    padding: 0px;
    width: 372px;
    height: 299px;
}

.scene-title {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 30px;
    background-color: #000;
    color: #FFF;
    font-size: 20px;
    width: 372px;
    text-align: left;
    text-transform: uppercase;
}

.scene-title span {
    margin-left: 15px;
    white-space: nowrap;
}

.pic:hover .play-button{
    display: block;
}

.play-button {
    background: url(play-button.png) no-repeat center;
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 372px;
    height: 299px;
    cursor: pointer;
}

.join-button {
    width: 718px;
    height: 149px;
    background: url(watch-them-all.jpg) no-repeat 0 0;
    margin: 50px auto;
    cursor: pointer;
    text-align: center;
    display: block;
}

.call-to-action {
    display: block;
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    margin: 20px 0;
}

.call-to-action a {
    color: #fbca27;
    text-decoration: underline;
}
