/*
 * CSS Styles that are used on the jScrollPane demo site - these are custom to the site and
 * you shouldn't need to use them in your own implementations of jScrollPane.
 */

* {
	margin: 0;
	padding: 0;
	border:0;
}
html, body {
	background: #000;
	
}




#preloader {
	position:absolute;
   top:50%;
   left:50%;
   margin-top:-36px;
   margin-left:-53px;
   
   width:107px;
   height:72px;
   z-index:150;
  
	}
	
#scrolltoview {
	left:50%;position:absolute;margin-left:-85px;width:170px;bottom:50px;

	
	}
#photoHolder {
	position:relative;
	text-align:left;
	visibility:hidden;
	z-index:200;
	top:50%;
	margin-top:-220px;
	height:400px;

	
}

#photoHolder img {
	float:left;
	margin-left: 0px;
}
.topNav {
	z-index:100;
	position:absolute;
	top:32px;
	width:800px;
	left:50%;
	margin-left:-400px;
	}
.topLeftNav {

	position:absolute;
	top:23px;

	left:32px;

	}	
	
	#categoryWrapper {
		
	margin-top:15px;
	
	}
