/* adjust the site's default buckets */
div#content{
	margin-left:0;
	position:relative;
	}
div#mainpic{
	position:absolute;
	top:30px;
	left:0;
	}

div#thmbtbl img{
	width:132px;
	height:61px;
	}

div#picdescr{/* gotta find why width isn't working along with absolute positioning */
	width:420px;
	}

/* gallery navigation */
p#galnav2{
	float:right;
	}
p#picinfo,
p#galnav2,
p#galnav{
	color:#AF9383;
	}

/* for slideshow */
a.start{
	background-color:#fff;
	}
a.stop{
	background-color:#C4B2A0;
	color:#301B11 !important;
	border-bottom:1px dashed #301B11;
	}
