img {
	border: 0;
}

/* SCROLLERS */

#scroller_container {
	background: #fff url(../images/bg-black.jpg) no-repeat right top;	
	padding: 5px;
	margin-bottom: 40px;
}
	#scroller_container {
		color: #666;
	}
		#scroller_container h2 {
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			font-size: 21px;
		}

#scroll_items {
	clear: left;
	height: 300px;
	width: 450px;
}
	#scroll_items {
		top: 0;
		left: 0;
	}

#scroll_items .hide {
	display: none;
}
#scroll_items p {
	color: #fff;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial;
}
	#scroll_items p span {
		color: #999;
		font-size: inherit;
	}
		#scroll_items p span a {
			font-size: inherit;
			text-decoration: none;
			color: #dee;
		}
		
		#scroll_items p span a:link, a:active {
			font-size: inherit;
			text-decoration: none;
			color: #dee;
		}
		
		
			#scroll_items p span a:hover {
			font-size: inherit;
			text-decoration: underline;
			color: #fff;
		}

#scroller_nav {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	border: none;
	width: 500px;
}
	#scroller_nav li {
		list-style: none;
		list-style-type: none;
		background: none;
		padding: 0;
		margin: 0;
		border: none !important;
		float: left;
		overflow: hidden;
		width: 110px;
		text-align: center;
		text-decoration: none;
		font-family: "Lucida Grande", Verdana;		
	}
		#scroller_nav li.current {
			background: url(../images/scrollers/top_arrow.png) no-repeat center bottom;
		}
			#scroller_nav li.current a {
				background-color: #ccc;
				color: #333;
				text-decoration: none;
			}
		#scroller_nav li.longer {
			width: 130px !important;
		}
		#scroller_nav li.shorter {
			width: 85px !important;
		}
		#scroller_nav li a {
			display: block;
			font-size: 10px;
			line-height: 16px;
			border-bottom: none;
			text-decoration: none;
			color: #ccc;
			padding: 0 0 15px 0;
		}
		#scroller_nav li.last {
			padding-right: 0;
		}
		
.sapphireScroller li {
	width: 100px !important;
}

#scroller_box {
	position: relative;
	width: 460px;
	height: 333px;
	margin-top: 30px;
	padding-left: 20px;
	margin-left: 15px;
}
	#previous_slide,
	#next_slide {
		position: absolute;
		border-bottom: none;
		z-index: 10;
	}
	#scroller_box .scrollItem {
		border-top: 4px solid #9a9a9a;
		border-bottom: 4px solid #9a9a9a;
		background: #333;
		width: 450px;
		text-align: center;
	}
		#scroller_box .scrollItem p {
			margin-top: 10px;
			margin-bottom: 20px;
		}
	#previous_slide {
		left: 9px;
		bottom: 91px;
	}
	#next_slide {
		right: 3px;
		bottom: 91px;
	}
	
#cms_list,
#sapphire_list {
	padding-left: 35px;
}
	#cms_list h3,
	#sapphire_list h3 {
		margin-top: 0;
	}
	#sapphire_list .gridItem {
		height: 400px;
	}
	#cms_list .gridItem {
		height: 320px;
		padding-right: 45px;
	}
	