
.clearBoth
{
	clear:both;
}


#ImageCategories {display:none;}

#GalleryContainer
{
	position: relative;
	/*z-index: 1000;*/
	width: 600px;
	padding: 0 0 0 15px;
	/*border-right: 1px solid #1c1c1c;*/
	background: transparent;
	margin: 0 0 0 0;
	text-align: left;
}

#CategorySelector {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
}

#CategorySelector .Categories {
	display: block;
	height: 125px;
	margin: 0px;
 padding: 0px;
}

#CategorySelector li {
	float: left;
}

#CategorySelector .Category
{
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 125px;
	 width: 112px;
	/* width: 60px;  Size for a lot of categories*/
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

#CategorySelector .Category span { display: none; }

#CategorySelector .Cat1 { background:#000000 url(/images/beforeAfter/careysKitchen.jpg) no-repeat; }
#CategorySelector .Cat2 { background:#ccc url(/images/beforeAfter/Healthcare.jpg) no-repeat; }
#CategorySelector .Cat3 { background:#ccc url(/images/beforeAfter/Hospitality.jpg) no-repeat; }
#CategorySelector .Cat4 { background:#ccc url(/images/beforeAfter/Residential.jpg) no-repeat; }
#CategorySelector .Cat5 { background:#ccc url(/images/beforeAfter/Education.jpg) no-repeat; }
#CategorySelector .Cat6 { background:#ccc url(/images/beforeAfter/Healthcare.jpg) no-repeat; }
#CategorySelector .Cat7 { background:#ccc url(/images/beforeAfter/Hospitality.jpg) no-repeat; }
#CategorySelector .Cat8 { background:#ccc url(/images/beforeAfter/Residential.jpg) no-repeat; }

#CategorySelector .LastCat { border-right:0; }

.thumbnailContainer
{
	width:595px;
	margin: 10px 10px 0 10px;
	display: none; 
	/** overflow:hidden; **/
	height:0;
}

.thumbnailContainer .thumbnail
{
	float:left;
	cursor:pointer;
	padding:3px;
	margin:3px;
	border:0px solid #999;
}

.pagination
{
	/**margin: 0 0 0 5px;**/
 margin:  5px 0 0 5px ;
 padding: 0;
}

.aSwitch
{
	cursor:pointer;
}

.PageTitle
{
	/** margin:10px 0; **/
margin: 0;
padding: 0;
	font-weight:bold;
}

.CategoryTitle
{
	/** margin:10px 0; **/
font-size:12px;
	color:#6F6851;
 line-height: 100%;
margin: 0;
padding: 0 0 7px 6px;
	font-weight:bold;
}

.clickInstructions {
padding: 2px 0 3px 6px;
}

#beforeAfterGallery {
 width: 600px;
 height: 445px;
 background-position-y: top;
 background-image: url(/images/PhotoGalleryBkgnd.jpg);
 background-repeat: no-repeat;
 background-color: transparent;
}

.thumbCaption {
 width: 165px;
 color: #433C34;
 font-size: 10px;
 font-family: Verdana;
 padding: 2px 0 0 3px;
}


