/* CSS Document */

.gearbox, .gearinfo {
	width: 286px;
	height: 286px;
	float: left;
	margin: 4px;
}

.gearbox {
	background-image: url(images/background_gear.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #666;
}


.gearbox .gearinterior, .gearinfo .gearinterior {
	width: 280px;
	height: 280px;
	padding: 3px;
	background-image: url(images/gear/noimage.gif);
	background-position: 130px 30px;
	background-repeat: no-repeat;
}

.gearbox .headline {
	color: yellow;
	font-size: 18px;
	font-weight: bold;
}

.gearbox .description {
	padding: 4px 0px;
	font-size: 11px;
	color: white;
	width: 125px;
	line-height: 13px;
}

.gearbox .callnow {
	color: #CCFFFF;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}
		
.gearinfo .headline {
	font-size: 18px;
	font-weight: bold;
}

#rotator_nav a { border: 1px solid #666; background: #CCC; text-decoration: none; margin: 0 5px; padding: 3px 5px; color: black;  }
#rotator_nav a.activeSlide { background: #0F75BC; }
#rotator_nav a:focus { outline: none; }

