*{
margin:0;
padding:0}

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

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{
width:618px;
height:413px;
margin:0px;
padding:0px;
background-color:#fff;
overflow:hidden;
border:1px solid #CCC; 
}

#LoadContainer{
height:25%;
width:50%;
position:absolute;
top:40%;
left:25%;
text-align:center;
z-index:1
}

#PhotoContainer{
visibility:hidden
}

#PhotoContainer img {
	
}

p#CaptionBlock{
	line-height:18px;
	font-size:12px;
	text-align:center;
	padding-top:5px;
}

p#CaptionBlock #Caption{
	font-weight:bold;
}

#LinkContainer{
display:none;
position:absolute;
top:0;left:0;
height:200px;
width:200px;
z-index:100;
background:url(start.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(prev_rounded_sidebar2.png) left 50% no-repeat






}

#NextLink:hover{
background:transparent url(next_rounded_sidebar2.png) right 50% no-repeat






}

#PrevLink span,#NextLink span{
display:none
}

img{
border:none;
}