﻿body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.headerWrap
{
    position: fixed;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC000000', endColorstr='#CC000000');
    z-index: 999 !important;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.8);
}

.contentWrap
{
    width: 100%;
    height: auto;
}
.leftCover
{
    position: fixed;
    right: 50%;
    margin-right: 500px;
    margin-top: 62px;
    height: 100%;
    background: rgba(245, 245, 245, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B2F5F5F5', endColorstr='#B2F5F5F5');
    width: 2000px;
    z-index: 4;
    border-right: 1px solid #e3e3e3;
}
.rightCover
{
    position: fixed;
    left: 50%;
    margin-left: 500px;
    margin-top: 61px;
    height: 100%;
    background: rgba(245, 245, 245, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B2F5F5F5', endColorstr='#B2F5F5F5');
    width: 2000px;
    z-index: 997;
    border-left: 1px solid #E3E3E3;
}
#workCat
{

    border: 1px solid #f0f0f0;
    height: 35px;
    margin: 5px 0 0 30px;
    width: 150px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    background: #f0f0f0;
    font-family: tahoma;
    font-size: 16px;
    font-weight: 800;
    color: #949494;
    text-shadow: 1px 1px 4px rgba(255,255,255,0.9);

}

.footerWrap
{
    width: 5000px;
    height: 60px;
    background: #f6f6f6;
    float: left;
    margin-left: -2000px;
}

/* Header Css -------------------------*/
.header
{
    width: 1000px;
    margin: 0 auto;
}
.vividLogo
{
    background: url(/Images/IconSpriteClean1.png) no-repeat;
    width: 78px;
    height: 52px;
    display: block;
    background-position: -45px -2px;
    float: left;
    margin: 5px 0px 0px 413px;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.vividLogo:hover
{
    cursor: pointer;
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.freequote
{
    background: url(/Images/IconSpriteClean1.png) no-repeat;
    width: 163px;
    height: 52px;
    display: block;
    background-position: -137px -2px;
    float: right;
    margin: 5px 0px 0px 18px;
}
.connectWrap
{
    width: 58px;
    height: 279px;
    position: fixed;
    left: 50%;
    top: 0px;
    border: 1px solid #e3e3e3;
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC000000', endColorstr='#CC000000');
    z-index: 1 !important;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.8);
    border-top: none;
    margin-left: -29px;
}
.connectWrap a
{
    margin-left: 7px;
}
.spacing
{
    width: 58px;
    height: 65px;
}
/*End  Header Css -------------------------*/

/*Main Content CSSSS ----------------------------*/
.mainContentPad
{
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.mainContentWrap
{
    width: 1000px;
    margin: 0 auto;
    height: 1000px;
}
.contactFormWrap
{
    width: 1000px;
    float: left;
    height: 350px;
    margin-left: 1498px;
    background: url(/Images/Slides/SBmainleft.jpg);
    font-family: tahoma;
    color: #333;
    font-size: 14px;
}
.contactFormContent
{
    width: 980px;
    height: 330px;
    padding: 10px;
}
.contactFormContent a
{
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.contactFormContent a:hover
{
    color: #333;
    transition: all .5s;
    -moz-transition: all .5s; /* Firefox 4 */
    -webkit-transition: all .5s; /* Safari and Chrome */
    -o-transition: all .5s; /* Opera */
}
.contactFormContent td
{
    float: left;
    width: 270px;
    color: #333;
    font-weight: 800;
    font-size: 15px;
    text-shadow: 2px 2px 4px rgba(255,255,255,0.9);
}
.contactFormContent p
{
    margin: 0px 0 5px;
}
.TextBox
{
    background: rgba(255,255,255,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    border: 1px solid #8c8c8c;
    height: 25px;
    border-radius: 4px;
    color: #333;
    padding: 0px 4px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.TextBox:focus
{
    background: rgba(51,51,51,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5333333', endColorstr='#E5333333');
    color: #e3e3e3;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.BtnSubmit
{
    border: 1px solid #009BD1;
    background-color: rgba(255,255,255,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    height: 30px;
    float: left;
    margin: -7px 0px;
    border-radius: 12px;
    color: rgba(4, 192, 241, 0.9); 
    font-weight: 900;
    font-family: tahoma;
    font-size: 16px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.BtnSubmit:hover
{
    cursor: pointer;
    border-radius: 2px;
    background: rgba(51,51,51,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5333333', endColorstr='#E5333333');
    border: 1px solid rgba(4, 192, 241, 0.9);
    
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.closeContactForm
{
    border: 1px solid #009BD1;
    background-color: rgba(255,255,255,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    height: 30px;
    float: right;
    width: 30px;
    text-shadow: none !important;
    margin: 5px 0px;
    letter-spacing: 8px;

    text-indent: 8px;
    line-height: 29px;
    border-radius: 15px;
    color: #333 !important;
    font-weight: 900;
    font-family: tahoma;
    font-size: 20px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.closeContactForm:hover
{
    cursor: pointer;
    border-radius: 2px;
    background: rgba(51,51,51,1.0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF333333', endColorstr='#FF333333');
    border: 1px solid rgba(208,0,0,1.0);
    color: rgba(208,0,0,0.9) !important;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.featurePhotoWrap
{
    width: 5000px !important;
    margin-left: -2500px;
    border: 1px solid #e3e3e3;
    height: 350px;
}
#featurePhoto
{
    margin-left: 1px;
    width: 1000px !important;
    float: left;
    height: 350px;
}
.featurePhotoRight
{
    width: 1000px;
    float: left;
    height: 350px;
    background: url(/Images/Slides/SBmain.jpg);
}
.workTitle
{
    width: 749px;
    float: left;
    height: 40px;
}
.aboutWrap
{
    background: #333;
    border-left: 1px solid #e3e3e3;
    float: right;
    width: 2000px;
    height: 279px;
    z-index: 2 !important;
    position: absolute;
    margin-left: 749px;
}
.aboutContent
{
    float: left;
    width: 670px;
    height: 253px;
    padding: 13px;
    color: white;
}
.aboutContent img
{
    border: 7px solid rgba(4, 192, 241, 0.6);
    padding: 2px;

    border-radius: 2px;
    width: 180px;
    float: left;
    margin: 5px 0 10px 12px;

}
.photoWrap
{
    width: 212px;
    height: 260px;
    float: left;
    font-family: 'Handlee', cursive;
    font-size: 24px;
    text-align: center;
    color: rgba(4, 192, 241, 0.8);
}
.aboutText
{
    width: 400px;
    line-height: 32px;
    font-family: tahoma;
    font-size: 16px;
    margin: 0 0 0 47px;
    float: left;
    color: #9b9b9b;
}
#rotatorWrap
{
    float: left;
    width: 750px;
    margin-left: -469px;
    z-index: 2;
    margin-top: 7px;
    height: 232px;
}
.rotBtns
{
    float: right;
    width: 389px;
    margin: 200px -288px;
}
#img_left
{
    width: 20px;
    height: 20px;
    padding: 1px 1px 6px 6px;
    border: 1px solid #c3c3c3;
    background: #f0f0f0;
    font-family: tahoma;
    font-weight: 900;
    font-size: 18px;
    color: #5b5b5b;
    float: left;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -o-transition: all 1s ease-out; /* Opera */
}
#img_left:hover
{
    border: 1px solid rgba(4,192,241,0.9);
    box-shadow: inset 0px 0px 6px rgba(4,192,241,1.0);
    background: #5b5b5b;
    cursor: pointer;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -o-transition: all 1s ease-out; /* Opera */
    color: #f0f0f0;
}
#img_left:active
{
    color: rgba(4,192,241,0.9);
    transition: all .01s;
    -moz-transition: all .01s; /* Firefox 4 */
    -webkit-transition: all .01s; /* Safari and Chrome */
    -o-transition: all .01s; /* Opera */
}
#img_right
{
    width: 20px;
    height: 20px;
    padding: 1px 1px 6px 6px;
    border: 1px solid #c3c3c3;
    background: #f0f0f0;
    font-family: tahoma;
    font-weight: 900;
    font-size: 18px;
    color: #5b5b5b;
    float: right;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -o-transition: all 1s ease-out; /* Opera */
}
#img_right:hover
{
    border: 1px solid rgba(4,192,241,0.9);
    background: #5b5b5b;
    cursor: pointer;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -o-transition: all 1s ease-out; /* Opera */
    color: #f0f0f0;
}
#img_right:active
{
    color: rgba(4,192,241,0.9);
    transition: all .01s;
    -moz-transition: all .01s; /* Firefox 4 */
    -webkit-transition: all .01s; /* Safari and Chrome */
    -o-transition: all .01s; /* Opera */
}
.itemWrap
{
    width: 202px;
    padding: 10px;
    margin: 0px 0px;
    height: auto;
    border: 1px solid #c3c3c3;
    background: #f0f0f0;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -o-transition: all 1s ease-out; /* Opera */
}
.itemWrap:hover
{
    border: 1px solid rgba(4,192,241,0.9);

    box-shadow: inset 0px 0px 6px rgba(4,192,241,1.0);
    background: #333333;
    cursor: pointer;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -o-transition: all 1s ease-out; /* Opera */
}
.itemWrap img
{
    margin: 0 0 0 6px;
    width: 190px;
}
.rrClipRegion .rrItemsList li
{
    margin: 0px 10px !important;
}
h1
{
    font-family: tahoma;
    font-size: 17px;
    margin: 0px 0px 11px;
    text-align: left;
    color: #949494;
    text-align: center;
}
h2
{
    font-family: 'Handlee', cursive;
    font-size: 29px;
    margin: 5px 0px 0px 11px;
    text-align: left;
    color: #5b5b5b;
    text-align: left;
    width: auto !important;
    float: left;
}
h3
{
    font-family: 'Handlee', cursive;
    font-size: 27px;
    margin: 5px 10px 0px 11px;
    text-align: left;
    color: White;
    text-align: left;
    width: auto !important;
    float: right;
    text-shadow: -1px -1px 2px rgba(0,0,0,0.8);
}
.servicesWrap
{
    float: left;
    width: 5000px;
    height: auto;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-left: -2500px;
}
.servicesContentWrap
{
    float: left;
    margin-left: 2500px;
    width: 1000px;
    height: 100%;
}
.servicesContent
{
    float: left;
    width: 980px;
    padding: 10px 1px;
    font-family: tahoma;
    font-size: 14px;
    line-height: 19px;
    color: #8b8b8b;
    
}
.servicesContent ul
{
    list-style: circle;
    margin: 0px 0px;
    color: #333333;
}
.webServices
{
    float: left;
    width: 960px;
    padding: 10px;
}
.graphicServices
{
    float: left;
    width: 960px;
    padding: 10px;
}
.videoServices
{
    float: left;
    width: 960px;
    padding: 10px;
}
.serviceCats
{
    float: right;
    
}
.serviceCatLink
{
    font-family: 'Handlee', cursive;
    font-size: 15px;
    margin: 8px 0px 0px 66px;
    color: #5b5b5b;
    text-align: left;
    width: auto !important;
    float: left;
    font-weight: 800;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.serviceCatLink:hover
{
    color: rgba(4, 192, 241, 0.8);
    cursor: pointer;
    text-decoration: underline;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.serviceCatLinkSelected
{
    color: rgba(4, 192, 241, 0.8);
    cursor: pointer;
    text-decoration: underline;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.servicesWrapRight
{
    width: 2000px;
    float: right;
    height: 100%;
    background: #333333;
    margin-right: -500px;
}
.inTextLink
{
    border: 1px solid #009BD1;
    background: rgba(51,51,51,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5333333', endColorstr='#E5333333');
    height: auto;
    width: auto;
    margin: -7px 0px;
    border-radius: 2px;
    color: rgba(4, 192, 241, 0.9); 
    font-weight: 900;
    font-family: tahoma;
    font-size: 16px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    padding: 0px 3px;
}
.inTextLink:hover
{
    cursor: pointer;
    background-color: rgba(255,255,255,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
    border: 1px solid rgba(4, 192, 241, 0.9);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
/*Main Content CSS ------------*/

/*Footer CSS * ------------------ */
.footerContentWrap
{
    width: 1000px;
    height: 60px;
    float: left;
    margin-left: 2000px;
}
.footerContent
{
}
.footerContent p
{
    margin: 44px 0px 0px 254px;
    font-family: Tahoma;
    font-size: 12px;
    color: #c3c3c3;
    float: left;
}
.footerIconsWrap
{
    background: #333;
    border-left: 1px solid #e3e3e3;
    float: right;
    width: 2000px;
    height: 60px;
    z-index: 2 !important;
    position: absolute;
    margin-left: 930px;
}
.iconContent
{
    width: auto;
    height: 52px;
    float: left;
    margin: 4px 0px 0px 47px;
}
.grayscale
{
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.grayscale:hover
{
    filter: grayscale(0%);
    cursor: pointer;
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.iconContent a
{
    margin: 0px 15px 0px 0px;
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.iconContent a:hover
{
    cursor: pointer;
    filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-out; /* Safari and Chrome */
    -o-transition: all .5s ease-out; /* Opera */
}
.chevron
{
    background: url(/Images/IconSpriteClean1.png) no-repeat;
    width: 31px;
    height: 52px;
    display: block;
    background-position: -8px -2px;
    float: left;
    margin: 5px 0px 0px 18px;
}
.emailLink
{
    background: url(/Images/IconSpriteClean1.png) no-repeat;
    width: 44px;
    height: 52px;
    display: block;
    background-position: -300px 0px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.gPlusIcon
{
    background: url(/Images/IconSpriteClean1.png) no-repeat;
    width: 52px;
    height: 52px;
    display: block;
    background-position: -355px 0px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.youTubeIcon
{
    background: url(/Images/IconSpriteClean1.png) no-repeat;
    width: 43px;
    height: 52px;
    display: block;
    background-position: -413px 0px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.linkedInIcon
{
    background: url(/Images/IconSpriteClean1.png) no-repeat;
    width: 45px;
    height: 52px;
    display: block;
    background-position: -468px 0px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.mediaIcon{
    background: url(/Images/IconSpriteClean1.png) no-repeat;
    width: 46px;
    height: 46px;
    display: block;
    background-position: -527px 0px;
    float: left;
    margin: 3px 0px 0px 0px;
}
/*Footer CSS * ------------------ */

/*Slider ------------------------------------------*/
.slides {
    float: left;
    height: 350px;
    width: 1000px;
    z-index: 999 !important;
}
.slides p
{
    width: 400px;
    height: auto;
    float: left;
    padding: 8px;
    background: transparent;
    margin: 0 0 -500px 0;
    z-index: 2 !important;
    color: #949494 !important;
    position: relative;
    top: 20px;
    left: 20px;
    font-family: tahoma;
    font-size: 12px;
    opacity: 0.1;

    border: 1px solid #c3c3c3;
    background: #f0f0f0;
    border-radius: 6px;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -o-transition: all 1s ease-out;/* Opera */
}
.slides p a
{
    border: 1px solid #009BD1;

    height: auto;
    width: auto;
    text-decoration: none;
    margin: 8px 0px 0 0;
    border-radius: 2px;
    background: rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
    color: rgba(4, 192, 241, 0.9); 
    float: left;
    font-family: tahoma;
    font-size: 14px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    padding: 0px 3px;
}
.slides p a:hover
{
    cursor: pointer;
    background-color: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B2000000', endColorstr='#B2000000');
    border: 1px solid rgba(4, 192, 241, 0.9);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.slides p:hover
{
    opacity: 1.0;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out; /* Firefox 4 */
    -webkit-transition: all 1s ease-out; /* Safari and Chrome */
    -o-transition: all 1s ease-out;/* Opera */
    cursor: default;
}
.slides_container {
    height: 350px;
    overflow: hidden;
    width: 1000px;
    z-index: 0 !important;
}
.slides_container div {
    display: block;
    height: 350px;
    width: 1000px;
    z-index: -2 !important;
    position: relative;
}
.slides_container img
{
    width: 1000px;
    height: 350px;
    z-index: -4 !important;
    position: relative;
}
.slides_container ol, ul {
    list-style: none outside none;
    z-index: 1 !important;
    position: relative;
}
.pagination {
    float: right;
    list-style: none outside none !important;
    margin: -20px 10px 0px 0px;
    text-decoration: none;
    position: relative;
    display: block !important;
    z-index: 1 !important;
}
.pagination li {
    float: left;
    list-style: none outside none !important;
    margin: 0 3px;
}
.pagination li a {
    background: #e0e0e0;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
    color: #e0e0e0;
    display: block;
    float: left !important;
    height: 12px;
    overflow: hidden;
    width: 12px;
    border-radius: 2px;
    text-shadow: none;
    font-size: 0px;
}
.pagination li.current a, .pagination li.current a:hover {
    background: rgba(4, 192, 241, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC04C0F1', endColorstr='#CC04C0F1');
    color: #a3dfe4!important;
    height: 12px;
    width: 12px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: none;
    font-size: 0px;
}
.pagination li a:hover {
    background-color: rgba(4, 192, 241, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CC04C0F1', endColorstr='#CC04C0F1');
    color: #999999!important;
    height: 12px;
    width: 12px;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
}
/*Slider ------------------------------------------*/