
#directorynav 
{
	position: relative;
	background: none;
	margin-top: 0px;
	color: #888;
	text-align: left !important;
	font: normal normal normal 11px/18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;

	overflow:hidden;
}

#directorynav .column {
	padding: 15px 0px 4px 15px;
}

.column {
	position: relative;
	max-width: 123px;
	float: left;
}

#directorynav .columnLeft {
	padding: 15px 0px 4px 10px;
}
.columnLeft {
	position: relative;
	width: 535px;
	float: left;
}

.innerColumn{
	position: relative;
	width: 260px;
	float: left;
}

#directorynav a:hover {
	color: #333 !important;
	text-decoration: none !important;
}

#directorynav a {
	color: #888;
	display: block;
	text-decoration: none;
	zoom: 1;
}


/* container for slides */
.images {

	position:relative;
	height:450px;
	overflow:hidden;
	border:0px dotted #ddd;
	width:960px;
	padding:0px;

	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;	
}

/* single slide */
.slides {
	display:none;
	position:absolute;
	top:0;
	left:0;		
/*	margin:7px; padding:15px 30px 15px 15px; */
	height:525px;
	font-size:12px;
}


/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:450px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(https://cdn.bjbikers.com/images/slideshow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	
