
.kwicks {
/* recommended styles for kwicks ul container */
   list-style: none;
   position: relative;
   margin: 0px auto;
   padding: 0px;
   overflow:hidden;
}
.kwicks li{
/* these are required, but the values are up to you (must be pixel) */
   height: 500px;
   width:160px;
   display: block;
   overflow: hidden;
   padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
   cursor:pointer;
   position:relative;
}
.kwicks li.active {
	background:#000;
}
.horizontal.kwicks li {
/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
   margin-right: 0; /*Set to same as spacing option. */
   float: left;
   background: url(../images/bg2.jpg);
   
}
.horizontal.kwicks li:hover{
/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
   margin-right: 0; /*Set to same as spacing option. */
   float: left;
   background:url(../images/bg1.jpg);
   
}
.horizontal.kwicks LI .slider-title{
	float:left;
	display:block;
	width:31px; 
	height:500px;
}
.horizontal.kwicks LI .slider-title a{ 
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display:block;
	position:absolute;
	left:0px;
	width:40px;
	height:30px;
	bottom:23px;
	color:#fff;
	font-family:CG Omega;
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	float:left;
}

.horizontal.kwicks li  div{ float:left; position:absolute; left:31px; width:31px; }
.horizontal.kwicks li:hover .slider-title a{ color:#fff;}


}
