/* Import shared styles 
-------------------------------------------------- */

@import "common.css";
@import "template_base.css";
@import "navigation.css";
@import "tab_ui.css";
@import "overlays.css";

/* Structure
-------------------------------------------------- */

body {
	background: url("/images/bg.gif") repeat-x #353535;
}

div.galleryPanel {
	float: left;
	height: 528px;
	height: auto !important;
	min-height: 528px;
}

div#galleryControls {
	width: 390px;
}

div#galleryPhoto {
	width: 560px;
	text-align: center;
	position: relative;
}

div#galleryPhoto img {
}

ul.photoListing li {
	float: left;
	margin: 1px;
	padding: 0;
	width: 76px;
	height: 63px;
	overflow: hidden;
}

ul.photoListing li.first {
	margin: 1px 1px 1px 0;
}

ul.photoListing li.last {
	margin: 1px 0 1px 1px;
}

/* Self Clearing Floats
----------------------------------------------------- */

ul.photoListing:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

