/*******************************************************************************

FILE: pctslidestyle.css
AUTHOR: Lee Vine
VERSION: 1.0 - initial public release
DATE: 10/13/2007

--------------------------------------------------------------------------------

This file is part of the PCT Slide Show.

It is free for anyone to use, but this header MUST be
included, and may not be modified.

*******************************************************************************/

body
{
background-color: white;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

#imagesframe
{
position: absolute;
top: 100px;
left: 410px;
background-color: #ffffff;
overflow: hidden;
}

#imageswrapper
{
position: relative;
top: 0;
left: 0;

/******************************
width = width of photos
height = height of larges photo
******************************/
width: 425px;
height: 279px;
}

#imgs
{
position: absolute;
top: 0;
left: 0;
visibility: visible;
}

.prev
{
font-family: Times New Roman, Times, serif;
font-size: 12px;
color: #000000;
text-decoration: none;
}

a.prev
{
color: #000000;
}

a.prev:hover
{
color: #cccccc;
}

.next
{
font-family: Times New Roman, Times, serif;
font-size: 12px;
color: #000000;
text-decoration: none;
}

a.next
{
color: #000000;
}

a.next:hover
{
color: #cccccc;
}
	
#imagenumber
{
font-family: Times New Roman, Times, serif;
font-size: 12px;
color: #000000;
text-decoration: none;

}

#photoinfo {
	position: absolute;
	top: 235px;
	left: 0px;
	width: 300px;
	padding: 0px;
	bottom: 0px;
	visibility: visible;
}

#submenu {
	position: absolute;
	top: 90px;
	left: 20px;
	padding: 0px;
	bottom: 0px;
	visibility: visible;
}

.generaltext {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 19px;
	text-align: justify;
}
	
#contact {
	position: absolute;
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
	top: 650px;
	left: 300px;
}

#mainheader {
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 0px;
	bottom: 0px;
	visibility: visible;
}

.menubox {
	width: 240px;
}

.nav {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}

a.nav {
	color: #000000
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #000000
}

img {
	border: 0px
}