@charset "utf-8";
/* CSS Document */


div.helium-slider {
width: 100%;
position: relative;
margin: 0;

}
div.helium-slider div.slide-window {
width: 100%;
overflow: hidden;
position: relative;
margin: 0;
}
div.helium-slider.loading {
background: url('images/loading.gif') no-repeat center center;
}
div.helium-slider .next, div.helium-slider .prev {
font-size: 24px;
font-weight: bold;
color: #555;
position: absolute;
top: 45%;
cursor: pointer;
z-index: 10;

}
div.helium-slider .next {
right: 10px;

}
div.helium-slider .prev {
left: 10px;
}
div.helium-slider ul.slide-holder {
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
opacity: 0;

}
div.helium-slider ul.slide-holder li {
position: relative;
float: left;
}
div.helium-slider ul.slide-holder li.loop {
position: absolute !important;
float: none !important;
}
div.helium-slider ul.slide-holder li .slide img {
width: 100%;
}
div.helium-slider ul.slide-holder li .caption3 {
position: absolute;
right: 50px;
top: 10px;

}
div.helium-slider ul.slide-holder li .caption2 {
position: absolute;
right: 50px;
bottom: 10px;
}
div.helium-slider ul.slide-holder li .caption {
position: absolute;
left: 30px;
bottom: 10px;
}
div.helium-slider div.pauser {
position: absolute;
left: 50%;
top: 50%;
border-right: 15px solid #fff;
border-left: 15px solid #fff;
width : 12px;
height: 60px;
margin-left: -21px;
margin-top: -30px;
z-index: 11;
opacity: 0.5;

}
div.helium-slider ul.slide-nav {
text-align: center;
list-style-type: none;
margin: 0px;
padding: 0px;
position: absolute;
bottom: 10px;
width: 100%;
z-index: 11;
display: none;

}
div.helium-slider ul.slide-nav li {
background:#FF0000;
margin: 0px 4px;
height: 10px;
width: 10px;
display: inline-block;
cursor: pointer;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border:0px solid #475805;
}
div.helium-slider ul.slide-nav li.active {
background: #fff;
border:1px solid #333;
}

