/***** Home page **********/

#services {
	text-align:center;
}

#services img{
	padding:0 10px 20px 10px;
}

/****** Slideshow *******/
#slideshow1 {
	height:347px;
	width:346px;
	overflow: hidden;
}
/***********************/


/***************************/

/** for 640px or less (small tablets & mobile) **/
@media screen and (max-width: 640px) {
	#services img{
		padding: 0 0 20px 0;
	}
}
/*********************************************/