/* @override http://www.garfagnanapress.it/slider.css */

/*
	GENERIC RESET &amp; BASIC STRUCTURE
*/

a {
	/* remov

e the dotted outlines when clicking tabs */ 
						  		      outline: none;
	text-decoration: none;
}

ul {
	list-style: none;
	width: 100%;
}

/*
	WIDGET STRUCTURE
*/

#blogSliderWrap {
	width: 170px;
	float: left;
	padding-left: 5px;
}

#blogSlider {
	width: 170px;
	background-position: 0;
}

.stripViewer {
	position: relative;
	overflow: hidden;
	clear: both;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
	float: left;
}

.stripViewer .panelContainer .panel {
	float: left;
	position: relative;
	width: 170px;
}

.wrapper {
	float: left;
	width: 170px;
}

.innerWrap {
	overflow: hidden;
	width: 170px;
	height: 100%;
}

/* 
	MAIN TABBED NAVIGATION
*/

.stripNav {
	z-index: 99;
	height: 18px;
	margin-bottom: auto;
	margin-top: 5px;
	margin-right: auto;
}

.stripNav ul li {
	float: left;
}

.stripNav li a {
	/* Generic "CSS image replacement" */
	cursor: pointer;
	display: block;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	text-align: left;
	line-height: 0;
}

/* The below class names are auto-generated by the JavaScript */

.stripNav li.tab1 a {
	background: transparent url(images/numeri/1.png) repeat-y left bottom;
}

.stripNav li.tab2 a {
	background: transparent url(images/numeri/1.png) repeat-y left bottom;
}

.stripNav li.tab3 a {
	background: transparent url(images/numeri/1.png) repeat-y left bottom;
}

.stripNav li.tab4 a {
	background: transparent url(images/numeri/1.png) repeat-y left bottom;
}

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus {
	/* 

Restore focus styling that we removed when we removed outlines */
							
}

/* It is neccessary to repeat the image paths here */

.stripNav li.tab1 a.current {
	background: url(images/numeri/1.png) no-repeat left top;
}

.stripNav li.tab2 a.current {
	background: url(images/numeri/1.png) no-repeat left top;
}

.stripNav li.tab3 a.current {
	background: url(images/numeri/1.png) no-repeat left top;
}

.stripNav li.tab4 a.current {
	background: url(images/numeri/1.png) no-repeat left top;
}

/* 
	SUB NAVIGATION
*/

.stripNavL a, .stripNavR a {
	display: none;
	width: 75px;
	height: 22px;
	top: 390px;
	float: left;
}


/* 
	HEADLINES STYLING 
*/

.panel ul {
	width: 170px;
	height: 100%;
	float: left;
}

.panel ul li a {
	color: #303030;
	display: block;
}

.panel ul li:last-child a {
	/*

Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none;
}
