/* 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. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;

}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 220px;
	height: 374px;

	/*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) */
     box-shadow:0 0 10px 0 #555;
         -webkit-box-shadow:0 0 10px 0 #555;
           -moz-box-shadow:0 0 10px 0 #555;
            



}
.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: 0px; /*Set to same as spacing option. */
	float: left;
	background: #000 url(../images/preloader.gif) no-repeat;
	background-position: 118px 237px;

}
.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. */	
}

.kwickshadow {
z-index: 10;
background: url(../images/kwickshadow.png) repeat-y;
position: absolute;
right: 0px;
height: 374px;
width: 27px;
}




	.slideimage {float:left;padding:0;margin:0;}
	
	
	.slide-minicaption {
	top:300px;
	right:0;
	float:right;
	position:absolute;
	line-height:18px;
	background:#FF0000; 
	width: 145px;
          border-radius:6px 0 0 6px;
         -moz-border-radius: 6px 0 0 6px;
         -webkit-border-radius:6px 0 0 6px;
 
	}
	
	.slide-minicaptiontitle {
	  	 font-size:18px;
         letter-spacing:0;
          display:block;
	 	line-height:23px;
   	  	padding:10px 10px 10px 15px;
         font-weight: bold;  
         	color:#fff;
	}
	
	.slidecaption {
	top:300px;
	right:0;
	float:right;
	position:absolute;
	color:#fff;
	padding:15px;
	font-size:12px;
	line-height:18px;
	background:#111;
	width: 300px;
          border-radius:16px 0 0 16px;
       -moz-border-radius: 16px 0 0 16px;
      -webkit-border-radius:16px 0 0 16px;
       text-shadow: 1px 1px 1px #000;
	}
	
	.slidecaption a {color:#fff; }
	.slidecaption a:hover {text-decoration:none;}
	

.slidecaptiontitle {
	font-size:17px;    color:#fff; display:block;
	padding-bottom:10px;

}

	.slidecaptiontitle a {
		color:#fff;
	}
	
	.slidecaptiontitle a:hover {
		color:#fff; text-decoration:none;
	}
