#heroImage{
	text-align:center;
	position:relative;
}
#heroImage DIV{
	display:none;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:left;
}				

#heroImage IMG{
	/*width:360px;*/
}

 #thumbnails{
	overflow:hidden;
}

	 #thumbnails #moveleft,
	 #thumbnails #moveright{
		width:18px; height:23px;
		float:left;
		cursor:pointer;
		margin:10px 1px;
	}
	

	 #thumbnails #wrapper{ 
	 	width:225px; 
		overflow:hidden; 
		float:left; 
		margin-left:20px;
		_margin-left:10px;
	}
	
	#items{
		margin:0px 0px;
		padding:0px;
		list-style:none;
		width:5000px;
		
		letter-spacing:0em;
	}
	#items li{
		float:left;
		list-style:none;
		margin-right:2px;
		margin-bottom:15px;
	}
	#items IMG{
		overflow:hidden;
		float:left;
		margin-right:2px;
		cursor:pointer;
		
	}
	#heroImage IMG.loading{
		width: 32px !important;
		height: 32px !important;
		margin:80px auto;
	}
	 #thumbnails .image{
		width:105px !important;
		height:80px;
		overflow:hidden;
		float:left;
		margin-right:2px;
	}


