body{
background-color: #dedede;
    background: url("/files/textures/bg.png") no-repeat fixed top center #dedede;
    color: #333;
    font-family: verdana;
    font-size: 14px;
    margin: 0;
}

#sailingContainer {
    position: relative;
    z-index: 777;
margin-top:0px!important;
}

#wrapper{
    width: 1000px;
    margin: 0px auto;
background:transparent;
}
#header {
    background:transparent;

    border-radius: 0 0 5px 5px;
    min-height: 160px;
}

img{border:0;}
h1,h2,h3,h4,h5,h6{color:#ff7d06; text-transform:uppercase; font-weight:normal;}
a{color:#333333; text-decoration:underline;}
a:hover{color:#ff7d06; text-decoration:none;}

#headerbg{
width:998px;
height:120px;
border-radius:0 0 5px 5px;
background: #777777; /* Old browsers */
background: -moz-linear-gradient(top,  #777777 0%, #323232 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#323232)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777777 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777777 0%,#323232 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777777 0%,#323232 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777777 0%,#323232 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
border: 1px solid #929292;
}
#header a{
   text-decoration: none;
   color: #5B5B5B;
}
#header a:hover{
   color: #5B5B5B;
}
#search{
    padding-bottom: 8px;
    padding-right: 12px;
    text-align: right;
}
#search_field{
    margin-right: 4px !important;
}
.searchButton{
    background: url("/files/search/search.png") no-repeat scroll center center #444748;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    height: 27px;
    margin-left: 2px;
    vertical-align: top;
    width: 37px;
}
.searchButton:hover{
 background-color: #6F6F6F;
}

/* ------------------------ Horizontal menu styles ------------------------ */
#dropdownMenu {
   background: #777777; /* Old browsers */
background: -moz-linear-gradient(top,  #777777 0%, #323232 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#323232)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777777 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777777 0%,#323232 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777777 0%,#323232 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777777 0%,#323232 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
    font: bold 14px Verdana;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
margin-top:-10px;
    margin-bottom: 10px;

width:1000px;
}
#dropdownMenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 4px;
}
#dropdownMenu ul li {
    float:left;
}
#dropdownMenu ul li a {
    float: left;
    color:#fff;
    padding: 10px 0;
    text-decoration:none;
    background: #777777; /* Old browsers */
background: -moz-linear-gradient(top,  #777777 0%, #323232 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#323232)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777777 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777777 0%,#323232 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777777 0%,#323232 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777777 0%,#323232 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(0,0,0,0.2);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
   padding:10px 33px;
    text-align: center;
font-weight:normal;
text-transform:uppercase;
}
#dropdownMenu ul li a:hover,
#dropdownMenu ul li:hover > a, #dropdownMenu .activeul .activeli a {
   background: #ffb100; /* Old browsers */
background: -moz-linear-gradient(top, #ffb100 0%, #ff7407 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb100), color-stop(100%,#ff7407)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffb100 0%,#ff7407 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb100', endColorstr='#ff7407',GradientType=0 ); /* IE6-9 */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
#dropdownMenu li ul a:hover, 
#dropdownMenu ul li li:hover > a, #dropdownMenu ul li .activeul .activeli a  {
     background: #777777; /* Old browsers */
background: -moz-linear-gradient(top,  #777777 0%, #323232 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#323232)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777777 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777777 0%,#323232 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777777 0%,#323232 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777777 0%,#323232 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #adadad;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
#dropdownMenu .activeul .activeli ul li a{
    color: white;
}
#dropdownMenu li ul {
   background: #777777; /* Old browsers */
background: -moz-linear-gradient(top,  #777777 0%, #323232 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#323232)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777777 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777777 0%,#323232 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777777 0%,#323232 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777777 0%,#323232 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    left: -999em;
    margin: 35px 0 0;
    position: absolute;
    width: 160px;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; 
    border: 1px solid #adadad;
}
#dropdownMenu li:hover ul {
    left: auto;
}
#dropdownMenu li ul a {
    background: none;
    border: 0 none;
    margin-right: 0;
    width: 198px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
#dropdownMenu ul li ul{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    padding: 0;
}
#dropdownMenu li li ul {
    margin: -1px 0 0 160px;
    -webkit-border-radius: 0 10px 10px 10px;
    -moz-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
    visibility:hidden;
}
#dropdownMenu li li:hover ul {
    visibility:visible;
}
#dropdownMenu ul ul li:last-child > a {
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
}
#dropdownMenu ul ul ul li:first-child > a {
    -moz-border-radius:0 10px 0 0;
    -webkit-border-radius:0 10px 0 0;
    border-radius:0 10px 0 0;
}
#dropdownMenu li ul li a{
    background-color: #ff7407;
}

#main{
    overflow: hidden;

}

#sidebar {
    background:transparent;
position:relative;
    float: left;
    overflow: hidden;
    width: 265px;
}

