@charset "utf-8";
#outer {
	z-index: 10;
	font-size: 12px;
	width: 630px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
}
#carousel {
	padding: 40px 0 0 0;
	position:relative;
	height: 461px;
}
.scrollable {
	position:relative;
	float:left;
	overflow:hidden;
	width: 576px;
	height:150px;
	margin: 0;
	padding:0;
	background: #fff;
}
#items {
	position:absolute;
	width:20000em;
	clear:both;
}
.items div {
	float:left;
}
.item {
	float:left;
	display: block;
	cursor:pointer;
	width: 140px;
	height: 145px;
	background: #2b6fb6;
	margin: 5px 1px 10px 3px;
	padding: 0;
	text-align:center;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.item a {
	color: #fff;
}

.itemImage {
	margin-top: 3px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.itemContent h1{
	padding:0;
	margin: 0;
	font-size: 1em;
}

.itemContent p{
	padding:0;
	margin: 0;
	font-size: 0.8em;
}


a.prevPage {
	display:block;
	float: left;
	width: 20px;
	margin-right: 5px;
	margin-top: 5px;
	height: 80px;
	border: 1px solid #093f89;
	padding-top: 63px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #093f89;
	font-weight: bold;
	background: -moz-linear-gradient(left, #093f89, #fff 85%);
background: -webkit-gradient(linear, left center, right center, from(#093f89), color-stop(85%, #fff)); 
}
a.nextPage {
	display:block;
	float: left;
	width: 20px;
	height: 80px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #093f89;
	padding-top: 63px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #093f89;
	font-weight: bold;
	background: -moz-linear-gradient(left, #093f89, #fff 85%);
background: -webkit-gradient(linear, left center, right center, from(#093f89), color-stop(85%, #fff)); 
}
a.next:hover {
	background:#666;
}
a.prev:hover {
	background:#666;
}
.clearer {
	clear: both;
	height:1px;
	overflow:hidden;
	margin-bottom:-1px;
}

