@charset "UTF-8";
/* CSS Document */
	/* Minimal Gallery Styles */
div.project_content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	width:560px; 
}
div.project_content a, div.navigation a {
	text-decoration: none;
	color: #555555;
}
div.project_content  a:focus, div.project_content  a:hover, div.project_content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
	font-size: 11px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 560px;
	height: 552px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	/*padding: 2px;*/
	display: block;
	/*border: 1px solid #ccc;*/
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.project_embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.project_navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.project_thumbs {
	/*clear: both;*/
	margin: 0;
	padding: 0;
}
ul.project_thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

a.project_thumb {
	padding: 0px;
	display: block;
	border: none;
	font-size: 11px;
}
ul.project_thumbs li.selected a.project_thumb {
	background: none;
}
a.project_thumb:focus {
	outline: none;
}
ul.project_thumbs img {
	border: none;
	display: block;
}
div.project_pagination {
	clear: both;
}
div.project_navigation div.top {
	/*margin-bottom: 12px;
	height: 11px;*/
}
div.project_navigation div.project_bottom {
	/*margin-top: 12px;*/
}
div.project_pagination a, div.project_pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.project_pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.project_pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#project_thumbs-min ul.project_thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#project_thumbs-min a.project_thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#project_thumbs-min ul.project_thumbs li.selected a.project_thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
.viewmore { margin: 0; padding: 0; list-style: none; float: left; display: block; width: 110px; }
.viewmorel { margin: 0; padding: 0; list-style: none; float: right; width: 110px; display: block; margin: 5px 10px 5px 0; font-size: 11px;}