#menu{padding-top:64px!important;}

#menu, #menu ul, #menu li {
    padding:0;
    margin:0;
    list-style:none;

}
#menu li{
}
#menu li:hover {
}

#menu li a{
   background: #777777; /* Old browsers */
background: -moz-linear-gradient(top,  #777777 0%, #323232 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#323232)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777777 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777777 0%,#323232 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777777 0%,#323232 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777777 0%,#323232 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#323232',GradientType=0 ); /* IE6-9 */

    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    color: #fff;
text-transform:uppercase;
font-weight:normal; font-family:verdana;
border-radius:5px;
    display: block;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-top: 7px;
    text-decoration: none;
margin:2px 0px;
}
#menu li a:hover, #sidebar  .activeul .activeli a, #sidebar .activeul .activeli ul li a:hover {
    color: #fff!important;
    background: #ffb100; /* Old browsers */
background: -moz-linear-gradient(top, #ffb100 0%, #ff7407 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb100), color-stop(100%,#ff7407)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffb100 0%,#ff7407 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb100', endColorstr='#ff7407',GradientType=0 ); /* IE6-9 */
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

#sidebar .activeul .activeli ul li a{
   background: #8c8c8c; /* Old browsers */
background: -moz-linear-gradient(top, #8c8c8c 0%, #777777 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(100%,#777777)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8c8c8c 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8c8c8c 0%,#777777 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8c8c8c 0%,#777777 100%); /* IE10+ */
background: linear-gradient(to bottom, #8c8c8c 0%,#777777 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
    color: #fff!important;
}

#menu li ul{
    display:none;
}
#menu li ul li{
    font-size: 90%
}
#menu li ul li a{
    background:#777777;
    padding-left: 10px;
    box-shadow: none;
}
#menu li:hover ul, #menu li.iehover ul {
    display: block;
}

div#content_wrapper{
    background:transparent;

    float: right;
    min-height: 520px;
    padding-bottom: 11px;
    width: 725px;

}
#content {
    padding:0px;
}
#name, .galleryTitle{
      background: #ffb100; /* Old browsers */
background: -moz-linear-gradient(top, #ffb100 0%, #ff7407 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb100), color-stop(100%,#ff7407)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffb100 0%,#ff7407 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffb100 0%,#ff7407 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb100', endColorstr='#ff7407',GradientType=0 ); /* IE6-9 */
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-weight: normal;
text-transform:uppercase;
    line-height: 14pt;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-top: 7px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
} 
#name{
    margin: 0 0 20px;
}


.guestbook_container{
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 5px;
}
.guestbook_head{
    font-weight: bold;
    margin-bottom: 5px;
}
.guestbook_img{
    float: left;
    margin-right: 8px;
}
.guestbook_img img{
    border: 1px solid #828282;
}
.guestbook_text{
}
.error-message{
    color: red;
    float: right;
}
.post_item{
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.post_item_title{
    font-weight: bold;
}
.news_date{
    padding-bottom: 5px;
}
.post_item_preview{

}
.post_item_btn{
    text-align: right;
}

.ver_code_table{
    width: 418px;
}

.ver_code_table img{
    margin-left: 46px;
}

fieldset{
    border-radius: 7px 7px 7px 7px;
}

#ord_email, .submitButton{
    background: rgb(75,77,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(75,77,77,1) 9%, rgba(72,76,77,1) 52%, rgba(59,63,65,1) 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(75,77,77,1)), color-stop(52%,rgba(72,76,77,1)), color-stop(78%,rgba(59,63,65,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(75,77,77,1) 9%,rgba(72,76,77,1) 52%,rgba(59,63,65,1) 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(75,77,77,1) 9%,rgba(72,76,77,1) 52%,rgba(59,63,65,1) 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(75,77,77,1) 9%,rgba(72,76,77,1) 52%,rgba(59,63,65,1) 78%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(75,77,77,1) 9%,rgba(72,76,77,1) 52%,rgba(59,63,65,1) 78%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4d4d', endColorstr='#3b3f41',GradientType=0 ); /* IE6-9 */
    border: medium none;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 32px !important;
    padding: 4px 2px 6px;
    width: 120px;
}

#ord_email:hover, .submitButton:hover{
    background: rgb(59,63,65); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(59,63,65,1) 9%, rgba(72,76,77,1) 52%, rgba(75,77,77,1) 78%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,rgba(59,63,65,1)), color-stop(52%,rgba(72,76,77,1)), color-stop(78%,rgba(75,77,77,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(59,63,65,1) 9%,rgba(72,76,77,1) 52%,rgba(75,77,77,1) 78%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(59,63,65,1) 9%,rgba(72,76,77,1) 52%,rgba(75,77,77,1) 78%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(59,63,65,1) 9%,rgba(72,76,77,1) 52%,rgba(75,77,77,1) 78%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(59,63,65,1) 9%,rgba(72,76,77,1) 52%,rgba(75,77,77,1) 78%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3f41', endColorstr='#4b4d4d',GradientType=0 ); /* IE6-9 */
}

.contactSendContainer{
    position: relative;
}
#contact_form{
}
.nameError{
    position: absolute;
    right: 10px;
    top: 36px;
}
.emailError{
    position: absolute;
    right: 10px;
    top: 150px;
}
.messageError{
    position: absolute;
    right: -50px;
    top: 270px;
    transform: rotate(90deg);
}
.codeError, .incorrectCode{
    bottom: 18px;
    position: absolute;
    right: 10px;
    color: red;
}

#errors_container{
    color: red;
}

