*{
margin:0;
padding:0}

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
}

#SlideContainer{
	margin:0px auto;/* 1.Param beeinflusst auch Abstand Navi zu Bildunterrand*/
	padding: 0;
	position:relative;
	width:295px;
	height:210px;
	background-color:#fff;
	/*border:3px solid #CECEB5;*/
	border: 3px solid #EE7D0C;
	overflow:hidden;
	/*z-index:101;*/
}

#LoadContainer{
height:25%;
width:50%;
position:absolute;
top:40%;
left:25%;
text-align:center;
z-index:1;
}

#PhotoContainer{
visibility:hidden
}

#CaptionBlock{
	position: relative;
	height: 18px; /*width:582px;*/
	width: 300px; /*text-align:left;*/
	/*text-align: right;*/
	margin: 5px auto; /*Abstand Navi zu Bildunterrand*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#Caption{
color:#385382;
font-weight: bold;
}

#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{
display:none;
position:absolute;
top:0;left:0;
height:200px;
width:200px;
z-index:100;
background:url(slideimages/slideshow/start.gif) 50% 50% no-repeat
}

#PrevLink{
text-decoration: none;
background-color: #CED8E4;/*#CED8E4;*/
/*border: 2px solid #EE7D0C;*/
/*z-index:100;
position:absolute;*/
/*top:0%;*/
/*left:0%;*/
/*height:200px;*/
/*width:50%;*/
/*width: 25px;*/
/*display:block;*/
}

#NextLink{
text-decoration: none;
background-color: #CED8E4;/*#CED8E4;*/
/*border: 2px solid #EE7D0C;*/
/*z-index:100;
position:absolute;
top:0%;*/
/*left:50%;*/
/*height:200px;
width: 25px;
display:block;*/
/*width:50%;*/
}

#PrevLink:hover,#NextLink:hover{
text-decoration:none;
background-color: #EE7D0C;
color: White;
}

#PrevLink:hover{
/*background:transparent url(slideimages/slideshow/prev_rounded_sidebar2.gif) left 50% no-repeat*/
}

#NextLink:hover{
/*background:transparent url(slideimages/slideshow/next_rounded_sidebar2.gif) right 50% no-repeat*/
}

#PrevLink span,#NextLink span{
display:none
}

img{
border:none
}

p{
font-size:11px;
padding: 0em 0 3em 0;/*3. Param für resize Elterncontainer wichtig im FF*/
}

#Wrapper{
margin:0 auto;
/*height:500px;
width:100%;*/
height:210px;
width:300px;
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%
}
