.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index:300;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 302px;
	height: 190px;
	cursor:pointer;
	/*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;
	display:block;
}
#kwick_1 {background:url(/media/1447/bg-home-bottom-slider.png) left top no-repeat;}
#kwick_2 {background:url(/media/1447/bg-home-bottom-slider.png) left top no-repeat;}
#kwick_3 {background:url(/media/1447/bg-home-bottom-slider.png) left top no-repeat;}

.kwicks img.alignLeft{float:left; margin-right:15px;}
.kwicks img.alignRight{float:right; margin:10px;position:relative;}
.kwicks h2{padding:20px 10px 10px 0px; color:#2e5dab; text-transform:uppercase; margin:0;}
.kwicks p{margin:0; padding-left:120px; line-height:1.8em;}
#kwick_2 p{margin-top:-5px; line-height:1.6em;}
.kwicks a{color:#2e5dab; text-decoration:none; text-transform:uppercase;}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

