/* 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. */
#kwicks1 {
  margin: 0 auto;
  width: 960px;
  height: 346px;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
  background:#ffffff;

}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
  width: 192px;
  height: 346px;
	/*do not change these */
	display: block;
	overflow: hidden;
	cursor: pointer;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
  margin: 0;
  background: url(../images/loading.gif) 50% 50% no-repeat;	
}
.kwicks li img {
  overflow: hidden;
}
.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: 0; /*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: 5px; /*Set to same as spacing option. */	
}
.kwicks li .caption {
  padding: 10px 20px 5px 20px;
  width: 260px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/transparent.png) repeat;
  text-align: left;
}
.kwicks li .heading-text {
  padding: 15px 20px;
  width: 760px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/transparent.png) repeat;
  display: none;
  text-align: left;
}
.kwicks li .heading-text h4,
.kwicks li .caption h4 {
  color: #ffffff;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif, Arial,sans-serif;
  font-weight: 600;
}
.kwicks li .heading-text p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 16px;
  display: none;  
  font-size: 11px;
}
    
.kwicks li .shadow{
  position:absolute;
  z-index:100;
  top:0;
  right: 0;
  height:375px !important;
  width:100px;	
  background:url(../images/kwicks-shadow.png) right repeat-y;
}
