div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 350px;
	height: 185px;
	overflow: hidden;
	float: left;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width:350px;
	height:185px;
	overflow:hidden;
	float:left;
}

div.scroller div.content {
	width: 10000px;
}

.controls{
	float: left;
	height: 44px;
}

.controls #in-control{
	text-align: left;
}

.controls ul{
	float: right;
	padding: 0 !important;
	margin: 20px 0 0 0 !important;
}


.controls ul li.fist{
	text-align: right;
	margin-right: 5px;
}

.controls ul #text-prod div{
	text-align: left;
	font-weight: bold;
	margin-right:135px;
}


.controls ul li a.active{
	font-size: 125%;
	text-decoration: underline !important;
}

.controls ul li a:hover{
	background:transparent none;
	text-decoration: underline;
	color:#222;
}

.controls ul li a{
	padding: 0 !important;
	margin: 0 !important;
	background:transparent none;
	color:#237DC1;
	display:block;
	font-weight: bold;
	}

.controls ul li{
	float: left;
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
	background: transparent none;
}

.tooltip{
 float:left;
line-height:25px;
margin:14px 25px;
font-weight: bold;

}