/*--- kwicks ---*/
.kwicks-box {
	width:971px;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:971px;
	height:265px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 193px;
	height: 265px;
	/*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) */
	cursor:pointer;
	background:#fff;
}
.kwicks div {
	position:absolute;
	left:80px;
	top:40px;
	width:665px;
	height:265px;
	line-height:1.5em;
	color:#97a0a3;
}
.kwicks div .img-indent {
	margin-right:30px;
}
	.kwicks .pad {
		padding-top:26px;
	}
	.kwicks strong {
		color:#000;
	}
	.kwicks a {
		color:#000;
	}
.kwicks li.active {
}
.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: 0; /*Set to same as spacing option. */	
	float: left;
}
.kwicks span {
	display:block;
	width:50px;
	height:265px;
	background:none;
	outline:none;
}

#kwick_1 span {
	background:url(../images/tab1.gif) left top no-repeat;
}
	#kwick_1.active span {
		background:url(../images/tab1-active.gif) left top no-repeat;
	}
#kwick_2 span {
	background:url(../images/tab2.gif) left top no-repeat;
}
	#kwick_2.active span {
		background:url(../images/tab2-active.gif) left top no-repeat;
	}
#kwick_3 span {
	background:url(../images/tab3.gif) left top no-repeat;
}
	#kwick_3.active span {
		background:url(../images/tab3-active.gif) left top no-repeat;
	}
#kwick_4 span {
	background:url(../images/tab4.gif) left top no-repeat;
}
	#kwick_4.active span {
		background:url(../images/tab4-active.gif) left top no-repeat;
	}
#kwick_5 span {
	background:url(../images/tab5.gif) left top no-repeat;
}
	#kwick_5.active span {
		background:url(../images/tab5-active.gif) left top no-repeat;
	}

