div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 450px;
	padding: 0;
	margin: 0;
	height: 400px;
	text-align: center;
	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:450px;
	height:400px;
	float:left;
}
div.scroller div.content {
	height: 10000px;
}

div.scroller-case { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 185px;
	padding: 0;
	margin: 0;
	height: 450px;
	overflow: hidden;
	float: left;
}
div.scroller-case div.section-case {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:185px;
	height:260px;
	float:left;
}
div.scroller-case div.content-case {
	width: 10000px;
}

.my-glider-nav {
	position: absolute;
	margin-top: 425px;
	margin-left: 0px;
	padding-left: 3px;
}
.my-glider-nav a {
	margin: 5px;
	font-size: 0.8em;
	font-family: arial;
	color: #666;
	text-decoration: none;
}
.my-glider-nav a:hover {
	color: #000;
}

.my-glider-nav-img {
	position: absolute;
	margin-top: 405px;
	margin-left: 150px;
	text-align: right;
	padding-left: 3px;
}
.my-glider-nav-img a {
	margin: 5px;
	font-size: 0.8em;
	font-family: arial;
	color: #666;
	text-decoration: none;
}
.my-glider-nav-img a:hover {
	color: #000;
}
