.jSlider{ 
height:350px; 	/*this changes the height of the image slider*/
width:1000px;
overflow: hidden;
position: relative;
margin:0;
padding:0;

}

.jSlider li, .jSlider .featured{
display: block;
width:100%;
height:350px;
position: absolute;
top:0;
left:0;
margin:0;
padding:0;
z-index: 1;
}

.js_active .jSlider li, .js_active .jSlider .featured{
display:none;
}

.jSlider img, .jSlider a img, .jSlider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin:20px auto 0 auto;
position: absolute;
top:300px;
z-index:100;

}

.slidecontrolls a{
height:22px;
width:22px;
display:block;
cursor: pointer;
background: transparent url(https://filecenter.deltaww.com/Library/fixTool/sliderV2/index_dot.png) center bottom no-repeat;
float:left;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(https://filecenter.deltaww.com/Library/fixTool/sliderV2/index_dot.png) center top no-repeat;
}

.feature_excerpt{
position:absolute;
width:100%;
top:223px;
position: absolute;
display: block;
left:-15px;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:15px;
cursor: pointer;
color: #000000;

}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}


.center{ /*center content area */
position: relative;
margin:0 auto;
width:1000px;
}














