/* PhotoGallery CSS */

#photogallery {
	background:url(../images/gallery/photo_frame.jpg) top left no-repeat;
	width:461px;
    height:560px;
    margin:0 auto;
    padding-bottom:30px;
}

div.scroller { 
    width:301px;
    height:401px; 
    overflow-y:scroll;
    overflow-x:hidden; 
    margin:0 auto;
    padding-top:80px;
} 

div.scroller div.items {
    width:301px;
}

.items .photo {
	width:301px;
	height:401px;
	float:left;
}

.items .photo img {
	border:none;
	display:block;
}

/* Buttons */

.prev a, .next a{
	text-align:left;
}

.prev a, .next a {
	width:58px;
	padding-top:58px;
	overflow:hidden;
	height:0px !important; 
	height /**/:58px; /* for IE5/Win */
}

.next a:hover, .prev a:hover {
	background-position:0 -58px;
}

.next a {
	float:right;
	margin:250px 20px 0 0;
	background:url(../images/gallery/gallery_right.png) top left no-repeat;
}

.prev a {
	float:left;
	margin:250px 0 0 20px;
	background:url(../images/gallery/gallery_left.png) top left no-repeat;
}
