/*
	SLIDER by: Chris Coyier
*/
#main-photo-slider { width: 618px; height: 289px; float: left; position: absolute; background: #fff; margin: 13px 13px 0px 13px; padding: 0px 0px 13px 0px; display: inline; overflow: hidden; z-index: 1000; }
	.panelNavContain { width: 91px; position: absolute; top: 0px; /*left: 0px;*/ display: inline; z-index: 1000; overflow: hidden; background: #fff; }
	.panelNav { width: 91px; height: 289px; list-style-type: none; display: inline; float: right; z-index: 999; }
	.panelNav li { width: 91px; height: 44px; float: left; overflow: hidden; margin: 0px 0px 5px 0px; }
	.panelNav li:hover img { margin: -44px 0px 0px 0px; } 
	.panelNav li:hover .active-thumb img,
	.active-thumb img {  margin: -88px 0px 0px 0px; }
	.stripViewer { position: relative; overflow: hidden; width: 527px; height: 289px; }
	.stripViewer .panelContainer { position: relative; left: 0; top: 0; margin: 0px 0px 0px 91px; }
	.stripViewer .panelContainer .panel { width: 527px; height: 289px; float: left; position: relative; }
	.stripNavL, .stripNavR, .stripNav { display: none; }
	
	.panel p.pan_blurb { width: 192px; height: 253px; padding: 22px 18px 18px 18px; position: absolute; top: 0px; right: 0px; color: #ffffff; font-size: 12px; z-index: 950; line-height: 15px; /*background: url('../images/promo/overlay.png') no-repeat;*/ }
	* html .panel p.pan_blurb { width: 192px; height: 253px; padding: 22px 18px 18px 18px; position: absolute; top: 0px; right: 0px; color: #ffffff; font-size: 12px; z-index: 1001; line-height: 15px; background: url('../images/promo/black.gif') no-repeat; }
	.panel p.pan_blurb span.heading { font-size: 18px; font-weight: bold; color: #ffffff; line-height: 22px; }
	.panel p.pan_blurb a { width: 119px; height: 27px; display: block; background: url('../images/promo/btn-info.jpg') no-repeat; }







