

a:focus { outline:none }

img { border: 0 }

h4 {
	padding-bottom: 0px;
	line-height: 12px;
}



.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered
	margin: 0;
	position: relative;*/
	width: 535px;
	background-color: #efefef;
	border-top: 5px solid #efefef;
	border-right: 5px solid #efefef;
}


/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 535px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/* border: 5px solid #000;  this is the border. should have the same value for the links */
	/*border-right: 5px solid #efefef;*/
	/*margin: auto;*/
	width: 535px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 500px;
	clear: both;
	background: #fff;
}

.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. */
}

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

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

.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 */
	margin: 0;
	list-style: none;
	background-repeat: no-repeat;
}

.stripNav ul li {
	float: left;
	margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	padding: 0;
	background-color: #ececec;
	background-image: none;
	background-position: 3px 1px;
	background-repeat: no-repeat;
}

.stripNav a { /* The nav links */
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: center;
	line-height: 20px;
	
	color: #89c600;
	text-decoration: none;
	display: block;
	padding: 0 13px 0 20px;
}


.stripNav li.tab1 { background-image: url(http://assets.getunik.com/custom/mosaikslider/green1.gif);}
.stripNav li.tab2 { background-image: url(http://assets.getunik.com/custom/mosaikslider/green2.gif);}
.stripNav li.tab3 { background-image: url(http://assets.getunik.com/custom/mosaikslider/green3.gif);}
.stripNav li.tab4 { background-image: url(http://assets.getunik.com/custom/mosaikslider/green4.gif);}
.stripNav li.tab5 { background-image: url(http://assets.getunik.com/custom/mosaikslider/green5.gif);}
.stripNav li.tab6 { background-image: url(http://assets.getunik.com/custom/mosaikslider/green6.gif);}



.stripNav li a:hover {
	background: #fff;
	color: #787878;
}

.stripNav li a.current {
	background: #fff;
	color: #787878;
}


.stripNav li.tab1 .current { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey1.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab2 .current { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey2.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab3 .current { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey3.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab4 .current { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey4.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab5 .current { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey5.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab6 .current { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey6.gif);background-repeat: no-repeat;background-position: 3px 1px;}

.stripNav li.tab1 a:hover { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey1.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab2 a:hover { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey2.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab3 a:hover { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey3.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab4 a:hover { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey4.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab5 a:hover { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey5.gif);background-repeat: no-repeat;background-position: 3px 1px;}
.stripNav li.tab6 a:hover { background-image: url(http://assets.getunik.com/custom/mosaikslider/grey6.gif);background-repeat: no-repeat;background-position: 3px 1px;}


.stripNavL {
	margin-top: 10px;
	left: 0;
	float: left;
}

.stripNavL a {
	background-image: url(http://assets.getunik.com/custom/mosaikslider/arrowRetour.gif);
	background-repeat: no-repeat;
	padding: 0 5px 4px 25px;
	line-height: 26px;
	height: 26px;
}

.stripNavR {
	margin-top: 10px;
	margin-right: 60px;
	right: 0;
	float: right;
}

.stripNavR a {
	background-image: url(http://assets.getunik.com/custom/mosaikslider/arrowWeiter.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 25px 4px 5px;
	line-height: 26px;
	height: 26px;
}




