@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



/* Custom Slider Styles */
#slider-wrapper {
    background: #ffffff url(../img/slider.png) no-repeat 0 0;
    border: 0px solid #E1E1DC;
    height: 350px;
    padding: 0px;
    width: 980px; margin-left:auto; margin-right:auto; margin-top:0; margin-bottom:0px
}
#slider {
    background: url(../img/loading.gif) no-repeat 50% 50%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    width: 980px
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0px;
}
#slider a {
    display: block;
}
.nivo-controlNav { float: right;
    bottom: -29px;
	padding:300px 25px 0px 0px;
    /*position: absolute;*/
    right: -9px;
	
}
.nivo-controlNav a {
    background: url(../img/bullets.png) no-repeat 0 1px;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 0px;
    text-indent: -9999px;
    width: 22px
	
}
.nivo-controlNav a.active { 
  
	background: url(/img/bulletsover.png) no-repeat 0 0; 
}
.nivo-directionNav a {
    background: url(../img/arrows.png) no-repeat 0 0;
    border: 0 none;
    display: block;
    height: 38px;
    text-indent: -9999px;
    width: 38px;
}
a.nivo-nextNav { background: url(../img/arrowsnext.png) no-repeat -0px 0;
    right: 30px
}
a.nivo-prevNav {
    left: 30px;
}
.nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
    text-shadow: none;
}
.nivo-caption a {
    color: #EFE9D1;
    text-decoration: underline;
}
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0px solid #FFFFFF;
    display: none;
    height: 366px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    bottom: -30px;
    color: #1E1E1E;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.nivo-controlNav a.active {
    font-weight: bold;
}

/* Products */
.selecterContent li {
    width:330px; /* you need to specify width and height values of the element */
    overflow:hidden;
}
.stuck { position:fixed; top:30px}