* {
	margin: 0; padding: 0;}

#wrapp {
	width: 710px;
	text-align: left;
	font-size: 1.1em;
	margin: 1em auto;
	padding: 1em;
	color: black;
	overflow:hidden;
	
}

/* slideViewer 1.0 default styles */


.stripViewer { /* this is the DIV container for your UL of images */
	position: relative;
	overflow: hidden; 
	border: 0px solid #00ff00; /* this is the border. should have the same value for the links */
	margin: 0px 0px 0px 0px;
		overflow:hidden;
}
.stripViewer ul { /* this is your UL of images */
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
		overflow:hidden;
}
.stripViewer ul li { /* each image is arranged horizontally */
	float:left;
		overflow:hidden;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
	overflow: auto;
	width: 1%;
		overflow:hidden;
}

.stripTransmitter ul { /* the auto-generated set of links */
	position: relative;
	list-style-type: none;
}

.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
	width: 18px;
	height: 18px;
	float:left;
	margin: 1px 1px 0px 0px;
}

.stripTransmitter a{ /* the links. */
	font-family: Arial, Helvetica, sans-serif;
	font-size:8px;
	height: 18px;
	font-weight:normal;
	
	line-height: 16px;
	background: #e4e4e4;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align:center;
	margin:  0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	background-image:url(../images/Image_gallerybutton_trans.png);
}

.stripTransmitter a:hover { /* hover */
background: #000000;
color: #ffffff;
background-image:url(../images/Image_gallerybutton_black.png);
}

.stripTransmitter a.current, .stripTransmitter a.current:hover {
/* current */
	background: #000000;
	background-image:url(../images/Image_gallerybutton_black.png);
	color: #ffffff;
}
/* end slideViewer default styles */



