#blogSlider 						{ width: 470px; margin: 0 auto;}
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 470px; }
.stripNav 							{ margin-left: 40px;  top: 18px; z-index: 99;
									   }
.wrapper 							{ padding: 10px; }
.innerWrap 							{ width: 460px; overflow: hidden; }
#push 								{ width: 460px; height: 35px; overflow: hidden;  }


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 18px; text-indent: -9999px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(haberpaper_02.jpg) top center no-repeat; width: 112px; }
.stripNav li.tab2 a { background: url(haberpaper_03.jpg) top center no-repeat; width: 74px; }
.stripNav li.tab3 a { background: url(haberpaper_04.jpg) top center no-repeat; width: 118px; }
.stripNav li.tab4 a { background: url(haberpaper_05.jpg) top center no-repeat; width: 108px; }

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: top center; }

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current { background: url(haberpaper_02.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(haberpaper_03.jpg) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(haberpaper_04.jpg) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(haberpaper_05.jpg) bottom center no-repeat; }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 75px; 
							 		  height: 22px; text-indent: -9999px; }
.stripNavL a						{ bottom: 35px; left: 45px; background: url(previous.png); }
.stripNavR a 						{ bottom: 35px; right: 45px; background: url(next.png);
}


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 470px; }
.panel ul li a 						{ border-bottom: 1px solid #C1B599; 
						  		  	 font-family: "trebuchet ms",sans-serif; display: block; padding: 4px 10px; text-decoration: none; }
.panel ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
								  	  /* Unique rollover colors for each list */
.panel ul#psd-list li a:hover 		{ background: #b20202; color: white; }
.panel ul#net-list li a:hover 		{ background: #1f5293; color: white; }
.panel ul#vector-list li a:hover 	{ background: #4a8c7f; color: white; }
.panel ul#audio-list li a:hover 	{ background: #4f7c11; color: white; }

.panel ul li.sol a 						{ border-bottom: 1px solid #C1B599; font-size: 14px; 
						  		  	 font-family: "trebuchet ms", sans-serif;  display: block; height: 52px; overflow: hidden; margin-bottom: 4px; text-decoration: none; }

