

/* 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: 0px;
}
.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)*/
bottom: 0px;
overflow: auto;
position: absolute;
right: 6px;
width: auto !important;

}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
margin: 0px;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 28px;
height: 28px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{ /* the links. */
font: bold 11px Tahoma, Arial;
text-align: center;
width: 29px;
height: 28px;
line-height: 28px;
background: url(../img/slider_num.png) 0 0 no-repeat;
color: #000;
display: block;
}

.stripTransmitter a:hover, .stripTransmitter a.current, .stripTransmitter a.current:hover  { 
background: url(../img/slider_num_active.png) 0 0 no-repeat;
}

/* 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;
}

.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}