/*  MINI GALLERIES */



.mini_gallery {
	position: absolute;
	display: block;
	right: -24px;
	top: 290px;
	width: 264px;
	z-index: 20000;
	overflow: visible;
	background: transparent;
	}

#bath {
	background: transparent url(../images/bathroom-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#carp {
	background: transparent url(../images/carpentry-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#decor {
	background: transparent url(../images/decorating-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#elec {
	background: transparent url(../images/electrical-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#ext {
	background: transparent url(../images/extensions-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#kitch {
	background: transparent url(../images/kitchen-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#land {
	background: transparent url(../images/landscaping-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#plumb {
	background: transparent url(../images/plumbing-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#sec {
	background: transparent url(../images/security-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}

#til {
	background: transparent url(../images/tiling-base.jpg) no-repeat 1px 0;
	margin: 30px 0 0;
	padding: 0;
	height: 525px;
	}



.thumbnail img.thb {
	float: right;
	width: 110px;
	height:  83px;
	padding: 0;
	margin: 200px 20px -180px 0px;
	border: 1px solid #F78F22;
clear: none;
overflow: visible;
	}

.thumbnail:hover {
	background-color: transparent;
	}

.thumbnail:hover img.thb {
	border: 1px solid black;
	}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	left: -10000px;
	visibility: hidden;
	text-decoration: none;
	}

.thumbnail span img { /*CSS for enlarged image*/
	width: 240px;
	height: 180px;
	margin: 0 0 15px 0;
	border-width: 0;
	}

.thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	width: 240px;
	height: 180px;
	padding: 0;
	margin: 0;
	top: 0;
	left: 1px; /*position where enlarged image should offset horizontally */
	z-index: 500;
	}

.thumbnail span {
	font-weight: bold;
	font-size: 85%;
	padding: 7px;
	text-align: center;
	}

.mini_gallery a, .mini_gallery a:hover {
	color: #7e003f;
	}
