body{
			background: #1b1b1b url(http://gallery.wrenkitchens.com/gallery/images/skins/preloader.gif) no-repeat center center;
			margin: 0;
			padding: 0;
			font-family: Helvetica, arial, sans-serif;
			height:100%;
			width:100%;
		}
		
		
		
		div#imageHolder{
			text-transform: capitalize;
			width:99.5%;
			height:99.5%;
			margin: 0 auto;
			min-width: 760px;
			position: absolute;
			overflow: hidden;
			text-align: center;
			background: none;
			
			background: #1b1b1b url(http://gallery.wrenkitchens.com/gallery/images/skins/preloader.gif) no-repeat center center;
		}
	
		img.lifestyle{
			display: block;
			margin: 0 auto;
			
			
		}
		
		
		
		#menuBar{
			height:42px;
			background: #303132 url(http://gallery.wrenkitchens.com/gallery/images/skins/menu_bar_sbg.jpg) repeat-x 0 bottom;
			width:100%;
			position: absolute;
			top:-150px;
		}
		
		#menuBar #menuOptions{
			width: 100%;
			height:42px;
			position: absolute;
		}
		
		#menuBar #menuOptions #closeMenu{
			position: absolute;
			display: block;
			right:20px;
			width:123px;
			height: 32px;
			top:10px;
			text-indent: -10000px;
			background: url(http://gallery.wrenkitchens.com/gallery/images/skins/hide_menu_sbt.jpg) no-repeat right center;
			
		}
		
		#menuBar #menuOptions #closeMenu:hover{
			background-position: left center;
			cursor: pointer;
		}
		
		#menuBar #menuOptions #zoomIn{
			position: absolute;
			display: block;
			right:250px;
			width:76px;
			height: 32px;
			top:10px;
			text-indent: -10000px;
			background: url(http://gallery.wrenkitchens.com/gallery/images/skins/zoom_in_sbg.jpg) no-repeat right center;
			
		}
		
		#menuBar #menuOptions #zoomIn:hover{
			background-position: left center;
			cursor: pointer;
		}
		
		#menuBar #menuOptions #zoomOut{
			position: absolute;
			display: none;
			right:250px;
			width:89px;
			height: 32px;
			top:10px;
			text-indent: -10000px;
			background: url(http://gallery.wrenkitchens.com/gallery/images/skins/zoom_out_sbg.jpg) no-repeat right center;
			
		}
		
		#menuBar #menuOptions #zoomOut:hover{
			background-position: left center;
			cursor: pointer;
		}
		
		#viewGalleryLink{
			text-indent: -10000px;
			height: 60px;
			width:125px;
			position: absolute;
			top:10px;
			left:400px;
			background: url(http://gallery.wrenkitchens.com/gallery/images/skins/view_thumbs_bg.gif) no-repeat 0 top;
			outline: none;
		}
		#viewGalleryLink:hover{
			background-position: 0 bottom;
		}
		
		#menuTrigger{
			height:41px;
			width:100%;
			position: absolute;
			top:0;
			border-top: solid 5px #303132;
			background: url(http://gallery.wrenkitchens.com/gallery/images/skins/option_reveal.png) no-repeat center top;
			_background: url(http://gallery.wrenkitchens.com/gallery/images/skins/option_reveal.gif) no-repeat center top;
		}
		
		#menuTrigger span{
			display: none;
		}
		
		
		#zoomTab{
			height:29px;
			width:124px;
			position: absolute;
			right:0;
			top:50px;
			background: url(http://gallery.wrenkitchens.com/gallery/images/skins/zoom_out_tab.png) no-repeat center top;
			_background: url(http://gallery.wrenkitchens.com/gallery/images/skins/zoom_out_tab.gif) no-repeat center top;
			display: none;
			cursor: pointer;
		}
		
		#zoomTab span{
			display: none;
		}
		#galleryThumbNails{
			position: absolute;
			top:-255px;
			width: 100%;
			background: #303030;
			border-top: solid 1px #4e4e4e;
			border-bottom: solid 3px #000;
			height:240px;
			display: block;
			-moz-opacity: 0.95;
		}
		
		#exitGalleryLink{
			text-indent: -10000px;
			height: 32px;
			width:87px;
			position: absolute;
			top:10px;
			left:20px;
			background: url(http://gallery.wrenkitchens.com/gallery/images/skins/exit_gal_sbg.gif) no-repeat 0 top;
			outline: none;
			
		}
		
		#exitGalleryLink:hover{
			background-position: 0 bottom;
		}
		
		.galleryThumbNail{
			
			margin-top: 15px;
			margin-left: 15px;
			width: 115px;
			float: left;
			text-align: center;
			color: #fff;
			font-size: 14px
		}
		
		.galleryThumbNail span{
			display: block;
			
		}
		
		.galleryThumbNail img{
			display:block;
			line-height: 0px;
			height:72px;
			width:115px;
			border: solid 2px #5e5e5e;
			cursor: pointer;
			margin-bottom: 5px;
		}
		
		.galleryThumbNail img.current, .galleryThumbNail img:hover{
			border: solid 2px #7e7e7e;
		}
		
		#wrapper{
			
			position: absolute;
			width:100%;
			height:100%;
			overflow: hidden;
		}
		#zoomWrap{
			position: absolute;
			top:0px;
			left:0px;
			height:1200px;
			width:1920px;
			cursor: move;
			
		}

