/* styles for sliding photos plugin */

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	}
	
.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	background: url(../img/bg-grey-gradient.jpg) no-repeat 0 0;
	}

/* example 1 */

.kwicks li {
	float: left;
	width: 95px;
	height: 475px;
	margin-right: 0;
	}
	
.kwicks li.full-width { /* style for when there is only one image */
	width: 475px;
	}
	
ul.full-width li { /* same as above to catch instances where there is no link on the image */
	width: 475px;
	}
	
.kwicks li#youtube { /* style for embedded youtube videos */
	width: 474px;
	padding: 49px 0 0 2px;
	background: #333;
	height: 426px;
	}			
	
#homepage .kwicks li {
	float: left;
	width: 127px;
	height: 475px;
	margin-right: 0;
	}		
	
#kwick1 img {
	border: none;
	border-left: 2px solid #333;
	}
	
#homepage #kwick1 img {
	border-left: none;
	}		
		
#kwick2 img {
	border: none;
	border-left: 2px solid #fff;
	}	
		
#kwick3 img {
	border: none;
	border-left: 2px solid #fff;
	}		
		
#kwick4 img {
	border: none;
	border-left: 2px solid #fff;
	}		
		
#kwick5 img {
	border: none;
	border-left: 2px solid #fff;
	}
	
#kwick5 iframe { /* for embedded Googlemaps */
	border: none;
	border-left: 2px solid #fff;
	}		
	
#kwick6 img {
	border: none;
	border-left: 2px solid #fff;
	}		


