#slide_holder {
width:514px;
height:425px;
overflow: hidden;
position: relative;
text-align: left;
z-index: 1000;
}
#slide_holder_inner {
width:514px;
height: 425px;
overflow: hidden;
position: absolute;
z-index: 2000;
}

#slide_holder_inner div {
position: absolute;
}
div#slide_holder_inner div.slide div {
position: relative;
}
div#carousel_controls {
height: 20px;
width: 511px;
z-index: 4000;
}

.prev_button, .next_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}
#carousel_controls  {
cursor: auto;
}
.prev_button span, .next_button span {
margin-left: -10000px;
}

#nex_prev_buttons {
left: 0;
z-index: 5000;
}
#next_button {
background-image: url(/images/a_right.gif);
height: 15px;
left: 499px;
top:3px;
width: 11px;
}
#prev_button {
position:absolute;
background-image: url(/images/a_left.gif);
height: 15px;
left: 485px;
top:3px;
width: 11px;
}

#slide_captions {
font: bold 14px Arial;
overflow: visible;
z-index: 6000;
height: 425px;
right:40px;
color: #575757;
}
#slide_captions span {
height: 20px;
line-height: 20px;
overflow: visible;
}

#row_of_slides {
position: absolute;
top: 30px;
}
#row_of_slides .slide {
position: absolute;
}
