/*  CSS Document  */


.gallery {
	width: 650px;
	margin: 10px auto;
	position: relative;
}

.gallery .sorting {
	margin: 0px 0px 15px 0px;
	background-color: #e5e1da;
	border-radius: 5px;
	height: 30px;
	box-shadow: 3px 3px 6px #555;
	-webkit-box-shadow: 3px 3px 6px #555;
}

.gallery .sorting span {
	padding: 0px 20px 0px 10px;
	color: #000;
	font-style: italic;
	line-height: 30px;
}

.gallery .sorting div {
	margin: 10px 0px 10px 10px;
}

.gallery .sorting a {
	color: #000;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
	background: url(../_images/check_normal.gif) no-repeat 4px 7px;
}

.gallery .sorting a:hover {
	color: #52665a;
}

.gallery .sorting a.selected {
	color: #52665a;
	background-image: url(../_images/check_selected.gif);
}

.gallery .photos .thumbnail_container {
	position: relative;
	margin: 14px 35px 0px 15px;
}

.gallery .photos .thumbnail_container a.thumbnail {
	position: absolute;
}

.gallery .photos .thumbnail_container a.thumbnail img {
	width: 106px;
	height: 106px;
	border: 2px solid #ccc5b8;
	box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
}
