.sample {
  padding: 0px;
  margin: 0px;
  }

#cont {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  padding: 0px;
  }

.buttons {
  text-align: left;
  padding: 4px 0px;
  color: silver;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  }
.buttons span {
  color: #888;
  padding: 0px 4px;
  cursor: pointer;
  font-weight: bold;
  }
.buttons span.active, .buttons span:hover {
  color: #FF6C00;
  }

/* Sample 8*/
#box8{
	position:absolute;
	font-family: arial, sans-serif;
	font-size: 13px;
}
#box8 div{
	width: 600px;
	float: left;
}
#box8 .container {
	position: relative;
	left: 390px;
	width: 190px;
	padding: 0px 0px;
}
#box8 .buttons{
	text-align: left;
}
#box8 .next{
	float: right;
}
#box8 h3 {
	color: white;
	font-size: 18px;
	margin: 15px 0px 0px 0px;
}
.sample8 .buttons{
	text-align: left;
	clear: both;
}
.sample8 .mask1{
	background: url(/slider/slider-bg.gif) no-repeat top left #e5e5e5;
	position: relative;
	width: 600px;
	height: 200px;
	overflow: hidden;
}

.tab {
  height: 200px;
  }
.tab1 {
  background: url(/slider/1-lettering.jpg) no-repeat top left;
  }
.tab2 {
  background: url(/slider/2-decals.jpg) no-repeat top left;
  }
.tab3 {
  background: url(/slider/3-wraps.jpg) no-repeat top left;
  }
.tab4 {
  background: url(/slider/4-signs.jpg) no-repeat top left;
  }
.tab5 {
  background: url(/slider/5-magnetic-signs.jpg) no-repeat top left;
  }
.tab6 {
  background: url(/slider/6-promotional-ads.jpg) no-repeat top left;
  }
.tab7 {
  background: url(/slider/7-dealerships.jpg) no-repeat top left;
  }
.tabmore {
  font-weight: bold;
  font-size: 11px;
  }

span img{
	display:block;
	border:none;
}

.options123 {
  overflow: hidden;
  height: 100px;
  }

.options123 a img {
  border: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  }

.options123 a:hover img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  }

.options123 .pad {
  margin-right: 10px;
  }

