/* Group Images Start */div.GroupImg{    margin: 5px;    padding: 5px;    border: 1px solid #606060 ;    height: 180px;    width: auto;    float: left;    text-align: center;        box-shadow: 3px 3px 2px #888888;    background : url('../images/LightGreen.jpg') no-repeat ;        }	div.GroupImg img{    display: inline;    margin: 5px;    border: 1px solid #ffffff;    width: 110px;    height: 90px;    background : url('../images/LightGreen.jpg') no-repeat ;	font-size:12px !important;}div.GroupImg a:hover img {border: 1px solid #0000ff;}div.desc{    text-align: center;    font-size:xx-small !important;    width: 120px;    margin: 5px;    border:0;    background : url('../images/LightGreen.jpg') no-repeat ;	}/* Group Images End */