/*	Featured Content Slider	by Chris Coyier */
					  				  
/* UTILITY STYLES */				  				  
.floatLeft 							{ float: left; margin-right: 10px;}
.floatRight							{ float: right; }
.clear 								{ clear: both; }
a									{ outline: none; }

/* SLIDER */
.stripViewer						{ overflow: hidden; width: 960px; height: 285px; }
.stripViewer .panelContainer		{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel	{ float: left; position: relative; background:url(images/home-featured.jpg); width:960px; height:296px; }
.stripNavL, .stripNavR, .stripNav	{ display: none; }

.stripViewer .panelContainer .panel .info {margin: 56px 0 0 40px; width:450px; }
.stripViewer .panelContainer .panel .info h2 { font: 30px/30px bold italic verdana,serif; color: #674c2b;  font-style:italic; border-bottom:1px solid #bcad8f; margin-bottom:7px;  }
.stripViewer .panelContainer .panel .info p { font: 16.5px/19px bold italic verdana,serif; color: #000;  font-style:italic; margin-bottom:15px;}
.stripViewer .panelContainer .panel img { position:absolute; margin-left:530px; top:34px; width:358px; height:211px; overflow:hidden; }
.stripViewer .panelContainer .panel a { position:absolute; display:block; margin-left:350px; top: 243px; background:url(images/home-read-more.png); width:115px; height:27px; text-indent:-9999px; overflow:none; }
.stripViewer .panelContainer .panel a:hover { background-position:0 -30px;}



