@charset "utf-8";
#my-glider_wrap {
	background-color: #4B4B4B;
	height: 355px;
}
#controls {
	float: left;
	width: 110px;
	padding-top: 320px;
	padding-left: 10px;
}
#controls a img {
	margin-right: 5px;
}
div.scroller {
	width: 655px;
	height: 320px;
	overflow: hidden;
	font-size: 11px;
	float: left;
}
div.scroller div.content {
	width: 10000px;
}
div.scroller div.content #payment {
	height: 85px;
}
div.scroller div.content #payment_one {
	float: left;
	width: 298px;
}
div.scroller div.content #payment_two {
	float: left;
	width: 131px;
}
div.scroller div.content #payment_four {
	float: left;
	width: 106px;
	padding-left: 5px;
}
div.scroller div.content strong {
	color: orange;
	font-weight: bold;
	font-size: 12px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 625px;
	overflow:hidden;
	float:left;
	height: 290px;
	padding: 15px;
}
div.scroller div.section h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FCB618;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.scroller div.section p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
div.scroller div.section .left {
	width: 50%;
	float: left;
}
div.scroller div.section .right {
	float: left;
	width: 50%;
}
