.anythingSliderGallery { 
	float: left;
	width: 543px; 
	height: 420px; 
	margin: 0 10px 0 10px;
	position: relative; 
	display: inline;
}
	
.anythingSliderGallery .wrapper { 

	width: 513px; 
	overflow: auto; 
	height: 420px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 42px; 
	float: left;
}

.anythingSliderGallery .wrapper ul { 
	width: 19999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

.anythingSliderGallery ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 400px; 
	width: 513px; 
	margin: 0; 
}

.anythingSliderGallery .forward { 
	display: block; 
	height: 34px; 
	width: 34px; 
	text-indent: -9999px; 
	top: 150px; 
	right: -5px;
	cursor: pointer;
	position: absolute; 
	background: url(/img/special/ps_gallery/bt_forward.gif) no-repeat 0 0; }
	
	
	
.anythingSliderGallery .back    { 
	display: block; 
	height: 34px; 
	width: 34px; 
	text-indent: -9999px; 
	top: 150px; 
	left: 50px;
	cursor: pointer;
	position: absolute; 
	background: url(/img/special/ps_gallery/bt_back.gif) no-repeat 0 0; }


#thumbNav { 
	position: relative; 
	right: 20px;
	bottom: 0px; 
	text-align: center; 
}

#thumbNav a  { 
	color: black; 
	display: inline-block; 
	padding: 2px 8px; 
	height: 18px; 
	margin: 0 5px 0 0; 
	text-align: center; 
}

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

/*
  Prevents
*/
.anythingSliderGallery .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSliderGallery .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


ul#galleryNav { width: 620px; float: left; padding: 0; margin: 0; position: relative; left: 40px; }

ul#galleryNav li { float: left; width: 112px; margin: 0 15px 15px 10px; padding: 0 0 10px 0; display: inline; }

.anythingSliderGallery p { margin: 0; padding: 5px 0 0 0; font-size: 1.2em; }
