.child-holder {
	width: 100%;
	text-align: center;
}

.child-tile {
	width: 100px;
	float: left;
	margin-left: 27px;
	margin-bottom: 27px;
}

.child-holder .child-tile:first-child {
	margin-left: 0px;
}

.child-tile:hover {
	background-color: #eeeeee;
}

.child-thumb {
	width: 100%;
	height: 100px;
}

.child-title {
	width: 99px;
	height: 47px;
	padding: 0px;
	border: 1px solid #dddddd;
}

@media only screen and (max-width: 960px) { 

	.child-tile {
		float: none;
		display: inline-block;
	}
	
	.child-holder .child-tile:first-child {
		margin-left: 27px;	
	}

}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {

	.child-tile {
		margin: 0px 0px 27px 0px;
	}
	
	.child-holder .child-tile:first-child {
		margin-left: 0px;
	}

}