#gallery
{
	margin:0px auto;
}

#gallery .padded-content
{
	width:398px;
	overflow:hidden;
}

#gallery .image
{
/*	background-color:orange;*/
	height:398px;
	margin-top:40px;
	background-repeat:none;
	background-position:50% 50%;
	background-repeat:no-repeat;
}


#gallery .thumb-scroller
{
	width:398px;
	overflow:scroll;
	overflow-y:hidden;
	margin-top:23px;
}

#gallery .thumbs
{
	overflow:hidden;
	height:128px;
	margin-bottom:17px;
	margin-top:17px;
	_margin-left:-40px;
}

#gallery .thumbs br
{
	clear:left;
	display:block;
	font-size:0px;
}

#gallery .thumbs .last
{
	margin-right: 20px;
	margin-right: 40px;
}

#gallery  .thumb
{
/*	width:128px;
*/
	height:128px;
	float:left;
	margin-left:20px;
	margin-left:40px;
/*
	background-repeat:no-repeat;
	background-position:50% 50%;
*/	
	cursor:pointer;
}

#gallery  .thumb tr
{
	vertical-align:center;
}

#gallery  .thumb img
{
	display: block;
}

#right-content .content
{
	margin-top:0px;
	width:438px;
}

#content-title
{
	margin-bottom:0px;
}

