#my-glider .controls{ 
	float:left; 
	width:101px; 
	margin-right:10px;
}

#my-glider .controls .top{
	width:101px; 
	height:11px;
	background-image:url('../../pictures/bg_img_small_top.jpg');
}

#my-glider .controls .content{
	width:101px; 
	background-color:#d3d3d3;
	text-align:center;
}
#my-glider .controls .content img{
	margin-top:10px;
	border:#FFFFFF 3px solid;
}
#my-glider .controls .bottom{
	width:101px; 
	height:11px;
	background-image:url('../../pictures/bg_img_small_bottom.jpg');
}

.content_img{
	float:left;
}
.content_img .top{ 
	width:603px; 
	height:12px;
	background-image:url('../../pictures/bg_img_big_top.jpg');
}
.content_img .bottom{ 
	width:601px; 
	height:12px;
	background-image:url('../../pictures/bg_img_big_bottom.jpg');
}
.content_img .scroller_img{
	border-left:#d4d4d4 1px solid;
	border-right:#d4d4d4 1px solid;
	height:300px;
}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 601px; 
	height: 300px;
	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:605px;
	height:300px;
	overflow:hidden;
	float:left;
	padding:1em;		
	}
div.scroller div.content {
	width: 10000px;
	text-align:center;
	}
