.contentpaneopen ul{
width:420px;
height:25px;
margin:0px;
}
.contentpaneopen ul li{
list-style:none;
float:left;
width:130px;
height:60px;
margin:5px;
}
.contentpaneopen ul li:nth-child(4){


    clear
  :left;
}
.contentpaneopen ul img{
position:absolute;
z-index:1;
height:60px;width:130px;
margin:0;
box-shadow:0 0 3px black;
-webkit-transition:all .5s cubic-bezier(.6,2,.4,1);
    -moz-transition:all .5s cubic-bezier(.6,2,.4,1);
     -ms-transition:all .5s cubic-bezier(.6,2,.4,1);
      -o-transition:all .5s cubic-bezier(.6,2,.4,1);
         transition:all .5s cubic-bezier(.6,2,.4,1);
}
.contentpaneopen ul li:hover img{
z-index:5;
-webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
     -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
         transform: scale(1.5);
box-shadow:0 0 10px black;
}
.contentpaneopen ul:hover li:not(:hover) img{
-webkit-filter: grayscale(1) blur(5px);
    -moz-filter: grayscale(1) blur(5px);
     -ms-filter: grayscale(1) blur(5px);
      -o-filter: grayscale(1) blur(5px);


    filter
  : grayscale(1) blur(5px);
}