/* Swiss Army Slideshow */
/* All Styles Optional  */

div#desc0 { /* Image description */
	position: relative;
	top: 5px;
	right: 5px;
	font-family: Comic, "Comic Sans", "Comic Sans MS", "MS Comic Sans", cursive;
	line-height: 95%;
	font-size:   80%;
	text-align: right;
	vertical-align: top;
	}

/* These next two float/clear specs will make the control buttons
   and image counter (x/y) text appear side-by-side.              */
div#controls0 { /* Control button table */
	float: left; 
	clear: right;
	width: 125px;
	}

div#counter0 { /* Counters block (x/y) */
	float: right; 
	clear: left;
	position: relative;
	top: 12px;
	right: 15px;
	font-family: Comic, "Comic Sans", "Comic Sans MS", "MS Comic Sans", cursive;
	font-size:   60%;
	text-align: left;
	width: 75px;
	}

#thecnt0 { /* Counter image number (X/y) */
	font-family: Comic, "Comic Sans", "Comic Sans MS", "MS Comic Sans", cursive;
	font-size:   120%;
	text-align: right;
	}

/*
div#show3 {
	background-color:#efefef;
	width:140px;
	margin:0 auto;
	border:1px solid #444444;
	}
div#show3 table td, div#show4 table td {
	height:24px;
	background-image:url('38.gif');
	}
div#show4 table td {
	background-image:url('40.gif');
	}
div#show3 table input,  div#show4 table input {
	outline-style:none;
	}
*/
