/*
	WIDGET STRUCTURE
*/
#blogSlider 						{ width: 960px; height: 311px; margin: 0;
									  background: url(images/home-box-bg.jpg) bottom no-repeat; }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 960px; }
.stripNav 							{ display: inline; z-index: 99; }
.wrapper 							{ padding: 50px 30px 30px 30px; font-size: 14px; line-height: 140%; }
.innerWrap 							{ overflow: hidden; width: 960px; }
.panel { height: 299px; }

/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a { /* Generic "CSS image replacement" */ display: block; height: 101px; text-indent: -9999px; }

/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(images/tab-reklamne.png) top no-repeat; width: 119px; }
.stripNav li.tab2 a { background: url(images/tab-diare.png) top center no-repeat; width: 120px; }
.stripNav li.tab3 a { background: url(images/tab-tricka.png) top center no-repeat; width: 120px; }
.stripNav li.tab4 a { background: url(images/tab-tlacene.png) top center no-repeat; width: 120px; }
.stripNav li.tab5 a { background: url(images/tab-signatura.png) top center no-repeat; width: 120px; }
.stripNav li.tab6 a { background: url(images/tab-velkoformatova.png) top center no-repeat; width: 120px; }
.stripNav li.tab7 a { background: url(images/tab-nazehlovanie.png) top center no-repeat; width: 120px; }
.stripNav li.tab8 a { background: url(images/tab-vysivanie.png) top center no-repeat; width: 121px; }


.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(images/tab-reklamne.png) bottom no-repeat; }
.stripNav li.tab2 a.current { background: url(images/tab-diare.png) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(images/tab-tricka.png) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(images/tab-tlacene.png) bottom center no-repeat; }
.stripNav li.tab5 a.current { background: url(images/tab-signatura.png) bottom center no-repeat; }
.stripNav li.tab6 a.current { background: url(images/tab-velkoformatova.png) bottom center no-repeat; }
.stripNav li.tab7 a.current { background: url(images/tab-nazehlovanie.png) bottom center no-repeat; }
.stripNav li.tab8 a.current { background: url(images/tab-vysivanie.png) bottom center no-repeat; }


.stripNavL a, .stripNavR a { display: none; }

.box-reklamne { background:url(images/img-reklamne.jpg) bottom right no-repeat; }
.box-diare { background:url(images/img-diare.jpg) bottom right no-repeat; }
.box-tlacene { background:url(images/img-tlacene.jpg) bottom right no-repeat; }
.box-signatura { background:url(images/img-signatura.jpg) bottom right no-repeat; }
.box-velkoformatova { background:url(images/img-velkoformatova.jpg) bottom right no-repeat; }
.box-nazehlovanie { background:url(images/img-nazehlovanie.jpg) bottom right no-repeat; }
.box-vysivanie { background:url(images/img-vysivanie.jpg) bottom right no-repeat; }
.box-tricka { background:url(images/img-tricka.jpg) bottom right no-repeat; }


