.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;


height:275px;
overflow-x:hidden;
overflow-y:hidden;
width:686px;
margin: 0;
	padding: 0;
	background-color:#000
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 167px;
	height: 274px;

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

.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: 6px; /*Set to same as spacing option. */	
	float: left;
}
.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: 6px; /*Set to same as spacing option. */	
}

#kwick_1_es { 
		background: url(/img/banners/slide-banner/slide-banner1_es.jpg) no-repeat left top;
}
#kwick_2_es {
		background: url(/img/banners/slide-banner/slide-banner2_es.jpg) no-repeat left top;
}
#kwick_3_es {
		background: url(/img/banners/slide-banner/slide-banner3_es.jpg) no-repeat left top;
}
#kwick_4_es { 
		background: url(/img/banners/slide-banner/slide-banner4_es.jpg) no-repeat left top;
}

#kwick_1_en { 
		background: url(/img/banners/slide-banner/slide-banner1_en.jpg) no-repeat left top;
}
#kwick_2_en {
		background: url(/img/banners/slide-banner/slide-banner2_en.jpg) no-repeat left top;
}
#kwick_3_en {
		background: url(/img/banners/slide-banner/slide-banner3_en.jpg) no-repeat left top;
}
#kwick_4_en { 
		background: url(/img/banners/slide-banner/slide-banner4_en.jpg) no-repeat left top;
}

.kwicks.horizontal #kwick_4_es {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.horizontal #kwick_4_en {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.vertical #kwick_4_es {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.vertical #kwick_4_en {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}


.KwikLink{
	width: 310px;
	height: 260px;
	display:block;
}