/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

#kwicksContainer{
  margin-top:5px;
}

#contentRightInner ul.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:440px;
}
#contentRightInner ul.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 110px;
	height: 144px;


	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
#contentRightInner .kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;

}
#contentRightInner .kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-color: #fff8e5;
	position:relative;

}
#kwick_2 {
	background-color: #f7e8e7;
	position:relative;
}
#kwick_3 {
	background-color: #e5f1ea;
	position:relative;
}
#kwick_4 { 
	background-color: #f2f8fc;
	position:relative;
}
#kwick_5 { 
	background-color: #f2e5f3;
	position:relative;
}
#kwick_6 { 
	background-color: #edeeef;
	position:relative;
}
#contentRightInner .kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
#contentRightInner .kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

#contentRightInner .kwickInner{
  width:400px;
}

#contentRightInner .kwickImg{
float:left;
padding-left:23px;
}

#contentRightInner .kwickTxt{
float:left;
width:186px;
padding:5px 10px;
font-size:11px;
border:1px solid red;
}

#contentRightInner .kwickTxt h3{
color:#7d5903;
font-size:12px;
font-weight:bold;
margin:0;
}

.fadeIn1,
.fadeIn2,
.fadeIn3,
.fadeIn4{
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:144px;
	background: url(../maingrafik/acc_bg_fade.png) no-repeat;	
}

.fadeIn1{
 background: url(../maingrafik/acc/bg_puma.png) no-repeat;
}

.fadeIn2{
 background: url(../maingrafik/acc/bg_elle.png) no-repeat;
}

.fadeIn3{
 background: url(../maingrafik/acc/bg_police.png) no-repeat;
}

.fadeIn4{
 background: url(../maingrafik/acc/bg_esprit.png) no-repeat;
}



