.heading, .link_sec .read_more, .small_heading, .news_info_box{-webkit-border-radius: 5px 0px 0px 0px;-moz-border-radius:5px 0px 0px 0px; border-radius:5px 0px 0px 0px ; position: relative;behavior: url(/include/PIE.htc);}
.tabs li, .tabs li a, .choose_gallery h3, .tab li{-webkit-border-radius: 5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px; border-radius:5px 5px 0px 0px ; position: relative;behavior: url(/include/PIE.htc);}
.choose_gallery{-webkit-border-radius:7px;-moz-border-radius:7px; border-radius:7px ; position: relative;behavior: url(/include/PIE.htc);}

.top_gallery ul li{-webkit-box-shadow: #cfcfcf 0px 0px 5px;
-moz-box-shadow: #cfcfcf 0px 0px 5px;
box-shadow: #cfcfcf 0px 0px 5px;

behavior: url(/include/PIE.htc);}
.choose_gallery h3{-webkit-box-shadow: #cfcfcf 0px 2px 3px;
-moz-box-shadow: #cfcfcf 0px 2px 3px;
box-shadow: #cfcfcf 0px 2px 3px;

behavior: url(/include/PIE.htc);}

/**** a img hover CSS ****/
.news_gallery li a img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.news_gallery li a img:hover {
opacity: 0.8;
}

#leadership_content a img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

#leadership_content a img:hover {
opacity: 0.5;
}

a.hover img{
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

a.hover img:hover {
opacity: 0.8;
}

/**** END a img hover CSS ****/