#slide_holder {
/*background-image: url(carousel_images/bg_slideshow.png);*/
margin: 0px 0px 0px 0px;
background-repeat: no-repeat;
overflow: hidden;
text-align: left;
width: 920px; height: 342px;
/* -- width: 1533px; */
z-index: 1000;
}
#slide_holder_inner {
height: 342px;
overflow: hidden;
position: absolute;
width: 920px;
z-index: 2000;
}


#slide_holder_inner div {
position: absolute;
}
/*-- for divs in html slides to position relative --*/
div#slide_holder_inner div.slide div {
position: relative;
}
div#carousel_controls {
/*background-image: url(carousel_images/bg_controls.png);*/
background-position: 0 0;
background-repeat: no-repeat;
height: 30px;
width: 950px;
z-index: 4000;
}

/*-- rules for slide captions --*/

#slide_captions {
color: #fff;
position: relative;
top: 315px; right: 90px;
overflow: visible;
z-index: 6000;
}
#slide_captions span {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px; font-weight: bold;
height: 20px;
line-height: 20px;
overflow: visible;
}
