div.kwicks_container {
	width: 500px;
	margin: 100px auto 0 auto;
}
/*-------------------------KWICKS--------------------*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:500px;
	height:50px;
	z-index:2;
}
.kwicks li {
	font-size: 10px;
	display: block;
	float: left;
	overflow: hidden;
	padding: 0  5px  0  0;
	cursor: pointer;
	width: 98px;
	height: 20px;
	z-index:2;
	cursor:pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.kwicks li a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	color: #333;
	height: 20px;
	outline:none;
	display:block;
	z-index:100;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.kwicks li h3 {
	position: absolute;
	width: 490px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	color: #999;
	outline:none;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	left: 0px;
	top: 15px;
	right: 0px;
	bottom: 0px;
	margin-left: 5px;
}
#kwick_1, #kwick_2, #kwick_3, #kwick_4, #kwick_5 {
	margin: 0pt;
	overflow: hidden;

	display: block;
	width: 98px;
	padding: 5px 0px 0px 0px;
}
#kwick_1 {
	left: 0px;
	border: none;
}
#kwick_2 {
	left: 98px;
}
#kwick_3 {
	left: 196px;
}
#kwick_4 {
	left: 294px;
}

#kwick_5 {
	right: 0px;
}


#kwick_1 a:hover   {color:#66c05b}
#kwick_1 a:active  {color:#66c05b}

#kwick_2 a:hover   {color:#f6ab00}
#kwick_2 a:active  {color:#f6ab00}

#kwick_3 a:hover   {color:#626cb0}
#kwick_3 a:active  {color:#626cb0}

#kwick_4 a:hover   {color:#5291fa}
#kwick_4 a:active  {color:#5291fa}

#kwick_5 a:hover   {color:#f27198}
#kwick_5 a:active  {color:#f27198}

}
.kwicks li a:hover h3, .kwicks li #active h3 {
	color: #999999;
}

