.sliderwrapper								{ position: relative; 											/* leave as is*/
																overflow: hidden; 												/* leave as is*/
																border: 1px solid #444647;
																width: 715px; height: 275px; } 						/* width x height of featured content slider */

.sliderwrapper .contentdiv		{ visibility: hidden; 											/* leave as is*/
																position: absolute; left: 0; top: 0;  		/* leave as is*/
																margin: 0; padding: 0;
																background: transparent;
																border: none; 
																width: 715px; height: 275; 								/* width of content DIVs within slider. Total width should equal slider's inner width */
																filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
																-moz-opacity: 1;
																opacity: 1; }

.sliderwrapper .contentdiv a	{ outline: none; text-decoration: none; border: none; }

.pagination										{ position: absolute; left: 700px; top: 435px; z-index: 1000; 
																width: 240px; 														/* width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
																text-align: right;
																background-color: transparent;
																padding: 5px 10px; }

.pagination a									{ margin: 0; padding: 0 5px 0 5px;
																font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
																font-size: 11px; 
																width: 16px; line-height: 16px;
																text-decoration: none; outline: none; 
																border: 1px solid #e5e5e5; 
																color: #f8f8f8;
																background: #555; }

.pagination a:hover						{ color: #be0b0b;
																background-color: #7e7f80; 
																border: 1px solid #be0b0b; }

.pagination a.selected				{ color: #be0b0b;
																background-color: #7e7f80; }

.sliderwrapper div.hmSplTxt		{ position: relative; left: 475px; top: -255px; z-index: 1;
																margin: 0; padding: 0 15px 0 0; 
																width: 225px; }

.sliderwrapper h2							{ margin: 0 0 .35em 0; padding: 0; 
																font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
																color: #f8f8f8; 
																font-weight: 500; 
																letter-spacing: 0;
																font-size: 1.3em; }

.sliderwrapper h3							{ margin: .25em 0 .25em 0; padding: 0; 
																font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
																color: #f8f8f8;
																font-weight: 500;
																font-size: 1.0em; }

.sliderwrapper p							{ margin: 0 0 .5em 0; padding: 0; 
																font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
																color: #f1f1f1;
																line-height: 1.5em; 
																font-size: .9166666em; }

.sliderwrapper p.bul					{ margin-left: 1em;
																text-indent: -.75em; }