#ContactSendForm table{
}


#ContactSendForm input, #ContactSendForm textarea, .guesbook_table span input, .guesbook_table textarea, #search_field {
    border: 1px solid #BEBDBD;
    border-radius: 5px 5px 5px 5px;
    color: #3E3E3E;
    margin-right: 10px;
    padding: 5px;
    height: 16px;
    width: 208px
}

#ContactMessage, .guesbook_table textarea{
    min-height: 190px;
    max-width: 395px;
    min-width: 395px;
}

.successMessage{
    border: 1px solid #D5D5D5;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 3px 3px 10px #ADADAD;
    font-size: 17px;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 61px;
    text-align: center;
    width: 400px;
}

.uploadFile{

}

a{
    color:#303030
}
a:hover{
    color:#8B8A8B
}
#footer {
   background: #777777; /* Old browsers */
background: -moz-linear-gradient(top,  #777777 0%, #323232 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(100%,#323232)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #777777 0%,#323232 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #777777 0%,#323232 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #777777 0%,#323232 100%); /* IE10+ */
background: linear-gradient(to bottom,  #777777 0%,#323232 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
    clear: both;
    height: 60px;
    margin-top: 5px;
    padding: 15px 0;
    width: 998px;
border-radius: 5px 5px 0 0 ;
}
#footer a{
    color: #fff;
    text-decoration: none;
font-size:10px;

}

#footerMenu{
    margin: 0 auto 10px;
    overflow: hidden;
    width: 700px;
}
#footerMenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

#footerMenu ul li{
    text-align: center;
    width: 140px;
}
#footerMenu ul li{
    float: left;
}
#footerMenu ul li a{
    text-decoration: none;
text-transform:uppercase;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);

text-transform:none;
}
#footerMenu ul li a:hover{
    text-decoration: underline;
}
#footerMenu ul li ul{
    display: none !important;
}
.copyright{
    text-align: center;
margin-top:-46px;
}

p#indigo_ad, p#indigo_ad a{
    text-decoration:none;
}

/* -------------------------------- Gallery -------------------------------- */
.galleryContainer{
   overflow: hidden;
}
.galleryTitle{
    margin-bottom: 15px;
}
.imageContainer{
    float: left;
}
.galleryContainer a{
    text-decoration: none;
}
.galleryContainer img{
    box-shadow: 1px 1px 5px;
    margin-bottom: 13px;
    margin-left: 8px;
    margin-right: 8px;
}

#galleryOverlay {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100000;
    position: fixed; 
    overflow: hidden;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 1s ease;
    -moz-transition:opacity 1s ease;
    -webkit-transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible {
    opacity: 1;
}

#gallerySlider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    white-space: nowrap;

    transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -webkit-transition: left 0.4s ease;
}

#gallerySlider .placeholder {
    width: 100%;
    height: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
    background: url("/js/plugins/touchTouch/preloader.gif") no-repeat center center;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before {
    width: 1px;
    content: "";
    height: 50%;
    margin-right:-1px;
    display: inline-block;
}

#gallerySlider .placeholder img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#gallerySlider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring {
    0%   { margin-left: 0px;   }
    50%  { margin-left: -30px; }
    100% { margin-left: 0px;   }
}

@-moz-keyframes leftSpring {
    0%   { margin-left: 0px; }
    50%  { argin-left: 30px; }
    100% { margin-left: 0px; }
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring {
    0%   { margin-left: 0px;   }
    50%  { margin-left: -30px; }
    100% { margin-left: 0px;   }
}

@-webkit-keyframes leftSpring {
    0%   { margin-left: 0px;  }
    50%  { margin-left: 30px; }
    100% { margin-left: 0px;  }
}

/* Arrows */

#prevArrow, #nextArrow {
    width: 43px;
    height: 58px;
    border: none;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    text-decoration: none;
    background: url('/js/plugins/touchTouch/arrows.png') no-repeat;

    top:50%;
    margin-top:-29px;

    transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover {
    opacity: 1;
}

#prevArrow {
    left: 40px;
    background-position: left top;
}

#nextArrow {
    right: 40px;
    background-position: right top;
}

/* ------------------------------------------------------------------------- */

.formButtons{
}