.stripViewer .panelContainer .panel ul
{
	text-align: left;
	margin: 0;
}

/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
.slider-wrap
{ 
	margin: 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 228px; background: #fff; overflow:hidden; color: #aaa; font-style: italic;}
.csw .loading {margin: 0; text-align: center;}

/* This is the viewing window */
.stripViewer
{ 
	position: relative;
	overflow: hidden; 
	border: none; /* this is the border. should have the same value for the links */
	margin: 0;
	width: 400px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 228px;
	clear: both;
}

/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
.stripViewer .panelContainer
{ 
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	overflow: hidden;
	/* -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. */
}

/* Each panel is arranged end-to-end */
.stripViewer .panelContainer .panel
{
	float:left;
	height: 100%;
	position: relative;
	width: 400px; /* Also specified in  .stripViewer  above */
	overflow: hidden;
}

/* Wrapper to give some padding in the panels, without messing with existing panel width */
.stripViewer .panelContainer .panel .wrapper
{
	padding: 0;
}

.wrapper a
{
  text-decoration: none;
  border: none;
}
.wrapper a span
{
  display: block;
  width: 22px; height: 22px;
  position: absolute;
  top: 194px;
  left: 267px;
  background: url("../img/img-zoom.png") no-repeat;
  text-decoration: none;
  border: none;
}

.stripViewer .panelContainer .panel .wrapper img
{
  border: 1px solid #999;
}

p#cross-links
{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}

p#cross-links a, p#cross-links a:visited
{
  margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	border: none;
	line-height: 1;
}
  p#cross-links a img
  {
    border: 1px solid #999;
    display: block;
    line-height: 1;
    margin: 0 10px 0 0; padding: 0;
  }
    p#cross-links a img.last_img
    {
      margin-right: 0;
    }

	p#cross-links a:active img,
	p#cross-links a:focus img
	{
    border: 1px solid #cc0000;
	}
	  


/*
	nejake elementy, ktere to
	generuje a nechci je
*/
.stripNav, .stripNav ul,
.stripNavL, .stripNavR
{
	display: none !important;
}
