/* 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. */

.shutter-wrap {
	height: 337px;
	overflow:hidden;
	width: 966px !important;
}
.shutter-bar { float: left; width: 80px; position: relative; top: 0; left: 0; }
.shutter-pic1 { position: relative; left: 80px; width: 665px; height: 336px; background: url(../images/shutter1bg.jpg) no-repeat; }
.shutter-pic2 { position: relative; left: 80px; width: 665px; height: 336px; background: url(../images/shutter2bg.jpg) no-repeat; }
.shutter-pic3 { position: relative; left: 80px; width: 665px; height: 336px; background: url(../images/shutter3bgb.jpg) no-repeat; }
.shutter-pic4 { position: relative; left: 80px; width: 665px; height: 336px; background: url(../images/shutter4bg.jpg) no-repeat; }
.home-bar {
	background-color: #fff5ea;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 0px;
}


.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 244px;
	height: 336px;

	/*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: 5px; /*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.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
	margin-left:-1px;
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.slidecontent {
    margin-left: 270px;
    padding-right: 40px;
    padding-top: 10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}


.slidecontent h3 a{
    color:#f9672e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	margin:10px 0;
	display:block;
}

.slidecontent p {
    font-size:12px;
	color:#FFFFFF;
	line-height:18px;
}

.kwicks horizontal { width: 960px !Important; }

h3 a, h3 a:link, h3 a:visited{ font-weight: bold; text-decoration: none; color: #f8941e !important; }

h3 a:active, h3 a:hover{ font-weight: bold; text-decoration: none; }
