
/****
	2 column setup
****/

#images, #current
{
	padding:20px;
}

#images
{
	width:335px;
	float: left;
}

#current
{
	margin-left:375px;
	border-left:1px solid #194248;
}

#current .eventInfo
{
	float: right;
	padding:.3em;
	margin-right:8px;
}


#current h2
{
	margin-left:8px;
	text-align: left;
	margin-bottom: 10px;
	font-weight: normal;
}

.images strong
{
	font-weight: normal;
}

#current a
{
	text-decoration: underline;
}

/****
	Gallerys itself
****/

.images li
{
	width:43%;
	float: left;
	text-align: right;
	margin: 2%;
}

.images img
{
	float: right;
	margin-left: 10px;
}

.images strong
{
	display:block;
}


.thumbs li 
{
	padding-right: 2px;
	padding-top: 3px;
	margin: 5px;
	width:33px;
	float:left;
}

.thumbs img.r
{
	border-style: solid;
	border-color: #D7D5D5;
	border-width: 1px;
}

img.n
{
	border-style: solid;
	border-color: #D7D5D5;
	border-width: 1px;
}
/*

td.trim
{
	border-right:3px solid #4F777E;
	border-bottom:3px solid #4F777E;
}

td.btrim
{
	border-bottom:3px solid #4F777E;
}
*/