a									{ outline: none; }
/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 771px; position: relative; }
#blogSlider 						{ width: 771px; background-image: url(../images/bgTabGradient.jpg); background-repeat: repeat-x; }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; width: 771px;}
.stripViewer .panelContainer .panel { float: left; position: relative; width: 771px;}
.wrapper							{ padding: 20px; }
.stripViewer h2						{ margin-bottom: 10px; }
.panel img							{ float: left; padding-right: 20px;}
.innerWrap 							{ width: 771px; overflow: hidden;}


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav                           { width: 731px; }
.stripNav ul li 					{ float: left;}
.stripNav li a 						{ font-size: 15px; padding: 13px 20px 7px 54px; height:24px; text-decoration: none; display:-moz-inline-box; display: inline-block;}
.stripNav a:hover					{ text-decoration: none; color: #8cc63f; cursor: default;}
.stripNav li a.current 				{ background-color: #dedede; color: #666; }

.stripNav li.tab1 a { background: url(../images/circle1.jpg) top left no-repeat;}
.stripNav li.tab2 a { background: url(../images/circle2.jpg) top left no-repeat;}
.stripNav li.tab3 a { background: url(../images/circle3.jpg) top left no-repeat;}
.stripNav li.tab4 a { background: url(../images/circle4.jpg) top left no-repeat;}
.stripNav li.tab1 a.current { background: url(../images/circle1.jpg) bottom left no-repeat; background-color: #e5e5e5;}
.stripNav li.tab2 a.current { background: url(../images/circle2.jpg) bottom left no-repeat; background-color: #e5e5e5;}
.stripNav li.tab3 a.current { background: url(../images/circle3.jpg) bottom left no-repeat; background-color: #e5e5e5;}
.stripNav li.tab4 a.current { background: url(../images/circle4.jpg) bottom left no-repeat; background-color: #e5e5e5;}