



.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */


	width: 670px;
	padding:0px;
	margin:0px;
	float:left;
	margin-right:10px;
		}

		/* These 2 lines specify style applied while slider is loading */
.csw {width: 900px;  }
.csw .loading {margin: 200px 0 300px 0; text-align: center}
.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden;

			margin: auto;
			width: 620px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: auto;
			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%;
			/*z-index:120;*/
			float:left;
			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. */
		}

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



		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}

		.stripNav ul { /* The auto-generated set of links */
			list-style: none;


		}
	.stripNavL, .stripNavR {
		text-indent:-9999px;
		height:0px;
	}
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}

		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}

.wrapper {
	font-size:13px;
}

.wrapper img {
	width:287px;
	height:255px;
	float:left;
	border:5px solid #fff;
	margin:0px 10px 10px 0px;
}
.wrapper h3, .kontakt_front h3, .banners h3 {
	color:#fff;
	margin-bottom:10px;
	border-bottom:1px dotted #fff;
	font-weight:bold;
	font-size:16px;
}
.wrapper p {
	color:#fff;
	text-align:justify;
}
.wrapper p strong {
	font-weight:bold;}
#movers-row div {
	width:215px;
	float:left;
	height:auto;
	text-align:center;
	margin-top:20px;
}
#movers-row img {
	border:5px solid #fff !important;
}
