
#slideshow {
    height: 300px;
    width: 700px;
    margin: 10px auto 0px auto;
    overflow: hidden;
}

#controls {
    position: relative;
    top: 270px;
    left: 0px;
    width: 100%;
    height: 35px;
    z-index: 2;
    float: left;
}

#transparentBar {
    position: relative;
    top: 195px;
    left: 0px;
    width: 100%;
    height: 35px;
    background: var(--pres-main-bg-dark);
     filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1;
    float: left;
}

#prevArrow {
    background: url(/images/slider/prevArrowHover.png);
    position: relative;
    top: 10px;
    left: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    height: 20px;
    width: 17px;
    float: left;
}

#caption {
    font-family:  Helvetica, Arial, Sans-Serif;
    font-size: 8pt;
 
    position: relative;
    top: 277px;
    left: 48px;
    color: var(--pres-light-fg-color);
    height: 35px;
    width: auto;
    z-index: 2;
}

#numControl {
    position: relative;
    top: -3px;
    left: 425px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    height: 45px;
    width: 230px;
    float: left;
}

.numControl {
    position: relative;
    float: left;
    display: inline;
    height:45px;
    width: 35px;
    margin: 6px 6px 0px 0px;
    border: solid 1px #000000;
    -webkit-box-shadow: 0 0 0px #ffffff;
    -moz-box-shadow: 0 0 0px #ffffff;
    box-shadow: 0 0 0px #ffffff;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    z-index: 0;
    cursor: pointer;
}

#slideOpt1 {
	background-image: url(/images/slider/sliderSelectors.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#slideOpt2 {
	background-image: url(/images/slider/sliderSelectors.png);
	background-repeat: no-repeat;
	background-position: -35px 0px;
}

#slideOpt3 {
	background-image: url(/images/slider/sliderSelectors.png);
	background-repeat: no-repeat;
	background-position: -70px 0px;
}

#slideOpt4 {
	background-image: url(/images/slider/sliderSelectors.png);
	background-repeat: no-repeat;
	background-position: -105px 0px;
}

#slideOpt5 {
	background-image: url(/images/slider/sliderSelectors.png);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}

.numControl:hover {
    -webkit-box-shadow: 0 0 6px #ffffff;
    -moz-box-shadow: 0 0 6px #ffffff;
    box-shadow: 0 0 6px #ffffff;
    z-index: 2;
}

#nextArrow {
    background: url(/images/slider/nextArrowHover.png);
    position: relative;
    top: 10px;
    left: 425px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    height: 20px;
    width: 17px;
    float: left;
}


#imgContainer {
    position: relative;
    z-index: 0;
    height: 300px;
    width: 700px;
    top: -105px;
    right: 0px;
    float: left;
    display: inline;
    background-color: #EEE;
	border: solid 1px #EEE;
}

.sliderPanel {
	position: absolute; /* -ly fabulous */
    height: 300px;
    width: 700px;
    top: 0px;
    left: 0px;
    float: left;
    display: inline-block;
}

.sliderImgWrap {
	position: absolute;
   height: 300px;
   width: 700px;
   line-height: 300px;
   text-align: center;
   z-index: 1;
}

.sliderImg {
	/*display: inline-table;
	vertical-align: middle; */
}


/* PROMOS */


.noTopFive {
   float: left;
   height: 120px;
   width: 700px;
   background-color: #fafafa;
   margin-bottom: 10px;
   cursor: pointer;
}

.noTopFivePic {
   float: left;
   margin: 15px 0px 0px 50px;
}

.noTopFiveCopy {
   float: left;
   margin: 40px 0px 0px 20px;
   color: #aaaaaa;
   

   font-size: 18pt;
}