@charset "utf-8";
/* CSS Document */
.sbox125 {
	float: left;
	width: 125px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.sbox600 {
	float: left;
	height: 275px;
	width: 600px;
	background-image: url(../pics/set1/yutzy-roofing-service.jpg);
	background-repeat: no-repeat;
}
.sboxtxt1 {
	text-align: center;
	color: #666;
	float: left;
	width: 600px;
}
/*THUMBNAIL HOVERPOPUPS*/
.thumbnail2  {
	position: relative;
	float: left;
	padding: 5px;
	/*z-index: 0;*/
}
.thumbnail2:hover {
	/*z-index: 50;*/
	color: #333333;
	text-decoration: none;
}
.thumbnail2 span { /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	/*left: -1000px;*/
	visibility: hidden;
	color: #333;
	text-decoration: none;
}
.thumbnail2 span img { /*CSS for enlarged image*/
	border-width: 0px; 
	/*padding: 2px;*/
}
.thumbnail2:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	width: 750px;
	top: 15px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	left: 120px;/*position where enlarged image should offset horizontally */
}
