#Container {
    margin: 0 auto;
    position: relative;
    width: 480px;
    height: 330px;
    background-color: #fff;
    border: 3px solid #7894a7;
    overflow:hidden;
}

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

#PhotoContainer {
    visibility: hidden;
}

#CaptionBlock {
    font-size: 11px;
    height: 18px;
    width: 500px;
    text-align: left;
    margin: 0 auto;
}

#Caption {
    color: #7894a7;
}

#LinkContainer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 200px;
    z-index: 100;
    background: url(fileadmin/templates/images/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('/fileadmin/templates/images/prev_rounded_sidebar2.gif') left 50% no-repeat;
	border:0px solid red;
}

#NextLink:hover {
    background: transparent url('/fileadmin/templates/images/next_rounded_sidebar2.gif') right 50% no-repeat;
	border:0px solid red;
}

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

img {
    border: none;
}

#Wrapper {
    margin: 0 auto;
    height: 380px;
    width: 500px;
    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: 0px;
    display:block;
}