div#my-glider {
	margin-left: 50px;
}
div.controls {
	text-align: center;
	width: 650px;
	left: 15px;
	margin-bottom: 10px;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 650px;
	height: 536px;
	overflow: hidden;
}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 650px; 
	height: 536px;
	overflow:hidden;
	float:left;
	margin: 0px;
	padding: 0px;			
}
div.scroller div.content {
	width: 10000px;
}
a.aglide  {
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
a.aglide:hover  {
	background-color: #4683fc;	
}
a#sxglider {
	position: relative;
	bottom: 320px;
	left: 13px;
	z-index: 10;
}
a#dxglider {
	display: block;
	position: relative;
	bottom: 320px;
	float: right;
	left: -30px;
	z-index: 10;
}
div#aquapoditunes {
	bottom: 330px;
	left: 0px;
	z-index: 11;
}
div#aquapodrss {
	bottom: 250px;
	left: 365px;
	z-index: 11;
}
