div.controls {
	text-align: center;
	clear: both;
}

a img {
	border: 0;
}

#my-glider-horizontal {
	width: 666px;
	height: 240px;
	float: left;
	margin: 10px 0;
}

div#my-glider-horizontal div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 666px; 
	height: 240px;
	overflow: hidden;
}
	
div#my-glider-horizontal div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 666px;
	height: 240px;
	overflow: hidden;
	float: left;		
}
		
div#my-glider-horizontal div.scroller div.content {
	width: 10000px;
	overflow: hidden;
}

#my-glider-horizontal1 {
	width: 666px;
	height: 240px;
	float: left;
	margin: 10px 0;
}

div#my-glider-horizontal1 div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 666px; 
	height: 240px;
	overflow: hidden;
}
	
div#my-glider-horizontal1 div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 666px;
	height: 240px;
	overflow: hidden;
	float: left;		
}
		
div#my-glider-horizontal1 div.scroller div.content {
	width: 10000px;
	overflow: hidden;
}

div.section h3 {
	text-align: center;
}

div.glideleft {
	float: left;
	width: 333px;
}

div.glideright {
	float: left;
	width: 333px;
}

div.glideright img {
	margin-top: 10px;
	margin-left: 12px;
	float: none;
	display: block;
}

.active {
	background-color: #FFF;
	color: #fff;
}

#alternate {
	display: block;
	text-align: center;
}

#alternate1 {
	display: none;
	text-align: center;
}

#alternate1 a {
	color: #FFF;
	background-color: #1B1B1B;
	padding: 5px;
}

#plainprofile {
	display: none;
}

#alternprofile {
	display: block;
}

#plainlinks {
	display: none;
}

#alternlinks {
	display: block;
}