/* CSS Document */

/* 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;
}
.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)*/
overflow: auto;
width: 1%;
}
.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 */
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{ /* the links. */
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	line-height: 26px;
	background: #bbbbbb;
	color: #990033;
	text-decoration: none;
	display: block;
	width:26px;
	height:26px;
	border:1px solid #39342e;
	margin-right:12px;
}
.stripTransmitter a:hover { /* hover */
background: #666666;
color: #fff;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #666666;
color: #fff;
}
/* end slideViewer default styles

p {padding: 2em 0 0 0;} */

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;
}
#tooltip {
background: #fff;
color: #000;
opacity: 0.85;
border: 5px solid #dedede;
}
#tooltip h3 {
font: normal 10px Verdana; 
margin: 0; 
padding: 6px 2px; 
border: 0;}


/*** Added by param on 060210 ***/
#stripTransmitter0{
	position:absolute;
	bottom:14px;
	right:0px;
	z-index:99999;
	width:300px !important;
}
