@-webkit-keyframes curl {
 0% {
    width: 150px;
	height: 150px;
  }
  
  50% {
	width: 155px;
	height: 155px;
  }
  100% {
     width: 150px;
	height: 150px;
  }
}
@-moz-keyframes curl {
 0% {
    width: 150px;
  height: 150px;
  }
  
  50% {
  width: 155px;
  height: 155px;
  }
  100% {
     width: 150px;
  height: 150px;
  }
}
@-o-keyframes curl {
 0% {
    width: 150px;
  height: 150px;
  }
  
  50% {
  width: 155px;
  height: 155px;
  }
  100% {
     width: 150px;
  height: 150px;
  }
}
@keyframes curl {
 0% {
    width: 150px;
  height: 150px;
  }
  
  50% {
  width: 155px;
  height: 155px;
  }
  100% {
     width: 150px;
  height: 150px;
  }
}

#curl{
	height: 200px;
	left: 0;
	position: fixed;
	top: 0;
	width: 200px;

}

.kedut{
	-webkit-animation:curl 500ms infinite;
    -moz-animation:curl 500ms infinite;
    -o-animation:curl 500ms infinite;
    animation:curl 500ms infinite;
}


/*
#curl:hover{
    width:450px;
    height:450px;
	animation:none;
    
}
*/

#code{
   height: 200px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 200px;
}
/*
#code:hover{
    width:385px;
    height:385px;
	overflow:hidden;  
} 
*/
#small{
	left: 0;
    position: absolute;
    top: 0;
}

#big{
	 width:129px;
    height:129px;
	overflow:hidden;
}
#big img{

}
/*
#code:hover #big{
	 width:385px;
    height:385px;
}
*/