/* CSS Document */
	
a:link, a:visited { color: #E6E6E6; }
    
a:hover { color: black; }
    
.slide { position: relative; overflow: hidden; width: 100%; }

.innerLeftSlide { position: absolute; left: 0px; background-color: #585858; padding: 10px; height: 276px; display: none; border-top: #313131 solid 2px; border-bottom: #313131 solid 2px; z-index: 99999; }

.innerLeftClick { position: absolute; left: 0px; text-align: center; cursor: pointer; height: 300px; z-index: 99999; }

.hideColumn { display: none; }

#slideOverlay { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; z-index:999 }

.slideOverlayHide { z-index: -100; }

.slideOverlayBG { background-color: #000; z-index: 99; cursor: wait; }
