
 /*
ul.slides, .slideShow li.slide {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		.slideShow {
clear:both;
position:relative;
margin:0;
z-index:-9999;
}
		.slideShow .navigation {
			clear: left;
		}
		.slideShow .navigation li {
			float:left;
			list-style:none;
			padding:0;
			
		}
		.slideShow .navigation a {
			color: #232323;
			text-decoration: none;
		}

		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background-color: #929292;
			color: #000000;
		}
		.slide a img  {
			border:0;
		}
		


		.navigation {
		background: url(../images/ul_bg.png) no-repeat;
		padding:0;
		width:101px;
		height:21px;
		margin:0;
		vertical-align:middle;		
		}
		.navigation.white a, .navigation.white li {
			background-color: transparent;
			margin-left:3px;
			margin-top:4px;
		}
		ul.navigation li {
			background-color: transparent;
			margin-left:3px;
			margin-top:4px;
		}
		.navigation.white a {
			padding: 0px;
			line-height: normal;
			font: 12px arial;
			padding:0px 3px;
		}
		.navigation.white a:focus { 
    outline: none; 
		}

		.navigation.white a:hover, .navigation.white a.selected {
			background-color: #ffffff;
			
		}
		span.show-tooltip-text {
background-image: url(../images/tooltip.png);
background-repeat:no-repeat;
width:137px;
text-align:center;
height:33px;
color:#333333;
display:none;
font-size:0.9em;
padding:3px 0 0 0;
position:absolute;
top:-50px;
}
		.numeric_controls {
    position: relative;
}
 
div.numeric_controls em {
    background: url(../images/tooltip.png) no-repeat;
    width: 137px;
    height: 32px;
    position: absolute;
		padding-top:4px;
		text-align:center;
    top: -70px;
    left: -0px;
		font:12px arial;
		color:#333;
    text-align: center;
    z-index: 2;
    display: none;
}
 
*/
 
 
 /* slideshow styles */
		ul.slides, .slideShow li.slide {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		.slideShow {
			clear: both;
			
		}
		ul.navigation {
		background: url(../images/ul_bg.png) no-repeat;
		height:21px;
		margin:0;
		float:left;
		padding:0;
		}
		ul.navigation li {
			display:block;
			float:left;
			list-style:none;
			padding:0;
			margin:3px 0 0 5px;
			}
		ul.navigation a {
			color: #232323;
			text-decoration: none;
			margin:0;
			display:block;
		}

		.slideShow .navigation a:hover, .slideShow .navigation a.selected {
			background-color: #fff;
			color: #000000;
		}
		.slide a img  {
			border:0;
		}
		

		/** slideshow with images in navigation **/
		
		span.ul_right {
		background: url(../images/ul_bg_right.png) no-repeat right;
		width:8px;
		height:21px;
		margin:0;
		float:left;
		vertical-align:middle;		
		}
		.navigation.white a, .navigation.white li {
			
		}
		.navigation.white a {
			padding: 0px;
			line-height: normal;
			font: 12px arial;
			padding:0px 3px;
		}
		.navigation.white a:focus { 
    outline: none; 
		}

		
		span.show-tooltip-text {
background-image: url(../images/tooltip.png);
background-repeat:no-repeat;
width:137px;
text-align:center;
height:33px;
color:#333333;
display:none;
font-size:0.9em;
padding:3px 0 0 0;
position:absolute;
top:-50px;
}
		li.numeric_controls {
    position: relative;
}
 
li.numeric_controls em {
    background: url(../images/tooltip.png) no-repeat;
    width: 137px;
    height: 32px;
    position: absolute;
		padding-top:4px;
		text-align:center;
    top: -70px;
    left: -0px;
		font:12px arial;
		color:#333;
    text-align: center;
    z-index: 2;
    display: none;
}
 
