.GalleryPictureScroller
{
	padding: 5px;
	overflow: hidden;
	height: 55px;
}
	.GalleryPictureScrollerMoveLeft
	{
		background-image: url(../image/moveleft.gif);
		background-repeat: no-repeat;
		width: 15px;
		height: 15px;
		cursor: pointer;
	}
	.GalleryPictureScrollerMoveRight
	{
		background-image: url(../image/moveright.gif);
		background-repeat: no-repeat;
		background-position: 4px 0px;
		padding-left: 4px;
		width: 15px;
		height: 15px;
		cursor: pointer;
	}

.GalleryPictureScrollerImageArea
{
	width: 180px;
	margin-right: 2px; background-image:url(../image/Pic.gif); background-repeat:no-repeat;
	}
	.GalleryPictureScrollerImageArea a {display:block; width:170px; height:49px; margin:3px;}
	.GalleryPictureScrollerImage
	{
		vertical-align: middle;
		width: 180px;
		height: 55px;
		overflow: hidden;
		
	}
	.GalleryPictureScrollerDetails
	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 12px;
		font-weight:bold;
		top:15px;
		position:absolute;
		float:left;
		left:60px;
	}
