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

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

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

.pg-gl {
	background-color: #e4e4e4;
}

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

.pg-gl .title {
	color: #7f7f7f;
	background-color: #fff;
}

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

.pg-gl .thumbs {
	
}
.pg-gl .thumbs a {
	background-color: #fff;
}
.pg-gl .thumbs img {
	border-color: #fff;
}
.pg-gl .thumbs a:hover {
	background-color: #808080;
}
.pg-gl .thumbs a:hover img {
	border-color: #808080;
}
.pg-gl .thumbs .no-images {
	color: #7f7f7f;
}

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

.pg-gl-tip {
	background-image: url(../images/light_tip_top.png);
}
.pg-gl-tip .tip-top {
	
}
.pg-gl-tip .tip {
	background-color: #dcdcdc;
}
.pg-gl-tip .tip .tip-title {
	color: #000;
}
.pg-gl-tip .tip .tip-text {
	color: #7a7a7a;
}
.pg-gl-tip .tip-bottom {
	
}