.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 950px;
	font-size: 12px;
	background-image: url(../images/dao_bbg_03.jpg);
	background-repeat: repeat-x;
	background-color: #cb0200;
}
.dao_bg {
	background-image: url(../images/dao_bbg_03.jpg);
	background-repeat: repeat-x;
}
.kwicks li{
	height: 39px;
	/*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) */
	margin: 0px;
	width: 104px;
	background-image: url(../images/dao_bbg_03.jpg);
	background-repeat: repeat-x;
	background-color: #cb0200;
}
.kwicks.horizontal li {
	float: left;
	background-image: url(../images/dao_bbg_03.jpg);
	background-repeat: repeat-x;
	background-color: #cb0200;
	width: 104px;
}
.kwicks.vertical  li{
	background-image: url(../images/dao_bbg_03.jpg);
	background-repeat: repeat-x;
	background-color: #cb0200;
	width: 104px;
}

#kwick_1 {

}
#kwick_2 {

}
#kwick_3 {

}
#kwick_4 {
	background-color: #cb0200;
	width: 104px;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
