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:#CECEB5
}

#Container{
margin:0 auto;
padding: 0;
position:relative;
width:402;
height:210px;
background-color:#fff;
border:3px solid #CECEB5;
overflow:hidden
}

#LoadContainer{
height:25%;
width:50%;
position:absolute;
top:40%;
left:25%;
text-align:center;
z-index:0;
}

#PhotoContainer{
visibility:hidden
}
/*
#CaptionBlock{
height:18px;
width:402px;
text-align:left;
margin:0 auto
}
#Caption{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
text-decoration: none;
color:#3A5506;
}

#License{
margin:0 auto;
padding-top:10px;
font-size:10px;
color:#666;
border-top:1px solid #CECEB5;
width:740px;
text-align:left;
line-height:1.4em;
}

#LinkContainer{
position:absolute;
top:0;left:0;
height:100%;
width:100%;
z-index:10;
/* filter:alpha(opacity:80);/* Specify opacity for IE 
}*/
#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 100%;
	z-index: 10;/* filter:alpha(opacity:80);/* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 200px;
	background: transparent url(images/spacer.gif) no-repeat;/* Trick IE into showing hover */
	display: block;
}
#PrevLink span, #NextLink span {
	display: none;
}
#PrevLink {
	position:absolute;
	left: 0;
	float: left;
	z-index:1;
}
#NextLink {
	position:absolute;
	right: 0;
	float: right;
	z-index:2;
}/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover {
	background-color: transparent;
	background-image: url(slideshow/prev_rounded_sidebar2.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
#NextLink:hover, #NextLink:visited:hover {
	background-color: transparent;
	background-image: url(slideshow/next_rounded_sidebar2.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}/* backgroudn image for compliant browsers */

#CaptionBlock {
	margin: 0 auto;
	width: 200px;
	text-align: left;
}
#CaptionBlock p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#3A5506;
}
#Counter {font-weight: normal;padding: 0px;}

/*#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-color: transparent;
	background-image: url(slideshow/prev_rounded_sidebar2.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}

#NextLink:hover{
	background-color: transparent;
	background-image: url(slideshow/next_rounded_sidebar2.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

#PrevLink span,#NextLink span{
display:none
}

img{
border:none
}

p{
font-size:11px;
padding:1em 0
}

#Wrapper{
margin:0 auto;
height:500px;
width:100%;
overflow:hidden;
position:relative
}

#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%
}*/

