/* Photo Gallery container */
#PhotoGallery
{
	width: 100%;
	
}

/* Title */
#pg_title
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	width: 100%;
	text-align: center;
	line-height: 30px;
}

/* Image container */
#pg_photobox
{
	text-align: left;
	z-Index: 50;
}

/* Description */
#pg_desc
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
}

/* navigation container */
#pg_nav
{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* left navigation container */
#pg_leftnav
{
	float: left;
	display: block;	
	width: 20%;
}

/* previous page link */
#pg_prevpage
{
	/*width: 62px;
	height: 31px;
	background-image: url(http://webmanager.port80solutions.com/common/PhotoGallery/img/PhotoGalleryNext.gif);*/
	text-decoration: none;
}

/* previous image link */
#pg_prev
{
	/*width: 62px;
	height: 31px;
	background-image: url(http://webmanager.port80solutions.com/common/PhotoGallery/img/PhotoGalleryNext.gif);*/
	text-decoration: none;
}

/* right navigation container */
#pg_rightnav
{
	float: right;
	display: block;
	width: 20%;
}

/* next page link */
#pg_nextpage
{
	/*width: 62px;
	height: 31px;
	background-image: url(http://webmanager.port80solutions.com/common/PhotoGallery/img/PhotoGalleryPrev.gif);*/
	text-decoration: none;
}

/* next image link */
#pg_next
{
	/*width: 62px;
	height: 31px;
	background-image: url(http://webmanager.port80solutions.com/common/PhotoGallery/img/PhotoGalleryPrev.gif);*/
	text-decoration: none;
}

/* navigation links */
#pg_navlinks
{
	float: left;
	width: 60%;
	text-align: center;
}

/* Gallery number links */
.GalleryLink
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #000000;
}

a.GalleryLink:Hover, a.GalleryLink:Active, a.GalleryLink:Link, a.GalleryLink:Visited
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

/* Gallery number links */
.GalleryLinkSelected
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
}

a.GalleryLinkSelected:Hover, a.GalleryLinkSelected:Active, a.GalleryLinkSelected:Link, a.GalleryLinkSelected:Visited
{
	text-decoration: none;
	color: #FF0000;
}

/* Thumbnail container */
#pg_thumbbox
{
	text-align: left;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

/* Thumbnails */
.GalleryThumbNail
{
	margin-right: 10px;
	margin-bottom: 5px;
}

/* SlideShow link container */
#pg_viewslideshow
{
	text-align: center;
	width: 100%;
}

/* SlideShow link container */
#pg_cancelslideshow
{
	text-align: left;
	width: 49%;
	float: right;
}

.GallerySlideShowLink
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

a.GallerySlideShowLink:Link, a.GallerySlideShowLink:Hover, a.GallerySlideShowLink:Active, a.GallerySlideShowLink:Visited
{
	color: #FF0000;
	text-decoration: underline;
}


/* Slideshow Progress container */
#pg_slideshowprogress
{
	width: 100%;
	text-align: center;	
	margin-bottom: 10px;
}

/* color of the progress box when the image is not currently shown */
.GallerySlideShowProgressOff
{
	font-size: 8px;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	overflow: hidden;
	display: inline;
	background-color: #000000;
	margin-right: 5px;
	margin-bottom: 5px;
}

a.GallerySlideShowProgressOff:Link, a.GallerySlideShowProgressOff:Hover, a.GallerySlideShowProgressOff:Visited, a.GallerySlideShowProgressOff:Active
{
	font-size: 8px;
	text-decoration: none;
}

/* color of the progress box when the image is currently shown */
.GallerySlideShowProgressOn
{
	font-size: 8px;
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	overflow: hidden;
	display: inline;
	background-color: #FF0000;
	margin-right: 5px;
	margin-bottom: 5px;
}

a.GallerySlideShowProgressOn:Link, a.GallerySlideShowProgressOn:Hover, a.GallerySlideShowProgressOn:Visited, a.GallerySlideShowProgressOn:Active
{
	font-size: 8px;
	text-decoration: none;
}

/* container for the pause/play controls */
#pg_slideshowcontrol
{
	width: 49%;
	text-align: right;
	margin-bottom: 10px;
	float: left;
}

/* pause button */
#GalleryPause
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
}

a#GalleryPause:Link, a#GalleryPause:Hover, a#GalleryPause:Visited, a#GalleryPause:Active
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

/* play button */
#GalleryPlay
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
}

a#GalleryPlay:Link, a#GalleryPlay:Hover, a#GalleryPlay:Visited, a#GalleryPlay:Active
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}