/* 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. */
body {
	background-color: #FFFFFF;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.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: 3px; /*Set to same as spacing option. */	
	float: left;
	width: 330px;
	height: 169px;
}
.kwicks li a {
background-image:none;
background-repeat:no-repeat;
cursor:pointer;
display:block;
height:169px;
width: 330px;
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;
height:169px;
width: 450px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-indent:-9999px;
z-index:2;
}


.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. */	
}

#kwick_1 {
	background-image:url(../../../filesystem/images/slider/01a.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
}

#kwick_1 a {
	background-image:url(../../../filesystem/images/slider/01a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#kwick_1 a:hover {
	background-image:url(../../../filesystem/images/slider/01b.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#kwick_2 {
	background-image:url(../../../filesystem/images/slider/02a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#kwick_2 a {
	background-image:url(../../../filesystem/images/slider/02a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#kwick_2 a:hover {
	background-image:url(../../../filesystem/images/slider/02b.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#kwick_3 {
	background-image:url(../../../filesystem/images/slider/03a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#kwick_3 a {
	background-image:url(../../../filesystem/images/slider/03a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right:none;
}

#kwick_3 a:hover {
	background-image:url(../../../filesystem/images/slider/03b.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.kwicks.horizontal #kwick_3 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_3 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.jqDiv	{ width:1000px; overflow:hidden; *overflow-x:hidden !Important; }
.jqDiv li, .jqDiv li a	{ overflow:hidden; }
