* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	color: #333;
	font-family: helvetica, arial, san-serif;
}

a {
	color: #383838;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #5C5C5C;
}

#wrapper {
	margin: 1em auto;
	width: 90%;
}

.imageList #directoryList h3 {
	display: none;
}

.imageList #directoryList .bd {
	margin: 1em 0;
}

#directoryList .bd {
	overflow: hidden;
}

#directoryList .bd ul,
#imageList .bd ul {
	margin-left: -1em;
	overflow: hidden;
	zoom: 1;
}

#directoryList .bd li {
	border-left: 1px solid #383838;
	float: left;
	list-style: none;
	margin-bottom: 1em;
	padding: 1px 1em;
	white-space: nowrap;
}

#imageList .bd li {
	float: left;
	list-style: none;
	_height: 175px;
	margin: 0 .5em;
	min-height: 175px;
}

#imageList .bd li img {
	border: none;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 200px;
}

#imageList .bd li a img {
	background-image: url(images/loading-dark.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #383838;
	box-shadow: none;
	*float: left;
	height: 150px;
	-moz-box-shadow: none;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
	padding: 2px;
	-webkit-box-shadow: none;
	width: 200px;
}

@-webkit-keyframes shadow {
	0% {
		background-color: #000;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

	50% {
		background-color: #5C5C5C;
		box-shadow: 0 0 15px #5C5C5C;
		-moz-box-shadow: 0 0 15px #5C5C5C;
		-webkit-box-shadow: 0 0 15px #5C5C5C;
	}

	100% {
		background-color: #000;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
}

#imageList .bd li a:hover img {
	background-color: #5C5C5C;
	box-shadow: 0 0 15px #5C5C5C;
	-moz-box-shadow: 0 0 15px #5C5C5C;
	-webkit-animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: shadow;
	-webkit-box-shadow: 0 0 15px #5C5C5C;
}

#crop .bd {
	position: relative;
	width: 1024px;
}

#crop .canvas {
	background-color: #000;
	filter: alpha(opacity=50);
	height: 100%;
	_height: 590px;
	left: 0;
	-moz-opacity: .5;
	opacity: .5;
	position: absolute;
	top: 0;
	-webkit-opacity: .5;
	width: 100%;
}

#crop .dragBox {
	background-repeat: no-repeat;
	border: 1px solid #000;
	cursor: pointer;
	height: 100px;
	-khtml-user-select: none;
	left: 0;
	-moz-user-select: none;
	overflow: hidden;
	position: absolute;
	text-indent: -900px;
	top: 0;
	user-select: none; 
	width: 100px;
}

#crop .dragBox div {
	background: transparent url(../css/images/corner.png) no-repeat bottom right;
	border: none;
	cursor: se-resize;
	height: 18px;
	overflow: hidden;
	position: absolute;
	width: 18px;
}

#crop .active {
	box-shadow: 10px 10px 10px rgba(17,17,17,.3);
	cursor: move;
	filter: alpha(opacity=60);
	-moz-box-shadow: 10px 10px 10px rgba(17,17,17,.3);
	-moz-opacity: .6;
	opacity: .6;
	-webkit-box-shadow: 10px 10px 10px rgba(17,17,17,.3);
}

.overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.overlay .curtain {
	background-color: #000;
	filter: alpha(opacity=75);
	height: 100%;
	left: 0;
	-moz-opacity: .75;
	opacity: .75;
	position: absolute;
	top: 0;
	-webkit-opacity: .75;
	width: 100%;
	z-index: 500;
}

.overlay .content {
	position: fixed;
	_position: relative;
	text-align: center;
	z-index: 501;
	width: 100%;
}

.overlay .content div,
.overlay .content div img {
	display: block;
}

.overlay .content div {
	background-color: #000;
	border: 1px solid #CCC;
	display: table;
	*display: inline;
	margin: 75px auto;
	padding: 1em;
	position: relative;
	text-align: center;
	zoom: 1;
}

.overlay .content div p {
	padding: 1em 0;
}

.overlay .content div div {
	border: none;
	display: block;
	*display: inline;
	margin: 0;
	*overflow: hidden;
	padding: 0;
	postion: relative;
}

.overlay .content .prev,
.overlay .content .next {
	*background-image: url(#);
	cursor: pointer;
	display: block;
	_filter: alpha(opacity=65);
	height: 100%;
	outline: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -900px;
	top: 0;
	width: 50%;
	zoom: 1;
}

.overlay .content .prev {
	background: transparent url(images/left.png) no-repeat 0 -900px;
	_background: transparent url(images/ie-left.png) no-repeat 0 -900px;
	left: 0;
}

.overlay .content .next {
	background: transparent url(images/right.png) no-repeat 0 -900px;
	_background: transparent url(images/ie-right.png) no-repeat 0 -900px;
	right: 0;
}

.overlay .content .prev:hover {
	background-position: left center;
}

.overlay .content .next:hover {
	background-position: right center;
}

.overlay .content .disabled {
	display: none;
}

#imageList .bd ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}