﻿@charset "utf-8";
/* CSS Document */





#content img{
      
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
	
	
	border: 1px solid #000000; 
}
#content img:hover{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
transform:scale(1.2);
-webkit-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);

-moz-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-ms-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
-o-box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 10px rgba(255, 255, 255, .75);

border: 1px solid #000000;

	filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
  -moz-filter:grayscale(0);
  -o-filter:grayscale(0);
}
	