.g2img {
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
		max-width: 100%;
}

.mainimgdiv {
	position:relative;
	margin-top:15px; 
	margin-bottom:15px; 
}

.imgTitle {
	position:absolute;
	width: 99%;
	bottom: 0;
	left: 7px;
	color:white;
	text-shadow:0px 0px 1px #000000, 1px 0px 2px #000000, 1px 0px 2px #000000;
	text-align:left;
	font-size: 80%;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	padding-right: 5px;
	
	-moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto; 
	}
a .imgTitle, a .g2ImgDescripton, a:hover .imgTitle, a:visited .imgTitle {
	text-decoration: none;
	}

.g2ImgDescripton {
	display: block;
	margin-bottom:0px!important;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 75%;
	font-style: italic;
	margin-top: 0px!important;
	color:white;
	}

.g2ImgDescripton > br {
    margin-bottom: -8px;
}
.imgTitle a{
	color:white;
}
.imgTitle a:hover{
	text-decoration:none;
	color:white;
}