body{
font-size:0.85em;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

#para1
{
font-size:small;
font-family:Arial, Helvetica, sans-serif;
text-align:right;
color:#ffcc33
} 
#para2
{
		text-align:left;
	color:#666666
} 
#slideshow {
    position:relative;
    height:300px;
}

#slideshow DIV {
    position:absolute;
    top:2;
    left:10;
    z-index:8;
    opacity:0.0;
    height: 300px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 300px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(imgs/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: 98px;
	height: 30px;
	margin-right: 0px;
	background-image:url(imgs/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:30px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-125px 0px;
}
#kwick3 {
	background-position:-250px 0px;
}
#kwick4 { 
	background-position:-375px 0px;
}
#kwick5 { 
	background-position:-500px 0px;
}
#kwick6 { 
	background-position:-625px 0px;
}
#kwick7 { 
	background-position:-750px 0px;
}



#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -125px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -250px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -375px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -500px bottom; 
}
#kwick6.active, #kwick6:hover {
	background-position: -625px bottom; 
}
#kwick7.active, #kwick7:hover {
	background-position: -750px bottom; 
}
.nivoZoomHover {
	background:url(imgs/zoom.png) no-repeat 50% 50%;
}
/*
#kwick1 a{
	background-image:url(end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick7 a{
	background-image:url(end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick7 a:hover{
	background-position: right -120px;
}
*/