/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;
/* border: 5px solid #ff0000; */
margin: 0 0 1px 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 { 
	position: relative; 
	overflow: auto;  
/*		border: 1px solid #00ff00;    */
	margin: 0 0 0 0; 
/*	BACKGROUND-COLOR: #cccccc;

width: 1%; */
}
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none;
border: 1px solid #ffff00;
} 
.stripTransmitter ul li{ 
/*width: 20px; */
float:left; 
border: 1px solid #ffffff;
margin: 0 1px 1px 0; 
} 
.stripTransmitter a {
/* font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #ff0000; 
color: #fff; 
text-decoration: none; 
	display: block; */
} 
.stripTransmitter a:hover, a.current{
background: #fff; 
color: #ff0000;
} 
 
/*tooltips formatting*/ 
#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; 
} 
/*for navigation inside sliders*/
    .xsnazzy h1,
     .zsnazzy h1 
     {
            margin:0; 
            font-size:11px; 
            padding:0 4px 1px 4px; 
            border-bottom:0px solid #ef801b;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            
     }
            
	
        
        
        .xsnazzy p, .zsnazzy p {
            margin:0; 
            padding:2px 2px; 
            font-size:11px;
           
        }
        .xsnazzy {
            background: transparent; 
           /* width:70px; */
            float:left; 
            margin:0 0px;
        }

        .xtop, .xbottom {
            display:block; 
            background:transparent; 
            font-size:1px;
        }
        .xb1, .xb2, .xb3, .xb4 {
            display:block; 
            overflow:hidden;
        }
        .xb1, .xb2, .xb3 {
            height:1px;
        }
        .xb2, .xb3, .xb4 {
            background:#fff; 
            border-left:1px solid #444;
            border-right:1px solid #444;
        }
        .xb1 {
            margin:0 5px; 
            background:#444;
        }
        .xb2 {
            margin:0 3px;
            border-width:0 2px;
        }
        .xb3 {
             margin:0 2px;
        }
        .xb4 {
            height:2px; 
            margin:0 1px;
        }

        .xboxcontent {
            display:block; 
            border:0px solid #444; 
            /*border-width:0 2px; */
            border-left-width:1px;
            border-right-width:1px;
            height:auto;
            border-style:solid;
            float:none;
            padding-left:2px;
            padding-right:3px;
            /*padding-bottom:2px;*/
            border-bottom-color:transparent;
            border-bottom-style:solid;
            border-bottom-width:1px;
            color:#000;
            text-align:center;
        }
        * html .xboxcontent {
            height:1px;
        }

        .color_a {
      /*  background:#c9ba65;*/
          background:#fff;
            color:#fff;
        }
        .color_b {
            background:#d4d8bd; 
            color:#000;
        }
        .color_c {
            background:#758279; 
            color:#fff;
        }
        .color_d {
            background:#b2ab9b; 
            color:#000;
        }
		.backcol
		{
			background-color:#ef801b;
			}
/*----------------------*/    

