div.scroller {
	height: 200px;
	overflow: hidden;
	width: 705px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
}

div.scroller div.section {
	overflow:hidden;
	float:left;
	padding: 10px;
	width: 686px;
}

div.scroller div.section img {
	float: left;
	width: 222px;
	height: 200px;
	border-right: 1px solid #fff;
}

div.scroller div.section .section-text {
	float: right;
	width: 400px;
	padding: 10px;
	margin-right: 20px;
}
	
div.scroller div.gliderContent {
		width: 10000px;
}

div.odd {
	background-image: url(../graphics/bg_gradient.gif);
	background-repeat: repeat-x;
}

div.even {
	background-image: url(../graphics/bg_gradient.gif);
	background-repeat: repeat-x;
}

/* -------------------------------------------- LAYOUT-------------------------------------------- */

.home #gliderContent_main {
	width: 222px;
}
#glider {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 705px;
	background-color: #FFFFFF;
	background-image: url(../graphics/glider_back.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 18px;
}

#glider p {
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 21px;
}
#glider h1 {
	font-size: 22px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #003478;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003478;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 5px;
}
.controls {
	width: 695px;
	float: left;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #cdcdcd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#glider ul li {
	display: inline;
}
#glider img {
	border: none;
	float: left;
	height: 190px;
	width: 238px;
}

.section-text p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#glider ul li a {
	float: left;
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 10px;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#glider ul li a:hover {
	background-color: #6aade4;
	color: #FFFFFF;
}

#glider ul li a.current {
	color: #333;
	background-color: #ececec;
	color: #003478;
}

/* =span */

span.more {
	position: absolute;
	left: -9999em;
	width: 900px;
}
/* -------------------------------------------- LAYOUT-------------------------------------------- */
