/* Glider */
#my-glider-horizontal {
/*clear:both;*/
border-color: #DFAF87 #96785A #96785A #DFAF87;
border-style: solid;
border-width: 1px;
height: 300px;
margin-bottom: 10px;
position:relative;
z-index: 0;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	overflow: hidden;
	position: relative;
	width: 100%; 
	}
	div.scroller .section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		float: left;
		height: 302px;
		overflow: hidden;
		width: 284px;
		}

	div.scroller div.glider_content {
		width: 10000px;
		}
		
#my-glider-horizontal .control_item {
bottom: 0px;
left: 5px;
position: absolute;
z-index: 2;
}
	.control_item span {
	float: left;
	}
	.control_item span a {
	background-image: url(../images/glider-controls.png);
	background-position: -78px 0;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 25px;
	}
	.control_item span#num2 a {
	background-position: -100px 0;
	}
	.control_item span#num3 a {
	background-position: -122px 0;
	}
	.control_item span#num4 a {
	background-position: -134px 0;
	}
	.control_item span#num5 a {
	background-position: -156px 0;
	}
	.control_item span#num1 a:hover,
	.control_item span#num1.active a {
	background-position: -78px -25px;
	}
	.control_item span#num2 a:hover,
	.control_item span#num2.active a {
	background-position: -100px -25px;
	}
	.control_item span#num3 a:hover,
	.control_item span#num3.active a {
	background-position: -122px -25px;
	}
	.control_item span#num4 a:hover,
	.control_item span#num4.active a {
	background-position: -134px -25px;
	}
	.control_item span#num5 a:hover,
	.control_item span#num5.active a {
	background-position: -156px -25px;
	}

.control_play {
left: 85px;
position: absolute;
bottom: 27px;
z-index: 3;
}
	.control_play ul {margin: 0;}
	.control_play ul li {
	float: left;
	list-style: none;
	margin: 0;
	}
	.control_play ul li.prev a,
	.control_play ul li.pause a,
	.control_play ul li.next a {
	background: url(../images/glider-controls.png) no-repeat 0 0;
	float: left;
	height: 25px;
	text-indent: -9999px;
	width: 20px;
	}
	.control_play ul li.prev a:hover {
	background: url(../images/glider-controls.png) no-repeat 0 -25px;
	}
	.control_play ul li.next a {
	background: url(../images/glider-controls.png) no-repeat -49px 0;
	width: 28px;
	}
	.control_play ul li.next a:hover {
	background: url(../images/glider-controls.png) no-repeat -49px -25px;
	}
	.control_play ul li.pause a,
	.control_play ul li.pause a.gliderPause {
	background: url(../images/glider-controls.png) no-repeat -20px 0;
	width: 14px;
	}
	.control_play ul li.pause a.gliderPlay {
	background: url(../images/glider-controls.png) no-repeat -36px 0;
	width: 14px;
	}
	.control_play ul li.pause a:hover,
	.control_play ul li.pause a.gliderPause:hover {
	background: url(../images/glider-controls.png) no-repeat -20px -25px;
	}
	.control_play ul li.pause a.gliderPlay:hover {
	background: url(../images/glider-controls.png) no-repeat -36px -25px;
	width: 14px;
	}

.control_number {}