body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#gallery {
	width: 100%;
	background-color: #efefef;
	display: inline-table;
}

#gallery .galleria-container {
	margin: 0 auto;
	padding: 0;
	background: #595959;
	/*border: 1px solid #cccccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;*/
	height: 480px;
}

#gallery .galleria-container .galleria-stage {
	position: absolute;
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	overflow: hidden;
}

#gallery .galleria-container .galleria-image-nav {
	position: absolute;
	top: 50%;
	margin-top: -62px;
	width: 100%;
	height: 62px;
	left: 0;
}

#gallery .galleria-thumbnails .galleria-image {
	border: 2px solid rgba(255, 255, 255, 0.3);
}

#gallery .galleria-thumbnails .galleria-image:hover {
	border: 2px solid #ff6200;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#gallery .galleria-thumbnails .active {
	border: 2px solid #ff6200;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#gallery .galleria-thumbnails {
	height: 54px;
}

#gallery .galleria-thumbnails-container {
	background-color: #000000;
	left: 0;
	right: 0;
	width: 100%;
}

#gallery .galleria-thumbnails-list {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#gallery .galleria-carousel .galleria-thumbnails-list {
	margin-left: 30px;
	margin-right: 30px;
}

#gallery .galleria-thumbnails .galleria-image {
	width: 60px;
	height: 50px;
}

#gallery .galleria-thumbnails-container {
	height: 65px;
	bottom: 0;
}

#gallery .galleria-info {
	color: #FFFFFF;
	display: none;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 4;
	left: 0;
}

#gallery .galleria-info .galleria-info-text {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	padding: 12px;
	height: auto;
}

#gallery .galleria-info .galleria-info-text .galleria-info-title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #E9E9E9;
}

#gallery .galleria-info .galleria-info-text .galleria-info-description {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #AFAFAF;
}

#gallery .galleria-info .galleria-info-text .galleria-info-image-link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #E06614;
}

#gallery .galleria-thumbnails-container .galleria-thumb-nav-right {
	background-position: -578px 15px;
	height: 65px;
}

#gallery .galleria-thumbnails-container .galleria-thumb-nav-left {
	background-position: -495px 15px;
	height: 65px;
}

#gallery .galleria-thumbnails-container .galleria-thumb-nav-left:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#gallery .galleria-thumbnails-container .galleria-thumb-nav-right:hover
	{
	background-color: rgba(255, 255, 255, 0.3);
}

div#infobar {
	background-color: #1b1b1b;
	color: #666666;
	text-align: center;
	width: 640px;
	height: 30px;
	line-height: 30px;
}

div#infobar a {
	text-decoration: none;
	color: #999999;
}

div#infobar a:hover {
	text-decoration: underline;
}

div#watermark-free {
	background: url("../images/watermarks/badge-free.png") no-repeat center center;
	height: 75px;
	width: 75px;
	z-index: 9999;
	right: 10px;
	top:  10px;
	position: absolute;
}

div#watermark-pro {
	background: url("../images/watermarks/badge-pro.png") no-repeat center center;
	height: 75px;
	width: 75px;
	z-index: 9999;
	right: 5px;
	top:  5px;
	position: absolute;
}