/* Motion Slide Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 516px; /* Set to gallery width, in px or percentage */
	height: 370px; /* Set to gallery height */
	position:absolute;
	overflow:hidden;
	margin-left:-12px;
}
html>/**/body div #motioncontainer {
	width: 523px;
	position:relative;
}
#motiongallery {
	position:relative;
	left:0;top:0;
	white-space: nowrap;
	
}

#motioncontainer a img {
	margin-left:35px;
	margin-right:35px;
	border: 0; /* Set image border color */
}

#motioncontainer a:hover img {
	border: 0; /* Set image border hover color */
}

#motioncontainer a:hover {
	color: white; /* Dummy definition to overcome IE bug */
}

/* END Motion Slide Gallery Styles */


#slider_container {
	height: 370px;
	border-top:1px solid #e0e0e0;
}
#slider_content {text-align: left;width:571px;height: 370px;}
#slider_strip {height: 370px;margin: 0;padding: 0;}
 

/* to counteract shortening of content blocks */
.section {float: left;overflow: hidden;height: 370px; padding: 0px 0px 0px 0px;border: 0px;border-width: 0 0 0 0;}
.section h2 {display: block;width: 28px;float: left;height: 370px;margin: 0;padding: 0;}

.section h2 a {text-decoration: none;text-indent: -30000px;display: block;background: no-repeat;height: 370px;}

#vacuums {background-image:url(../images/slider_bar_vacuums.gif);border-right:1px solid #e0e0e0;}

#vacuums:hover, #vacuums.active {background-position:-29px top;border-right:1px solid #e0e0e0;}

#equipment {border-left:1px solid #fff;background-image:url(../images/slider_bar_equipment.gif);}
#equipment:hover, #equipment.active {border-left:1px solid #e0e0e0;background-position:-29px top;}

.section ul {display:none;list-style: none;}

.active {width: 543px;}

.active ul, .selected ul {display: block;}
.selected #vacuums {background-position:-29px top;}
.selected #equipment {background-position:-29px top;border-right:1px solid #e0e0e0;}

#slider_title {padding-top:10px;}

html>/**/body div #slider_title {
	padding-top:0px;
}

/* Tool Tip */

.tool-tip {
	color: #ff0000;
	width: 150px;
	height:30px;
	z-index: 13000;
	margin-top:232px;
	margin-left:-15px;
}

.tool-text {
	font-size: 11px;
	padding: 0px;
}

