<style> /* Styles for the Scrollable on the Home (Used to be Flash-based) */
img {
border:0px;
}
ul, li, table, p, hr, form, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
.image_input {
	border: none;
	background:transparent;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#homeSlideshow, #homeSrollable {
	width:960px;
	height:300px;
	overflow:hidden;
	position:relative;
}
#homeSrollable ul.controls {
	position:absolute;
	z-index:2;
}
#homeSrollable ul.controls li {
	float:left;
	display:block;
	width:24px;
	height:21px;
	margin-right:9px;
	background:#2c2c2c;
	color:#d4d4d4;
	font-size:13px;
}
#homeSrollable ul.controls li span {
	display:block;
	text-align:center;
	margin-top:1px;
	width:24px;
}
#homeSrollable ul.controls li:hover {
	cursor:pointer;
	color:#fff;
	background:#f5ff30;
}
/* Selected */
#homeSrollable ul.controls li.selected {
	background: #f5ff30;
	color:#333;
	cursor:default;
}
#homeSrollable ul.slides {
	position:absolute;
	z-index:1;
	list-style:none;
	overflow:hidden;
	width:20000em;
}
#homeSrollable ul.slides li {
	display:inline;
	width:960px;
	height:300px;
	overflow:hidden;
	background:#353636;
	list-style:none;
}
</style>

