*{
	margin:0;
	padding:0;
}

body {
	margin: 24px;
	padding: 0;
	background-color: #668399;
	color: #333333;
	text-align: center;
	/*color: #333333;
	text-align: center;
	margin:0.5em 0 0 0;
	padding:0;
	text-align:center;
	color:#666; */
	font-family:'Lucida Grande','Trebuchet MS',arial,helvetica,sans-serif;
	/*background:#E6E6D9 url(../images/slideshow_if/bkd_tan.gif) repeat-x;*/
}

a:link,a:visited {
	color:#333;
	text-decoration:none;
}

a:hover,a:visited:hover {
	color:#000;
	text-decoration:underline;
}

a.inactive:link,a.inactive:visited {
	color:#a12620;
	}

#Container {
	margin:0 auto;
	position:relative;
	width:500px; /* was 600 */
	height:400px; /* was 300px */
	background-color:#fff;
	border:3px solid #a12620;
	overflow:hidden;
}

#LoadContainer {
	height:25%;
	width:50%;
	position:absolute;
	top:40%;
	left:25%;
	text-align:center;
	z-index:1;
}

#PhotoContainer {
	visibility:hidden;
}

#CaptionBlock {	
	height:18px;
	width:520px; /* was 582 */
	text-align:left;
	margin:0 auto;
}

#Caption {
	color: #666666;
	padding-left: 5px;
}

#License {
	margin:0 auto;
	padding-top:0;
	padding-bottom: 12px;
	font-size:12px;
	color:#666;
	width:520px; /* was 740px */
	line-height:12px;
	/*border:1px dotted purple;*/
}

#LinkContainer {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:200px;
	width:200px;
	z-index:100;
	background:url(../images/slideshow_if/c.gif) 50% 50% no-repeat;
}

#PrevLink {
	z-index:100;
	position:absolute;
	top:0%;
	left:0%;
	height:200px;
	width:50%;
	display:block;
}

#NextLink {
	z-index:100;
	position:absolute;
	top:0%;
	left:50%;
	height:200px;
	width:50%;
	display:block;
}

#PrevLink:hover,#NextLink:hover {
	text-decoration:none;
}

#PrevLink:hover {
	background:transparent url(../images/slideshow_if/prev_rounded_sidebar2.gif) left 50% no-repeat;
}

#NextLink:hover {
	background:transparent url(../images/slideshow_if/next_rounded_sidebar2.gif) right 50% no-repeat;
}

#PrevLink span,#NextLink span {
	display:none;
}

img {
	border:none;
}

p {
	font-size:11px;
	padding:1em 0;
}

#Wrapper {
	margin:0 auto;
	height:600px; /* 500 */
	width:660px; /* 740 */
	overflow:hidden;
	position:relative;
	/*border: 1px dotted blue;*/
}

#Wrapper[id] {
	display:table;
	position:static;
}

#InnerWrapper {
	position:absolute;
	top:50%;
	left:0;
}

#InnerWrapper[id] {
	display:table-cell;
	vertical-align:middle;
	position:static;
}

#OuterContainer {
	position:relative;
	/*top:-50%;*/
}


#splash div#footer { 
	width: 665px;
	height: 26px;
	background-image: url(../images/splashBarBottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	border: 0;
	padding: 0;
}

#splash div#navmast {
	background-color: white;	
	height: 36px;
	background-image: none;
	border-bottom: none;
	background-image: url(../images/splashBarBottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: white;
	border: 0;
	padding: 0;
} 

#splash div#mainCol{
	margin: 0;
	padding: 0;
	width: 665px;
	background-color: white;	
	/*height: 550px;*/
	height: 600px;
	background-repeat: no-repeat;
	background-position: top left;
	/*border: 1px dotted red;*/
}

#splash div#content {
	background-color: white;
	background-image: none;
	border: 0;
}

#slideContainer {
	position: relative;
	width: 665px;
	margin: 0 auto;
}


/* ------------------- Rounded Corners ------------------- */
.roundtop { 
	background: url(../images/corners/topRight.gif) no-repeat top right; 
	text-align: left;
}

.roundbottom {
	background: url(../images/corners/bottomRight.gif) no-repeat right; 
	text-align: left;
	/*background-color: #FFF;*/
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

