
/* slideViewer 1.0 default styles */
.svw {width: 900px; height: 53px; background: #fff; overflow: hidden;}
.svw ul{position: relative; left: -999em; display: none;}
.svw li{width: 80;}
.stripViewer { /* this is the DIV container for your UL of images */

position: relative;
overflow: hidden; 
border: none; /* this is the border. should have the same value for the links */
width: 880px;
left: 0px;
padding: 0px 0px;
top: 0px !important;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
padding: 0px 0px;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
width: 80;
border-right: 1px solid #CCCCCC;
padding: 0px 0px;
}
/* end slideViewer default styles */
.fwdbut {position: relative; float: right;top:-35px; right:5px; cursor: pointer}
.bckbut {position: relative; float: left;top: 17px; left:5px; cursor: pointer}
.navfield {position: absolute; background-color: white; border: 2px solid red;left: 0px; width: 930;top:33px;}