/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/




.makeovers-feature-top {
	height:50px;
	width:100%;
/*	border: 1px solid #ff0000; */
}

.makeovers-feature-top-container {
  	height:50px;
	width:980px;
	margin:-50px auto 0px auto;
	background: url(../images/makeovers-feature-top.png) 0 0 no-repeat;
/*	border: 1px solid #ff0000; */
}



.makeovers-feature {
	height:300px;
	width:100%;
	border-style: none;
	background: url(../images/makeovers-feature-tile.jpg) repeat-x 0 0px;
/*	border: 1px solid #ff0000; */
}


.makeovers-feature-container {
  	height:300px;
	width:980px;
	margin:0px auto 0px auto;
	border-style: none;
	background: url(../images/makeovers-feature.jpg) 0 0 no-repeat;
/*  border: 1px solid #ff0000; */
}



.makeovers {
	width:100%;
  	margin:0px auto 0px auto;
	background: url(../images/makeovers-tile.png) repeat-x;
	background-color:#e1c8f5;
}

.makeovers-container {
	width:980px;
	margin:0px auto 0px auto;
	padding-top:40px;
	padding-bottom:0px;
	overflow:hidden;
	background: url(../images/makeovers-feature-bottom.png) 0 0 no-repeat;
/*	border: 1px solid #fff;  */
}





/* KITCHEN GALLERY */


.gallery-thumb-bg {
	width:270px;
	height:400px;
	margin:0px 20px 0px 30px;
	text-align:center;
	float:left;
	background: url(../images/makeovers-thumb.jpg) no-repeat;
}


.gallery-thumb-bg:hover {
	width:270px;
	height:400px;
	margin:0px 20px 0px 30px;
	text-align:center;
	float:left;
	background: url(../images/makeovers-thumb-hover.jpg) no-repeat;
}


.gallery-image-hide {
	display:none;
}