/*
	Title:    Lightbox Gallery Base Stylesheet
	Filename: lightbox-gallery.css
	Author:   Ryan Sandor Richards
	Copyright 2007 Sandstone Digital, All Rights Reserved

	Directions:
	Include this file as a link in the header of the page that uses the lightbox gallery script
	like so:

	<link rel="stylesheet" type="text/css" href="lightbox-gallery.css" />
*/

#lightbox-gallery {
	width: 440px;
	margin: 10px;
	}

#lightbox-gallery .cell {
	width: 110px;
	height: 110px;
	float: left;
	}

#lightbox-gallery .cell a img {
	border: none;
	margin: 5px;
	}

#lightbox-gallery .clearing {
	clear: both;
	}

.gallery-controls {
	width: 440px;
	text-align: center; 
	}

.gallery-controls .selected {
	font-weight: bold;
	font-size: 110%;
	}

.gallery-controls .next, .gallery-controls .prev {
	font-size: 110%;
	}

