		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
			
		.stripViewer .panelContainer .panel ul {
			text-align: left;
      margin: 0px;
		}

		.csw .loading {
      margin: 0px;
      text-align: center
      }

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
		}
	
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0;
      top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.panel { /* Each panel is arranged end-to-end */
      position: relative;	
      float:left;
      width: 800px; /* Also specified in  .stripViewer  above */
      height: 115px;
    } 
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
				
/**************************** OVLADANI SLIDERU ********************************/		
    
    .stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			width: 57px;
			height: 87px;
			color: #FFF;
		}
		
    #stripNavL0 { /* The left and right arrows */
			position: absolute;
			width: 57px;
			height: 87px;
			left: 0px;
			top: 45px;
		}
		
		#stripNavR0 { /* The left and right arrows */
			position: absolute;
			width: 57px;
			height: 87px;
			right: 0px;
			top: 45px;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			width: 57px;
			height: 87px;
			color: #828369;
		}
		
		.stripNavL a{
			background: url(../images/arrow_left.gif) no-repeat left;
		}
		
		.stripNavR a{
			background: url(../images/arrow_right.gif) no-repeat right;
    }
		.stripNavL a:hover{
			background: url(../images/arrow_left_on.gif) no-repeat left;
		}
		
		.stripNavR a:hover{
			background: url(../images/arrow_right_on.gif) no-repeat right;
    }