td,th{padding: 3px 5px} 

img {
	border-width: 0;
}

.view {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear
{
    display:none;
    margin-top:8px;
}

.author
{
    margin-top:6px;
    text-align:center;
}

.item {
	/* padding: 20px 50px; */
	padding: 0px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.buttonbar {
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 444px;
	height: 33px;
	text-align: center;
}

.buttonbar .back_gallery 
{
    	background-image: url(../images/photogallery/button-gallery.gif);
    	width:34px;
    	height:23px;
    	border:0px;
    	cursor:pointer
}

.buttonbar .first_photo 
{
    	background-image: url(../images/photogallery/button-first.gif);
    	width:22px;
    	height:23px;
    	border:0px;
    	cursor:pointer
}

.buttonbar .previous_photo 
{
    	background-image: url(../images/photogallery/button-prev.gif);
    	width:22px;
    	height:23px;
    	border:0px;
    	cursor:pointer
}

.buttonbar .next_photo 
{
    	background-image: url(../images/photogallery/button-next.gif);
    	width:22px;
    	height:23px;
    	border:0px;
    	cursor:pointer
}

.buttonbar .last_photo
{
    	background-image: url(../images/photogallery/button-last.gif);
    	width:22px;
    	height:23px;
    	border:0px;
    	cursor:pointer
}


.pager{
	text-align: center;
}


