@charset "utf-8";
/* Mobile Gallery
Sidebar Menu
By: Harley Nael
 */
#gallery {
	width:100%;
	clear: both;
	margin-bottom: 30px;
	text-align:center;
}
#gallery ul {
	padding:0px;
	margin:0px;
	width: 100%;
}
#gallery ul li {
	list-style-type: none !important;
	margin: 10px;
	padding:0 !important;
	width: 140px !important;
	height: 120px !important;
	overflow: hidden;
	-webkit-box-shadow:   0px 0px 6x rgba(0, 0, 0, .5);
	-moz-box-shadow:   0px 0px 6px rgba(0, 0, 0, .5);
	box-shadow:   0px 0px 6px rgba(0, 0, 0, .5);
	background-color: #FFF;
	background-image: none !important;
	display:block;
	float:left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#gallery ul li a {
	width: 120px !important;
	height: 100px !important;
	display:block;
	overflow:hidden;
	margin: 10px;
	float:left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#gallery ul li img:hover {
	opacity: .85;
}
#gallery ul li img {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:0 !important;

}