spacer {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px; /* required */
}
div#wrapper {
	background-color: #FFF; /* cosmetic */
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
}
div#center {
	background-color: #FFF; /* cosmetic */
	border: 0px solid #FFF; /* cosmetic */
	overflow: auto; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -459px; /* half of width */
	width: 918px; /* width of div */
	height: 682px; /* height of div */
	top: -341px; /* half of height */
}
body,td,th {
	color: #000;
}

.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: 120px;
	height: 50px;
	text-wrap: suppress;

	/*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: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background-color: #ffffff;
}
#kwick_2 {
	background-color: #ffffff;
}
#kwick_3 {
	background-color: #ffffff;
}
#kwick_4 { 
	background-color: #ffffff;
}
#kwick_5 { 
	background-color: #ffffff;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.ColumnAlone {
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bgroundEmpty {
	background-image: url(../imgns/backforempty.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#wrap     { width:900px; margin:0 auto; } 

div.scroll {
height: 300px;
width: 510px;
overflow: auto;
border: 1px solid #ffffff;
background-color: #ffffff;
padding: 8px;
scrollbar-3dlight-color:white;
scrollbar-arrow-color:black;
scrollbar-base-color:white;
scrollbar-darkshadow-color:white;
scrollbar-face-color:white;
scrollbar-highlight-color:black;
scrollbar-shadow-color:black;
scrollbar-track-color:white;
}


/* Slideshow. */

#slideshow {
    position:relative;
    left:0px;
	top:-197px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

#slideshow-container {
	position:relative;
	background-image:url(../imgns/container.png);
	top:276px;
	left:380px;
	z-index:9999;
}

#slideshow-container .item {
	display:block;
	float:left;
	background-image:url(../imgns/square-empty.png);
	padding: 2px 2px 2px 0px;
	width:13px;
	height:11px;
	text-align:center;
	cursor:pointer;
	font-size:6px;
	color:#333333;
	margin-right:-3px;
}

#slideshow-container .item:hover,  #slideshow-container .item.selected {
	background-image:url(../imgns/square-full.png);
}

#message {
	position:relative;
	top:157px;
	left:550px;
	z-index:9998;
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ffffff;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFF;
	}