﻿.GalleryPictureScroller
{
	padding: 3px;
	overflow: hidden;
	height: 87px;
	background-color: #EBEBEB;
}
	.GalleryPictureScrollerMoveLeft
	{
		background-repeat: no-repeat;
		height: 93px;
		cursor: pointer;
		background-color: #EBEBEB;
		text-align: center;
		vertical-align: middle;
	}

	.GalleryPictureScrollerMoveRight
	{
		background-repeat: no-repeat;
		height: 93px;
		cursor: pointer;
		background-color: #EBEBEB;
		text-align: center;
		vertical-align: middle;
	}

.GalleryPictureScrollerImageArea
{
	width: 87px;
	margin-right: 5px;
	margin-left: 5px;
}
	.GalleryPictureScrollerImage
	{
		background-color: #EBEBEB;
		text-align: center;
		vertical-align: middle;
		width: 85px;
		height: 85px;
		overflow: hidden;
	}
	.GalleryPictureScrollerDetails
	{
		padding-top: 2px;
		font-family: Verdana, Arial, Helvetica;
		font-size: 7pt;
	}

.CommonOnlineScroller {
	background-image: url(onlinescroller-background.gif);
	padding-bottom: 5px; 
	overflow: hidden; 
	width: 100%;
	padding-top: 5px; 
	background-repeat: repeat-x; 
	height: 27px
}
.CommonOnlineScrollerMoveLeft {
	background-image: url(../images/39.jpg); 
	width: 32px; 
	cursor: pointer; 
	background-repeat: no-repeat; 
	height: 32px
}
.CommonOnlineScrollerMoveRight {
	background-image: url(../images/38.jpg); 
	width: 32px; 
	cursor: pointer; 
	background-repeat: no-repeat; 
	height: 32px
}
