
.img { position:relative;float: left; width:19.4444%; padding:0px; margin-right:10px; }
.img:last-child { margin-right:0px; }
.img a .inner { position:relative; /*border:1px #cdd2d5 solid;*/ height:75px; 

}
    .img a {
        text-decoration: none !important;
    }
.inner p { display:none; font-size:13px!important; color:#003768!important;line-height:16px; position:relative; top:-10px;}
.row1 { position:relative; top:0px; z-index:998; }
.img .hovered {
    /*outline: 2px solid #00ae42;*/
    overflow:hidden;

}
.inner h2 {
    display: block;
    text-indent: -999em;
    margin:0px auto;
	padding:0px;
}
.inner .site {
    background: url('../images/WSISprite.png') no-repeat 0px 0px;
/*    width: 280px;*/
    height: 75px;
}
.inner.hovered .site {
    background: url('../images/WSISprite.png') no-repeat 0px -156px;
}


.inner .search {
    background: url('../images/WSISprite.png') no-repeat -290px 0px;
/*    width: 280px;*/
    height: 75px;
}
.inner.hovered .search {
    background: url('../images/WSISprite.png') no-repeat -290px -156px;
}


.inner .solutions {
	 background: url('../images/WSISprite.png') no-repeat -580px 0px;   
/*    width: 280px;*/
    height: 75px;
}
.inner.hovered .solutions {
    background: url('../images/WSISprite.png') no-repeat -580px -156px;
}


.inner .social {
    background: url('../images/WSISprite.png') no-repeat -870px 0px;
/*    width: 280px;*/
    height: 75px;
}
.inner.hovered .social {
    background: url('../images/WSISprite.png') no-repeat -870px -156px;
}


.inner .mobile {
    background: url('../images/WSISprite.png') no-repeat -1160px 0px;
/*    width: 280px;*/
    height: 75px;
}
.inner.hovered .mobile {
    background: url('../images/WSISprite.png') no-repeat -1160px -156px;
}






.inner .site2 {
    background: url('../images/img_1.png') no-repeat;
    width: 168px;
    height: 75px;
}
.inner.hovered .site2 {
    background: url('../images/img_1.png') no-repeat;
}
.inner .search2 {
    background: url('../images/img_2.png') no-repeat;
    width: 168px;
    height: 75px;
}
.inner.hovered .search2 {
    background: url('../images/img_2.png') no-repeat;
}
.inner .solutions2 {
	 background: url('../images/img_4.png') no-repeat;
   
    width: 168px;
    height: 75px;
}
.inner.hovered .solutions2 {
    background: url('../images/img_4.png') no-repeat;
}
.inner .social2 {
    background: url('../images/img_3.png') no-repeat;
    width: 168px;
    height: 75px;
}
.inner.hovered .social2 {
    background: url('../images/img_3.png') no-repeat ;
}
.inner .mobile2 {
    background: url('../images/WSISprite.png') no-repeat;
    width: 168px;
    height: 75px;
}
.inner.hovered .mobile2 {
    background: url('../images/WSISprite.png') no-repeat;
}


/* Media Queries
---------------------------------------------------------------------- */
/* media screen and (max-width: 1360px)
---------------------------------------------------------------------- */
@media screen and (max-width: 1360px)
{
.row1 { margin:0 auto; width:860px;}
.img { width:280px; padding:0px; margin-right:10px; margin-bottom:10px; }
.img:nth-child(3n+3) { margin-right:0px; }
}


/* media screen and (max-width: 800px)
---------------------------------------------------------------------- */
@media screen and (max-width: 800px)
{
.row1 { margin:0 auto; width:570px;}
.img { width:280px; padding:0px; margin-right:10px; margin-bottom:10px; }
.img:nth-child(3n+3) { margin-right:10px; }
.img:nth-child(2n+2) { margin-right:0px; }
}

/* media screen and (max-width: 800px)
---------------------------------------------------------------------- */
@media screen and (max-width: 500px)
{
.row1 { margin:0 auto; width:280px;}
.img { width:280px; padding:0px; margin-right:0px; margin-bottom:10px; }
}