/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
*{outline: none;}html{color:#000;background:#FFF;}body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset, img{border:0px none;}address, caption, cite, code, dfn, em, strong, th, var, optgroup{font-style:inherit;font-weight:inherit;}del, ins{text-decoration:none;}li{list-style:none;}caption, th{text-align:left;}h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}q:before, q:after{}abbr, acronym{border:0px none;font-variant:normal}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input, button, textarea, select, optgroup, option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input, button, textarea, select{font-size:100%;}


#position ul{
	margin: 0px;
	padding: 0px;
}

#position{
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	position: relative;
}

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 0px solid #FFFFFF;
margin: 0 0 0px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0;
padding: 0; 
position: absolute; 
z-index: 1000;
list-style-type: none; 
left: 20px;
bottom: 0px;
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left;
margin-right: 5px;
list-style: none;
border: 1px solid #6B6B66;
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #FBEEC9; 
color: #BC0A0A; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #BC0A0A; 
color: #FFF; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; /*ignore error*/ 
border: 5px solid #dedede; 
}
