	/* GALLERY GRID */
	
	.bts-gallery_grid {
		/* width: 824px; /* 815 needed */
	}
	/**/
	.bts-gallery_grid .navigation {
		font-size: 12px;
		background: url("../../images/gradients/red_bts_gall-navigation_grad.gif") top repeat-x;
		height: 21px;
		padding-left: 11px;
		margin-left: 6px;
		margin-right: 13px;
	}
	.bts-gallery_grid .navigation .caption {
		margin-top: 3px;
		float: left;
		width: 110px;
		color: #9482db;
	}
	.bts-gallery_grid .navigation a.current {
		color: #ffffff;
	}
	.bts-gallery_grid .navigation a {
		margin-top: 3px;
		float: left;
		display: block;
		width: 20px;
		height: 16px;
		color: #b5b1d8;
		text-decoration: none;
		text-align: center;
		margin-left: 3px;
		margin-right: 3px;
	}
	.bts-gallery_grid .navigation a:hover {
		background: url("../../images/misc/bts_gall-navigation_active-link.gif") no-repeat;
	}
	/**/
	.bts-gallery_grid .pagination {
		font-size: 12px;
		background: #e9e9de;
		height: 21px;
		padding-left: 11px;
		margin-left: 6px;
		margin-right: 13px;		
	}
	.bts-gallery_grid .pagination .caption {
		float: left;
		width: 42px;
		color: #a3a39b;
		margin-top: 3px;
	}
	.bts-gallery_grid .pagination a.current {
		color: #686863;
	}
	.bts-gallery_grid .pagination a {
		margin-top: 3px;
		margin-left: 3px;
		margin-right: 3px;
		float: left;
		display: block;
		width: 20px;
		height: 16px;
		color: #979792;
		text-decoration: none;
		text-align: center;		
	}
	.bts-gallery_grid .pagination a:hover {
		background: url("../../images/misc/bts_gall-pagination_active-link.gif") no-repeat;
	}
	
	.bts-gallery_grid .grid {
		margin-top: 13px;
	}
	.bts-gallery_grid .grid .cell {
		float: left;
		padding-left: 5px;
		padding-right: 4px;
		padding-bottom: 11px;
		
	}
	
	.bts-gallery_grid .grid .cell .pic {
		padding: 1px;
		border: 1px solid #b8b8af;
		background: #ffffff;
	}
	.bts-gallery_grid .grid .cell .pic:hover {
		border: 1px solid #ffffff;
		background: #b8b8af;
	}
	.bts-gallery_grid .grid .cell .caption {
		padding-top: 3px;
		font-size: 12px;
		color: #494946;
		text-align: center;
	}
	.bts-gallery_grid .grid .cell .caption img {
		padding-right: 2px;
	}
