/*For Garden World's images.html page*/

.thumb{
	width: 550px;
}

.thumb img{
	background: black;/* #EAF4DF; /*light green*/ 		/*light red: #FFDFD5*/
	padding: 15px;
	margin: 0px;
	display: inline;
	border-style: none;
}

.thumb p {
	font-size: 1.2em;
}

.thumb a{
	text-decoration:none;
}

#button
{
	text-align: center;
	vertical-align: center;
	margin-bottom: 0px;
	height: 60px;
	/*width: 800px;*/
	/*padding-left: 50px;*/
	overflow:hidden;
}

body > #button{
}


#button a
{
	text-decoration: none;
	vertical-align: center;

}

#button a .right{float:right;}

#button a .left{float:left;}

#button img{
	border-style: none;	
		display: inline;
}


