/***************************************	
**** Image Slider
**** Built by Matt Kohn
**** Copyright 2011
***************************************/

#scrollFeature{
	width:680px;
	background:#f3f2f2;
	border:1px solid #d3d3d3;
	padding:12px 0;
	margin:0 0 15px 0;}

.featuredItem{
	float:left;
	text-align:left;
	margin:0 2px;}

.featuredItem p{
	width:144px;
	height:20px;
	padding:0;}

.featuredItem a{
	color:#666565;
	font-weight:600;
	font-size:10pt;
	text-decoration:none;}

.featuredItem img{
	border:1px solid #d3d3d3;
	padding:4px;
	background:#fff;}
	
#featuredItems {
	position:relative;
	float:left;
	width:624px;
	height:90px;
	overflow:hidden;}	
	
.scrollNav{	
	width:20px;
	height:19px;
	float:left;
	margin:40px 4px 0 4px;}

.scrollNav a{
	display:block;
	width:20px;
	height:19px;
	margin:0;}

#featuredImages{
	position:relative;
	width:4000px;}

.featuredImgBottom{
	background:url(../img/featured_img_bottom.jpg);
	width:144px;
	height:5px;}
	
.leftArrow{background:url(../img/left_button.jpg);}
.rightArrow{background:url(../img/right_button.jpg);}
.scrollNav a:hover{background-position:bottom;}