ol.kwicks , ul.kwicks , li.kwicks  {
	list-style-position: outside;
	margin-left:0px;
	list-style: none;
}
ul.kwicks  {
	margin-top:0px;
	margin-bottom:0px;
	border-right:#FFF 1px solid;
	width:129px;
}


.kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 130px;
	height: 130px;
	margin-right: 0px;
	background-image:url(kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:130px;
	margin-left:140px;
	outline:none;
	color:#999;
	cursor:default;
}
.kwicks a:link, .kwicks a:hover, .kwicks a:active, .kwicks a:visited{
	color:#999;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-300px 0px;
}
#kwick3 {
	background-position:-600px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -300px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -600px bottom;
}
