div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 600px;
	height: 500px;
	overflow: hidden;
	margin-top: 0px;
	float: right;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
	height:500px;
	overflow:hidden;
	float:left;
	padding:0em;
		}
td {
	border: 5px solid #FFF;
}
#piler {
	width: 40px;
	float: right;
	position: relative;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
}
#my-glider .controls a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#my-glider #piler a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #FFF;
}
	div.scroller div.content {
		width: 10000px;
		}
.controls {
	width: 170px;
	float: right;
	text-align: right;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
}
#my-glider {
	height: 535px;
	width: 910px;
}
#my-glider #info {
	float: left;
	width: 300px;
	font-family: "Andale Mono", monospace;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	height: 535px;
	padding-right: 15px;
	padding-left: 15px;
}
#info {
	height: 535px;
}
html>body #my-glider #info {
	width: 270px;
	float: left;
	clear: right;
}
p {
	margin: 0px;
	padding: 0px;
	font-family: "Andale Mono", monospace;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
#bottom {
	float: right;
	height: 25px;
	width: 600px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 4px;
}
#bottom p {
	padding-top: 4px;
}
h2 {
	font-family: "Andale Mono", monospace;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
}
#strek {
	background-color: #999;
	height: 534px;
	width: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 33px;
}
