/* 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: 0px 0px 0px;
	padding: 0;
	overflow:hidden;
	width:960px;
}

.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: 1px; /*Set to same as spacing option. */	
	float: left;
	width: 239px;
	height: 81px;
}


.kwicks li a {
background-image:none;
background-repeat:no-repeat;
cursor:pointer;
display:block;
height:81px;
width: 239px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-indent:-9999px;
z-index:2;
}

.kwicks li a:hover {
background-image:none;
background-repeat:no-repeat;
cursor:pointer;
display:block;
width: 360px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-indent:-9999px;
z-index:2;
}

#kwick_1 {
	background:url(../../images/homeSlide1.jpg) no-repeat left bottom;
}

#kwick_1 a {
	background:url(../../images/homeSlide1.jpg) no-repeat left bottom;
}

#kwick_1 a:hover {
	background-position:left 1px;	
}

#kwick_2 {
	background:url(../../images/homeSlide2.jpg) no-repeat left bottom;
}
#kwick_2 a {
	background:url(../../images/homeSlide2.jpg) no-repeat left bottom;
}

#kwick_2 a:hover {
	background-position:left 1px;
}
#kwick_3 {
	background:url(../../images/homeSlide3.jpg) no-repeat left bottom;
}
#kwick_3 a {
	background:url(../../images/homeSlide3.jpg) no-repeat left bottom;
}

#kwick_3 a:hover {
	background-position:left 1px;
}
#kwick_4 { 
	background:url(../../images/homeSlide4.jpg) no-repeat left bottom;
}
#kwick_4 a {
	background:url(../../images/homeSlide4.jpg) no-repeat left bottom;
}
#kwick_4 a:hover {
	background-position:left 1px;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
