
#homeFlash {
    position: relative;
}
#htmlSlides { 
    width: 1000px;
    height: 430px;
    background: #fff url(../images/slide_bg_default.jpg) 0 0 no-repeat;
}
#htmlSlides .slide {
    height: 430px;
    width: 1000px; 
    position: relative;
}                     
#slideButtons {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 9999;
} 

#htmlSlides .slideCopy {
    position: absolute;
    right: 30px;
    top: 40px;
    width: 300px;
    color: #363636;
}  

#htmlSlides h2 {
    color: #363636;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#htmlSlides h3 {
    color: #582779;
} 
#htmlSlides p { 
    font-size: 11px;
    line-height: 1.6em;
}

