/* Homepage Slideshow */#wideslideshow {position: relative;z-index: 1;width: 950px;height: 170px;margin: 0 auto;overflow: hidden;border-bottom: 2px solid #808080;}#wideslideshow a {display: block;width: 238px;height: 170px;background: transparent url(slide-line.png) top right no-repeat;}#wideslideshow img {width: 236px;height: 170px;}#slideshow-arrows {width: 1008px;height: 0px;position: relative;margin: 0 auto;}#cycle-prev {display: block;position: absolute;top: -115px;left: 0;background-image: url(prev.png);background-color: transparent;width: 34px;height: 45px;z-index: 1000;cursor: pointer;}#cycle-next {display: block;position: absolute;top: -115px;right: 0;background-image: url(next.png);background-color: transparent;width: 34px;height: 45px;z-index: 1001;cursor: pointer;}.cycle-prev:hover, .cycle-next:hover {/*background-color: rgba(0,0,0,0.4);*/}