/* featured content carousel */
.wrap {
position: relative;
margin: 0 auto;
}

.contain:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .contain { height: 1%; } /* IE6 */
*:first-child+html .contain { min-height: 1px; } /* IE7 */


#slides, #slides1 {
width: 618px;
height:117px;
position: relative;
top: 0px;
overflow: hidden;
z-index: 5;
margin: 0 auto;
padding: 0;
}
#slides1{width:314px;}

#slides img, #slides1 img {
margin: 0 7px 0 0;
padding: 0;
border: 0;
}

#slide-box, #slide-box1 {
/* width: 7020px; */
height: 117px;
position: absolute;
overflow: visible !important;
}

#slide-box div, #slide-box1 div {
float: left;
position: relative;
width: 628px;
height: 117px;
display: block !important;
}
#slide-box1 div{width:314px;}

#slides-prev,#slides-prev1 {
display: block;
width: 50px;
height: 117px;
position: absolute;
top: 0;
left: -17px;
z-index: 10;
}

#slides-prev a, #slides-prev1 a {
display: block;
width: 50px;
height: 117px;
text-indent: -9999px;
background:url(../images/left_arrow.jpg) no-repeat right center;
}

#slides-prev a:hover, #slides-prev1 a:hover {background:url(../images/left_arrow2.jpg) no-repeat right center; }

#slides-next,#slides-next1 {
display: block;
width: 50px;
height: 117px;
position: absolute;
top: 0;
right: -17px;
z-index: 10;
}

#slides-next a,#slides-next1 a {
display: block;
position: relative;
width: 50px;
height: 117px;
text-indent: -9999px;
background:url(../images/right_arrow.jpg) no-repeat left center;
}

#slides-next a:hover,#slides-next1 a:hover {background:url(../images/right_arrow2.jpg) no-repeat left center;  }



