﻿
.PictureSlideShowMain
{
	text-align: center;
	width: 100%;
	height: 100%;
}

.PictureSlideShowImageView
{
	float: left;
	text-align: center;
	vertical-align: middle;
	min-height: 550px;
}

.PictureSlideShowImageViewButtonPrev
{
	position: fixed;
	float: left;
}

.PictureSlideShowImageViewButtonNext
{
	float: right;
}

.PictureSlideShowImageViewButtonFirst
{
	float: left;
	text-align: center;
}

.PictureSlideShowImageViewButtonLast
{
	float: right;
	text-align: center;
}

.PictureSlideShow_title
{
	font-weight: bolder;
	font-size: x-large;
	color: #666699;
}




