#kwicks_slider {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 363px;
	margin:auto;
}
#kwicks_slider li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 160px;
	height: 363px;

	/*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_slider 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;
	opacity: 1;
}

#kwicks_slider li a
{
	display: block;
}

.kwicks_shadow
{
	position: absolute;
	right: 0;
	z-index:999;
	width: 27px;
	height: 363px;
	background: transparent url("../images/slider_shadow.png") no-repeat right top;
}

.kwicks_title
{
	position: absolute;
	background: transparent url('../images/slider_title_shadow.png') repeat;
	bottom: 0px;
	padding: 15px 15px 20px 15px;
	overflow: hidden;
	width:140px;
	text-align:center;
}

.kwicks_title , .kwicks_title_large h6
{
	color: #fff;
	font-size: 18px;
	text-align:center;
	text-transform:uppercase;
}
.kwicks_title h6{
	color:#fff;
	font-size:14px;
}

 .kwicks_title_large h6 {
	 margin-bottom:10px;	 
 }

.kwicks_title_large
{
	width: 98%;
	position: absolute;
	background: transparent url('../images/slider_title_shadow.png') repeat;
	bottom: 0px;
	padding: 15px 15px 20px 15px;
	display: none;
	color:#fff;
	text-align:center;
}
