#wrapp {
	width: 710px;
	text-align: left;
	font-size: 1.1em;
	margin: 1em auto;
	padding: 1em;
	color: black;
}

/* slideViewer 1.0 default styles */
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul{position: relative; left: -999em;}

.stripViewer { /* this is the DIV container for your UL of images */
	position: relative;
	overflow: hidden; 
	margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	margin:0;
	padding:0;
}
.stripViewer ul li { /* each image is arranged horizontally */
	float:left;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
	width: 1%;
	position:absolute;
	z-index:5;
	right:15px;
	top:15px;
}
.stripTransmitter ul { /* the auto-generated set of links */
	position: relative;
	list-style-type: none;
	width:80px;
	float:right;
	margin:0;
	padding:0;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
	float:left;
	position:relative;
	margin-right:3px;
}
.stripTransmitter a{ /* the links. */
	background:url(../images/featuredNavBg.gif) left bottom repeat-x;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:180%;
	height:21px;
	width:21px;
	text-align:center;
	border:1px solid #aaaaaa;
	color:#d3d3d3;
}

.stripTransmitter a:hover {
	color:#fefefe;
}

.stripTransmitter a.current { /* current */
	background:url(../images/featuredNavBg.gif) left top repeat-x;
	border:1px solid #aeaeae;
	color:#717171;
}

.stripTransmitter a:hover.current { /* current */
	color:#454545;
}
/* end slideViewer default styles */

code {
	width:93%;	
	font: normal 1em/1.3em 'Courier New', Courier, Fixed;
	color: #000;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #fff;
	white-space: pre;
	overflow-x: auto;
}
