.read-more1  {
    -moz-box-shadow: inset 0px 1px 1px 1px #ffffff;
    -webkit-box-shadow: inset 0px 1px 1px 1px #ffffff;
    box-shadow: inset 0px 1px 1px 1px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #056783;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
    text-align: center;
    text-shadow: 2px 2px 1px #ffffff;
    transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
}

.read-more1 a:hover{color:green;}


.tab1
{
 width:100%; 
 line-height:1.5px
 margin:5px;
  border-color:gray;
  border-width:3px ;  
  border-collapse:collapse;
  border-spacing:3px;
 border-style:solid;
}

.tab1 td{
   border-color:gray;
  border-width:2px ;  
 border-style:solid;
}

.tab1 tr:nth-child(even) 
{
background: #BBEDE8;
}
.tab1 tr:nth-child(odd)
 {
background: #F2D0B1;
}

.inner
{
margin:5px;
padding:5px;
display:inline-block;
position:relative;

}
.contdiv {
    width:100%;
    margin-top:5px;
  margin-bottom:5px;
    margin:0px;
   padding:5px;
   border-radius: 25px;
overflow:hidden;
}

.contdiv a:hover{
color:green;
}


.pilboxs {
    display: inline-block;
    margin: -20px -22px 0 -18px;
    overflow: hidden;
   line-height: 1.3em;
    text-shadow: none;
}

.pilbox  {
   background: url("images/fea-sep.png") repeat-y scroll 100% 50% transparent;
    border-bottom: 1px solid #FFFFFF;
    border-top: 2px solid #CCCCCC;
     display: inline;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 290px;
   height:230px;
     float: left;
}



.pilboxs img {
cursor: pointer;
   height:auto;
    margin: 0 auto;
    padding: 10px;
     max-height:160px;
      width: 270px;
    -webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}

.pilboxs img:hover {
	-webkit-transform:scale(1.03);
	-moz-transform:scale(.99);
	-o-transform:scale(1.03);
	-ms-transform:scale(1.03);
	transform:scale(1.03);
	background:#00ACCF;
}