/* style for the image container */
.container{
	text-align:center;
	padding:5px;
}
/* style for the text description */
.textDesc{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
}

