/*
 ============= 3.2 SLIDE SHOW ===========
 Slide show used to cycle through "Hero Banners" / "Jquery Banners" on the homepage
*/
div#tmpSlideshow
{
    background-color:#b6d0eb;
    border: 0;
    height: 275px;
    margin: 0;
    overflow:hidden;
    padding: 0;
    position: relative;
    width: 794px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 794px;
    height: 275px;
    display: none;
    overflow:hidden;
}
div.tmpSlide img
{
    border: 0;
    height:275px;
    margin: 0;
    width:794px;
}
#tmpSlide-1 img
{
    background-position:0 0;
}
#tmpSlide-2 img
{
    background-position:-794px 0;
}
#tmpSlide-3 img
{
    background-position:-1588px 0;
}
#tmpSlide-4 img
{
    background-position:-2382px 0;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 10px;
    left: 25px;  /* 818px to align on right side */
    width: 175px;
}
div.tmpSlideshowControl {
    border: 1px solid #999;
    float: left;
    margin: 0 5px 0 0;
    background-color: #fff;
    width: 34px;
    height: 32px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 32px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-color: #b6d0eb;
}
div.tmpSlideshowControlActive
{
    border: 1px solid #999;
    background-color: #b6d0eb;
}
div.tmpSlideCopy {
    position: absolute;
    left: 800px;
    top: 0;
    width: 175px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 7px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.50em;
}