﻿#content
{
    /*background: url(/content/themes/default/images/productionBack.jpg) top left no-repeat !important;*/
}
.productionWrapper
{
    width: 100%;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
}
.productionWrapper img#productionBack
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 650px;
}
.production
{
    margin: 0 auto;
    width: 1326px;
    height: 650px;
    position: relative;
    
}
.productionContent
{
    margin: 0 auto;
    width: 1070px;
    height: 650px;
    float: left;
    overflow: hidden;
     
}
.slide
{
    margin: 0 auto;
    height: 650px;
    z-index: 0;
    background: #FFF;
    float: left;
}
.arrowColumn
{
    margin: 0 auto;
    width: 105px;
    height: 650px;
    float: left;
    
}
.arrow
{
    width: 105px;
    height: 108px;
    position: relative;
    top: 247px;
    
    z-index: 10;
}
.arrow.right
{
    left:25px;
}
.arrow a
{
    display: block;
    width: 105px;
    height: 108px;
}
.arrow.left a
{
    background: url(/content/themes/default/images/leftArrow.png) top left no-repeat;
}
.arrow.left a:hover
{
    background: url(/content/themes/default/images/leftArrowHover.png) top left no-repeat;
}
.arrow.left a:active
{
    background: url(/content/themes/default/images/leftArrowActive.png) top left no-repeat;
}

.arrow.right a
{
    background: url(/content/themes/default/images/rightArrow.png) top left no-repeat;
}
.arrow.right a:hover
{
    background: url(/content/themes/default/images/rightArrowHover.png) top left no-repeat;
}
.arrow.right a:active
{
    background: url(/content/themes/default/images/rightArrowActive.png) top left no-repeat;
}

.fog
{
    width: 150px;
    height: 650px;
    position: absolute;
    top: 0;
}
.fog.left
{
    left:-4px;
    z-index: 2;
}
.fog.right
{
    right: 80px;
    z-index: 2;
}

img#logos1
{
}
img#logos4
{
}
