@charset "utf-8";
/* CSS Document */

.gallery-thmb-treatment {
	box-shadow: 0px 4px 4px 0px #888888;
	border: 1px solid #000;
	border-radius: 3px;
}
.gallery-img-treatment {
	box-shadow: 0px 5px 5px 0px #888888;
	border: 1px solid #000;
	border-radius: 3px;
}
.gallery-list {
	text-align: center;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1.2em;
	padding: 10px;
}

.gallery-previous, .gallery-next, .gallery-previous-disabled, .gallery-next-disabled {
	display:block;
	height:30px;
	margin:0;
}
.gallery-previous {
	background:url(../images/icons/previous.png) no-repeat;
	float:left;
	padding:4px 0 0 35px;
}
.gallery-next {
	background:url(../images/icons/next.png) no-repeat right;
	float:right;
	padding:4px 35px 0 0;
}

@media screen and (min-width: 150px) and (max-width: 800px) {
	img { width:98%; height:auto;}
}