/* ---------- SCROLLER ---------------- */
div#my-glider{
padding: 5px 0;
text-decoration: none;
float: left;
width: 605px;
/*height: 380px;*/
}

div.scroller {width:605px;/*height:340px;*/overflow:hidden;margin: 0 auto;clear:both;float:left;}
div.scroller div.section {width:605px;/*height:340px;*/overflow:hidden;float:left;padding:0;}
div.scroller div.content {width: 10000px;}
div.controls { margin-bottom: 10px; clear: both;}
div.controls a{
	padding: 3px 6px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #616161;
	color: #FF7B00;
	background: #333;
	text-decoration: none;
	margin-right: 10px;outline: none;
}
div.controls a:hover{
	border: 1px solid #B3FF17;
}

