/* body background
--------------------------------------------------*/

body.pg {
	background-color: #212121;
}

/* wrapper
--------------------------------------------------*/

.pg-gl {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1e1e1e;
	padding: 8px 0 8px 8px;
	margin-right:15px;
}

/* gallery title
--------------------------------------------------*/

.pg-gl .title {
	color: #7b7b7b;
	background-color: #323232;
	padding: 4px 12px;
	font-size: 15px;
	line-height: 26px;
}

/* ribbon
--------------------------------------------------*/

.pg-gl .thumbs {
	overflow: hidden;
}
.pg-gl .thumbs a {
	float: left;
	background-color: #373737;
	margin: 3px 3px 0 0;
	background-image: url(../images/thumb_arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 95%;
}
.pg-gl .thumbs img {
	border: none;
	border: solid 4px #2a2a2a;
	margin-bottom: 17px;
}
.pg-gl .thumbs a:hover {
	background-color: #494949;
}
.pg-gl .thumbs a:hover img {
	border-color: #3e3e3e;
}
.pg-gl .thumbs .no-images {
	color: #7b7b7b;
	padding: 10px 0 6px 12px;
	font-size: 15px;
}

/* tooltip
--------------------------------------------------*/

.pg-gl-tip {
	width: 250px;
	background-image: url(../images/dark_tip_top.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	z-index:3000;
}
.pg-gl-tip .tip-top {
	height: 7px;
	font-size: 1px;
}
.pg-gl-tip .tip {
	background-color: #fff;
	padding: 7px;
	background-image: url(../images/camera.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.pg-gl-tip .tip .tip-title {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 7px 5px 7px 40px;
	overflow: hidden;
	width: 191px;
}
.pg-gl-tip .tip .tip-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 11px;
	padding: 8px 0 0 4px;
	overflow: hidden;
	width: 236px;
}
.pg-gl-tip .tip-bottom {
	
}