#my-glider{
	position: relative;
	top: 0px;
	left: 0px;
}

.controls{
	position: relative;
	bottom: 42px;
	margin-left: 12px;
}


.controls span.control {
	display: block;
	float: left;
	width: 238px;
	background: url(/seo-design.it/images/bg-button.jpg) no-repeat;
	margin-right: 2px;
	height: 42px;
	
	
}

.controls span.control  a{
	background: url(/seo-design.it/images/arrow-li-padding.png) top left no-repeat;
	padding: 5px 2px 2px 10px;
	margin-left: 2px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-right: 5px;
}



.controls span.control  a:hover{
	text-decoration: none;
}

#scroll-nav {
	position: relative; 
	bottom: 150px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/	
	position: relative;
	width: 980px; 
	height: 270px;
	overflow: hidden;

}

	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:980px;
		height:270px;
		overflow:hidden;
		float:left;
		z-index: auto;
		}
		
	div.scroller div.section img {
		position: relative;
		top:0px;
		left: 0px;
		z-index: auto;
	}
	
	div.scroller div.content {
		width: 10000px;
		
		}


