div.img {
     margin:20px 10px 20px;
    padding: 5px;
    border: 1px groove #262626;
	border-radius:5px;
     height: auto;
     width: auto;
     float: right;
     text-align: center;
	 background-color:#ebb8fa;
 }

div.curl-top-left img {
     display: inline;
     margin:0;
     border: 1px groove #dbd9d9;
	 width:280px;
	 height:170px;
	 
 }

div.curl-top-left a:hover img {
     border:1px dotted #fff;


 }


div.desc {
	color:#dbd9d9;
     text-align: center;
     font-weight: bold;
	 font-size:10px;
	 font-family:Tahoma, Geneva, sans-serif;
     width: 270px;
     margin: 5px;
 }
 
 /* Curl Top Left */
.curl-top-left {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  margin:4px 10px 10px 10px;
    padding:3px;
	border: 1px groove #dbd9d9;
	border-radius:8px;
     height: auto;
     width: auto;
	 float: right;
     text-align: center;
	 background-color:#262626;
	height:225px
}
.curl-top-left:before {
	border-radius:5px;
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.curl-top-left:hover:before, .curl-top-left:focus:before, .curl-top-left:active:before {
  width: 50px;
  height: 50px;
}
