body{
font-size:0.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;

}
 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image: none

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 170px;
	height: 51px;
	margin-right: 0px;
	background-image:url(../kwicks_sprite.png);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:51px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-245px 0px;
}
#kwick3 {
	background-position:-490px 0px;
}
#kwick4 { 
	background-position:-735px 0px;
}
#kwick5 { 
	background-position:-980px 0px;
}
#kwick6 { 
	background-position:-1225px 0px;
}


#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -245px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -490px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -735px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -980px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -1225px bottom; 
}



#kwick1 a{
	background-image:none;
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -320px;
}

#kwick6 a{
	background-image:none;
	background-repeat:no-repeat;
	background-position: right -170px;
}
#kwick6 a:hover{
	background-position: right -320px;
}
.widget {
width:1024px;
height:455px;
}
.widget a.previous{ background-color: transparent; background-image: url(../jc_code/images/prev.jpg); float:left; display:block; width:34px; height:34px; margin-top:264px; margin-right:2px; }
.widget a.next{ background-color: transparent; background-image: url(../jc_code/images/next.jpg); float:right; width:34px; height:34px; margin-top:264px; }
.widget_style li {
height:455px;
width:297px;
list-style:none;
margin:264px 0 0;
padding:0 17px;
}
.widget_style img {
width:297px;
height:455px;
}
