/* Styling for projects page */

#sShowContainer{
	width:940px;
	margin:auto;
	text-align:center;
	height:505px;
}

#thumbsContainer {
	margin:auto;
	width:630px;
	background-color:#FFF;
	display:block;
	

}
#thumbsContainer .imgContainer{
	margin:auto;
	width:173px;
	text-align:center;
	height:162px;
	display:block;
	padding-bottom: 5px;
	
}

#thumbsContainer img{
	margin-top:15px;
}
#thumbsContainer #txtContainer{
	padding-top: 0px;
	text-align: left;
	padding-left: 8px;
	padding-right: 7px;
	width:173px;
}

hr{
 	border: 0;
	/*margin-top: 5px;*/
	width: 170px;
	height: 1px;
	color: #fff;
	background-color: #fff;	
}

#thumbsContainer #txtContainer .Title{	
}

#thumbsContainer #txtContainer .Date{
	display: block;
	padding-top: 4px;
}

.thfloat2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	width: 190px;
	height: 228px;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
  }
  
.thfloat2  a{
	color: #fff;
	height: 228px;
	text-decoration:none;
}


.thfloat2Over{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	width: 190px;
	height: 228px;
	background-color: #999;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0px;
}


