.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 55px;
	height: 185px;

	/*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) */
}
.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: 0px; /*Set to same as spacing option. */	
	float: left;
}

table {border-collapse:collapse;}
h1 {font:bold 15px "Century Gothic"; color:#ffffff; margin:5px 15px 5px 0px;}
h2 {font:bold 11px "Trebuchet MS"; line-height:14px; margin:5px 15px 0px 0px;}

#kwick_1 { 
	background-color: #ee1c25;
	cursor:pointer;
}
#kwick_2 {
	background-color: #FF6600;
	cursor:pointer;
}
#kwick_3 {
	background-color: #ffcc00;
	cursor:pointer;
}
#kwick_4 { 
	background-color: #8cc63f;
	cursor:pointer;
}
#kwick_5 { 
	background-color: #14a79d;
	cursor:pointer;
}
#kwick_6 {
	background-color: #7bbfca;
	cursor:pointer;
}
#kwick_7 {
	background-color: #25aae1;
	cursor:pointer;
}
#kwick_8 { 
	background-color: #4d85c4;
	cursor:pointer;
}
#kwick_9 { 
	background-color: #003399;
	cursor:pointer;
}
#kwick_10 {
	background-color: #662d91;
	cursor:pointer;
}
#kwick_11 {
	background-color: #922790;
	cursor:pointer;
}
#kwick_12 {
	background-color: #cc99cc;
	cursor:pointer;
}
#kwick_13 {
	background-color: #FF3399;
	cursor:pointer;
}
#kwick_14 { 
	background-color: #C03268;
	cursor:pointer;
}
#kwick_15 { 
	background-color: #2E3030;
	cursor:pointer;
}
#kwick_16 { 
	background-color: #967868;
	cursor:pointer;
}
#kwick_17 {
	background-color: #93a289;
	cursor:pointer;
}
#kwick_18 {
	background-color: #A8A9AD;
	cursor:pointer;
}

.kwicks.horizontal #kwick_15 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.row_img
{
    height:168px;
    width: 158px; 
    text-align:center;
    vertical-align:bottom; 
}
.lineh
{
    width:158px;
    height:4;
    text-align:center;
    vertical-align:middle; 
}
.linev
{
    width:4px;
    height:148;
    text-align:center;
    vertical-align:middle; 
}