#sliderClientes {
	overflow: hidden;
	position: relative;
	padding-top:8px;
	padding-bottom:10px;
	height: 75px;
	width: 890px;
	margin-left:60px;
}

#sliderClientes ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#sliderClientes ul li {
	display: inline;
	margin-left:0px;
	margin-right:4px;
}

	#sliderClientes .slider {
		clear:both;
		width: 720px;
		height: 17px;
		margin-top: 66px;
		margin-left: 87px;
		padding: 1px;
		position: absolute;
		background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
	}


#sliderIdVisual {
	overflow: hidden;
	position: relative;
	padding-top:14px;
	padding-bottom:10px;
	height: 190px;
	width: 890px;
	margin-left:60px;
}

#sliderIdVisual ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#sliderIdVisual ul li {
	display: inline;
	margin-left:6px;
	margin-right:6px;
	height:170px;
}

	#sliderIdVisual .slider {
		clear:both;
		width: 720px;
		height: 17px;
		margin-top: 180px;
		margin-left: 87px;
		padding: 1px;
		position: absolute;
		background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
	}


#sliderImpressos {
	overflow: hidden;
	position: relative;
	padding-top:14px;
	padding-bottom:10px;
	height: 190px;
	width: 890px;
	margin-left:60px;
}

#sliderImpressos ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#sliderImpressos ul li {
	display: inline;
	margin-left:6px;
	margin-right:6px;
}

	#sliderImpressos .slider {
		clear:both;
		width: 720px;
		height: 17px;
		margin-top: 180px;
		margin-left: 87px;
		padding: 1px;
		position: absolute;
		background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
	}





#sliderWeb {
	overflow: hidden;
	position: relative;
	padding-top:14px;
	padding-bottom:10px;
	height: 190px;
	width: 890px;
	margin-left:60px;
}

#sliderWeb ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#sliderWeb ul li {
	display: inline;
	margin-left:6px;
	margin-right:6px;
}

	#sliderWeb .slider {
		clear:both;
		width: 720px;
		height: 17px;
		margin-top: 180px;
		margin-left: 87px;
		padding: 1px;
		position: absolute;
		background: url(../images/productbrowser_scrollbar_20070622.png) no-repeat;
	}



.handle {
	position: absolute;
	cursor: move;
	height: 19px;
	width: 181px;
	top: -1px;
	background: url(../images/productbrowser_scroller_20080115.png) no-repeat;
	z-index: 100;
}

.handle_disabled {
	position: absolute;
	cursor: move;
	height: 19px;
	width: 181px;
	top: -1px;
	background: url(../images/productbrowser_scroller_20080115_disabled.png) no-repeat;
	z-index: 100;
}

.btback_disabled {
	float:left;
	width:20px;
	height:48px;
	background-image:url(../images/seta_back_disabled.gif);
	background-repeat:no-repeat;	
}

.btnext_disabled {
	float:right;
	width:20px;
	height:48px;
	background-image:url(../images/seta_next_disabled.gif);
	background-repeat:no-repeat;
}

