/*html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
    color: #262626;
	background: #f4f4f4;
	font: normal 12px/18px Verdana, sans-serif;
}

#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}
*/

#gallery-content {
	
	margin: 0 auto;
	padding: 20px 0;
	/*border: solid 1px #cbcbcb;*/
	/*background: #666;
	box-shadow: inset 0 0 140px rgba(0,0,0,.2);*/
	text-align: center;
}

#gallery-content a { position: relative } 

#gallery-content a:after { 
	content:'';
	position: absolute; 
	bottom: 4px; 
	left: 0; 
	width: 120px; 
	height: 120px; 
	background: rgba(255,255,255,.2);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	}

#gallery-content a:hover:after { 
	background: rgba(0,0,0,.2);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; 
	}

#gallery-content img {
/*	box-shadow: 0 0 0 rgba(0,0,0,0);
	margin: 2px;*/
/*	border: thin solid rgba(0,0,0,.2);
	opacity:.8;*/

}



#gallery-content img:hover {
/*	opacity:1;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	
	border: 1px solid rgba(255,255,255,.4);*/
	

	
/*	transition-duration:.2s;
	transition-timing-function:ease-in-out;
	
	-webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);*/

}