/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 920px; margin: 10px auto;
									  padding-bottom: 20px; position: relative; background:none;}
#blogSlider 						{ padding: 21px 0px 0px 0px; width: 920px; background:none; }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 920px; background:none;}
.stripNav 							{ margin-left: 0; position: relative; top: 18px; z-index: 99;
									  width: 920px; }
.wrapper 							{ padding: 0; background:none;}
.innerWrap 							{ width: 920px; overflow: hidden; background:none;}
#push 								{ height: 15px; }


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

.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(/images/tab-psdtuts.jpg) top center no-repeat; width: 63px; }
.stripNav li.tab2 a { background: url(/images/tab-nettuts.jpg) top center no-repeat; width: 63px; }
.stripNav li.tab3 a { background: url(/images/tab-vectortuts.jpg) top center no-repeat; width: 85px; }
.stripNav li.tab4 a { background: url(/images/tab-audiotuts.jpg) top center no-repeat; width: 73px; }

.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 { }
.stripNav li.tab2 a.current { }
.stripNav li.tab3 a.current { }
.stripNav li.tab4 a.current { }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 75px; 
							 		  height: 22px; text-indent: -9999px; }
.stripNavL a						{ bottom: 15px; left: 0px; background: #fff; }
.stripNavR a 						{ bottom: 15px; right: 45px; background: #fff;
}


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 920px; }
.panel ul li a 						{ color: #000;
						  		  	  display: block; padding: 7px 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 		{  }
.panel ul#net-list li a:hover 		{  }
.panel ul#vector-list li a:hover 	{  }
.panel ul#audio-list li a:hover 	{  }