
/*
	WIDGET STRUCTURE
*/
.blogSliderWrap				{ width: 470px; margin: 5px auto; margin-top: 20px;
									 
									  padding-bottom: 50px; position: relative; }
.blogSlider 						{ margin-left: 5px; padding: 5px 5px 0px 5px; width: 430px;
									 background-color: white;}
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 430px; }
.stripNav ul, .klienci ul						{list-style-type: none;}
.stripNav ul li a					{ color: #000; font-weight: bold; text-transform: uppercase; line-height: 20px; }
.wrapper 							{ padding: 0px; width: 430px; }
.innerWrap 							{ width: 428px; overflow: hidden; }
#push 								{ height: 35px; }

.stripNavL a{ text-align: left;}
.stripNavR a{ text-align: right;}




/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 420px; }
.panel ul li a 						{ border-bottom: 1px solid #C1B599; color: #303030;
						  		  	  display: block; padding: 7px 10px; }
.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: #4a8c7f; color: white; }
.panel ul#vector-list li a:hover 	{ background: #1f5293; color: white; }
.panel ul#audio-list li a:hover 	{ background: #4f7c11; color: white; }