
#slideshow{
   position:relative;
   max-width:700px;
   text-align:center;
   margin:auto;
   margin-top:25px;
   height: 480px;
   border:5px inset #191919;
   background-color: #202020;
}

.slideshow-image-container{
   display:none;
   text-align:center;
   position: absolute;
   margin-left: auto;
   margin-right: auto;
   left: 0;
   right: 0;
   top: 0;
}

.slideshow-image-title{
   display:none;
   position:absolute;
   top:430px;
   width:100%;
   z-index: 5;
}

.slideshow-image-title h2 a{
   text-align:center;
   width:100%;
   color: #EBEB9D;
}

.controls{
    background-color:#ffffff;
    background: -webkit-linear-gradient(white, gray); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,gray); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, gray); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, gray); /* Standard syntax */
}
.controls-current{
    background-color: #E6E600;
    background: -webkit-linear-gradient(#E6E600, #FFFF75); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E6E600,#FFFF75); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E6E600, #FFFF75); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E6E600, #FFFF75); /* Standard syntax */
}

.slideshow-selector{
    border-radius:50%;
    width:1em;
	height:1em;
	position:absolute;
   	top:430px;
    z-index: 99;
}

.arrow-right {
    position:absolute;
    top: 430px;
    width:0;
    height: 0;
    z-index: 99;
    border-bottom: 5px solid transparent; 
    border-top: 5px solid transparent;
	border-left:7px solid #CCCCCC;
}

.arrow-right-hover{
    border-bottom: 5px solid transparent; 
    border-top: 5px solid transparent;
    border-left:7px solid #E6E600;
}

.arrow-left {
        position:absolute;
        top: 430px;
	    width: 0; 
	    height: 0; 
        z-index: 99;
	    border-top: 5px solid transparent;
	    border-bottom: 5px solid transparent; 
	    border-right:7px solid #CCCCCC;
}
.arrow-left-hover{
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent; 
	border-right:7px solid #E6E600;
}

