a:focus {outline:none;}


/* slideViewer 1.0 default styles */
.svw {
	width: 50px;
	height: 20px;
	background: #0f8eb3;
	margin: 0px;
	padding: 0px;
	
}
.svw ul{
	position: relative;
	left: -999em;
	margin: 0px;
	padding: 0px;
}

.stripViewer { /* this is the DIV container for your UL of images */
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b0f04;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
list-style-type: none;
margin: 0px;
padding: 0px;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:right;
margin: 0px;
padding: 0px;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
margin: 0px;
padding: 0px;
}
.stripTransmitter ul { /* the auto-generated set of links */
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #0f8eb3;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
	width: 20px;
	float:left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.stripTransmitter a{ /* the links. */
	text-align: center;
	line-height: 22px;
	color: #8b0f04;
	text-decoration: none;
	display: block;
	border: 1px solid #8b0f04;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
}
.stripTransmitter a:hover { /* hover */
background: #ffffff;
color: #8b0f04;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #8b0f04;
color: #fff;
}
/* end slideViewer default styles */

code {
	width:93%;
	font: normal 1em/1.3em 'Courier New', Courier, Fixed;
	color: #000;
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #996666;
	white-space: pre;
	overflow-x: auto;
}
