.slideshow {
margin: 0 auto;
width: 900px;
height: 200px;
padding-bottom: 20px;
position: relative;
}

.slide {
width: 900px;
height: 200px;
position: absolute;
}
.slide2, .slide3, .slide4, .slide5 { display: none; }


.arrows {
padding-top: 75px;
}
.arrow_left {
background: url(img/back.png) center no-repeat;
width: 50px;
height: 50px;
}
.arrow_right {
background: url(img/next.png) center no-repeat;
width: 50px;
height: 50px;
}
.arrow_left a, .arrow_right a {
display: block;
width: 50px;
height: 50px;
cursor: pointer;
}
.arrow_left a span, .arrow_right a span {
display: none;
}
.arrow_left_1 {
width: 50px;
height: 50px;
}
.arrow_right_1 {
}

.slide_title {
margin: 0 auto;
width: 800px;
background-color: #CCCCCC;
text-align: center;
bottom: 0px;
position: absolute;
left: 50px;
background: url(img/slideshow-bg.png);
padding: 4px 0;
}

.slide_title h2 a{
font-weight: normal;
font-size: 18px;
font-family: Trebuchet MS;
color: #e2e0e0;
width: 790px;
overflow: hidden;
}
.slide_title h2 a:hover{
color: #FFFFFF;
}