div.gallery_thumbnail {
	float: left;
	width: 65px;
	height: 50px;
	padding:0;
	cursor:pointer;
}

div.gallery_thumbnail img {
	border:3px solid #595959;
}

div.current img {
	border:3px solid #bec2c3;
}

div.gallery_thumbnail_noimg {
	float: left;
	width: 65px;
	height: 50px;
	padding:1px;
	background:#595959 url(/images/approved-cars/no-photo.gif) no-repeat center center;
}

#GB_footer{
	width:100%;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 500;
    position: fixed!important;
    position: absolute;
	padding:15px 0 15px 0;
	background-color:#222222;
}

#GB_footer_in{
	width:780px;
    bottom: 50px;
    left: 0;
    margin: 0 auto;
}

td{
    background: none;
}


.GB_header {
    display: none;
}

div.current {
	cursor: default;
}

div.current a{
	cursor: default;
}

div#GB_close_btn{
    z-index: 500;
    cursor: pointer;
    position: fixed!important;
    position: absolute;

}

