
#gallery {	
	position: absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
}
	#gallerySlider {
		position: absolute;
		width:100%;
		height:20px;
		bottom: -20px;
		left: 0%;
	}
		#gallerySlider #gallerySlider_bgCover, #gallerySlider img{
			position: absolute;
			width:100%;
			height:100%;
			top: 0px;
			left: 0px;
		}
		
		#gallerySlider #gallerySlider_handle {
			position: absolute;
			width:90px;
			height:100%;
			top: 0px;
			left: 1px;
			background: url(../images/gallery_slider.jpg) no-repeat;
		}
	
	#galleryStrip {
		position: absolute;
		width:100%;
		height:100%;
		top: 0px;
		left: 0%;
		overflow: visible;
		opacity: 0;
	}
	
		#galleryStrip .galleryOuter {
			position: absolute;
			width:100%;
			height:100%;
			top: 0px;
			overflow:hidden;
		}
			#galleryStrip #gallery_Left {
				left:-100%;
			}
		
			#galleryStrip #gallery_Mid {
				left:0%;
			}
		
			#galleryStrip #gallery_Right {
				left:100%;
			}
			
		.galleryOuter .galleryInner, .galleryOuter .galleryInner img {
			position: absolute;
			width:100%;
			height:100%;
			top: 0px;
			left: 0px;
			cursor: url(../images/openhand.cur), default !important;
		}
		