
 
ul#menuback {
	margin: 0px auto;
	list-style: none;
	background: url(../images/movingImages/words2.jpg);
	width: 820px;
	overflow: auto;
		padding:0px;
}

ul#menuback li.shutter {
	width: 205px;
	height: 275px;
	display: block;
	float: left;
}

ul#menuback li#shutter1 {
	background: url(../images/movingImages/stuff1.jpg) no-repeat; 
}
ul#menuback li#shutter2 {
	background: url(../images/movingImages/stuff2.jpg) no-repeat; 
}
ul#menuback li#shutter3 {
	background: url(../images/movingImages/stuff3.jpg) no-repeat; 
}
ul#menuback li#shutter4 {
	background: url(../images/movingImages/stuff4.jpg) no-repeat; 
}

.link {
   width: 205px;
   height: 275px;
   display: block;
   background: url(../images/movingImages/window.png) no-repeat bottom center;
   text-indent: -9999px;
}

.hoverArea
{
	width:205px;
	height:80px;
	display:block;
	margin-top:-80px;
}


/* ------------------------------ */

 .kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }
 
  .kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
   height: 30px;
   width:125px;
   margin-right: 0px;
   background-image:url(../images/movingImages/SlideyNav.png);
   background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:30px;
	text-indent:-9999px;
	outline:none;
}
#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-140px 0px;
}
#kwick3 {
	background-position:-284px 0px;
}
#kwick4 {
	background-position:-438px 0px;
}
#kwick5 {
	background-position:-572px 0px;
}






#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -140px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -284px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -438px bottom;
}
#kwick5.active, #kwick5:hover {
	background-position: -572px bottom;
}