#demosContainer{

}

#contentColumn{
	margin-top:30px;
	width:950px;
}

.demoBox{
	float:left;
	width: 440px;
	height: 435px;
	margin-left:25px;
	margin-bottom:35px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	background:#F5F5F5;
}

.shadow{
	-moz-box-shadow: 2px 2px 2px 2px #777;
	-webkit-box-shadow: 2px 2px 2px 2px #777;
	box-shadow: 2px 2px 2px 2px #777;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#777777')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#777777');
	
}

.demoTitle{
	font-size: 20px;
	font-weight: 700;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.demoImage{
	width:400px;
}

