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

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

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

.pg-gl {
	background-color: #1e1e1e;
}

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

.pg-gl .title {
	color: #7b7b7b;
	background-color: #323232;
}

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

.pg-gl .thumbs {
	
}
.pg-gl .thumbs a {
	background-color: #373737;
}
.pg-gl .thumbs img {
	border-color: #2a2a2a;
}
.pg-gl .thumbs a:hover {
	background-color: #494949;
}
.pg-gl .thumbs a:hover img {
	border-color: #3e3e3e;
}
.pg-gl .thumbs .no-images {
	color: #7b7b7b;
}

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

.pg-gl-tip {
	background-image: url(../images/dark_tip_top.png);
}
.pg-gl-tip .tip-top {
	
}
.pg-gl-tip .tip {
	background-color: #fff;
}
.pg-gl-tip .tip .tip-title {
	color: #000;
}
.pg-gl-tip .tip .tip-text {
	color: #888;
}
.pg-gl-tip .tip-bottom {
	
}