@charset "utf-8";
/* Slider 
#slider { width:590px; height:185px; float:left; }
#slideshow { width:590px; height: 185px; float: left; }
.slider-item { height:185px; padding:0; margin:0 auto; }*/

#slider2 { width:640px; height:420px; }
#slideshow2 { width:640px; height:420px; }
.slider-item2 { height:420px; padding:0;}

#slider3 { width:1000px; height:255px; margin:0 auto; text-align:center; }
#slideshow3 { width:1000px; height:255px; margin:0 auto; }
.slider-item3 { height:1000px; height:255px; margin:0 auto;}

.slider_content_inner img { border: none; margin:0 auto; }
.controls-center { width:30px;}
#slider_controls { height:185px; }
#slider_controls ul { float: left; width:30px; list-style:none; margin:0; padding:0px; }
#slider_controls ul li { text-align:center; background:none; margin: 1px; padding: 0; list-style: none; float:left;}
#slider_controls ul li a { width:30px; height:30px; line-height:30px; background:#000; display: block; float: left;  outline: none; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#fff; text-decoration:none;}
#slider_controls ul li a:focus { outline: none; }
#slider_controls ul li a:hover, #slider_controls ul li a.activeSlide { background:#CC0000; color:#FFF; }
