/**
 * Allgemein
*/

.image_gallery {
    clear:both;
}

.image_gallery a {
    cursor:pointer;
}

.no-cursor {
    cursor:default!important;
}

.image_gallery a.subtitle {
    font-weight: bold;
    color: #000;
}
.image_gallery a.subtitle:hover {
    text-decoration: none;
}
.pp_nav {
    margin: 5px 0!important;
    padding: 0 0 5px 0!important;
}
.pp_nav p {
    padding: 0 5px!important;
}
.pp_details {
    padding: 5px!important;
}


/**
 * Rundweg
 */
#image_gallery_dummy.center {
    margin: 0px auto;
}

#image_gallery_dummy .previous, #image_gallery_dummy .next {
    background-image: url("/images/fancybox/fancy_nav_left.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 30px;
    width: 30px;
}

#image_gallery_dummy .next {
    background-image: url("/images/fancybox/fancy_nav_right.png");
}

#image_gallery_dummy .previous a,#image_gallery_dummy .next a {
    display: block;
    width: 22px;
    height: 22px;
}

#image_gallery_dummy .image {
    position: relative;
}

#image_gallery_dummy .image .go_next, #image_gallery_dummy .image .go_previous {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor:pointer;
    display: block;
    background-image: url("/images/blank.gif");
    text-decoration: none;
}
#image_gallery_dummy .image .go_next {
    right: 0;
}
#image_gallery_dummy .image .go_previous {
    left: 0;
}
#image_gallery_dummy .image .go_next:hover {
    background: url("/images/fancybox/fancy_nav_right.png") no-repeat scroll right center transparent;
}
#image_gallery_dummy .image .go_previous:hover {
    background: url("/images/fancybox/fancy_nav_left.png") no-repeat scroll left center transparent;

}
#image_gallery_dummy .currentTextHolder {
    padding: 3px 5px;
}
#image_gallery_dummy .headline {
    color: #000;
}
#image_gallery_dummy .headline a {
    color: #000;
    font-weight: bold;
}
#image_gallery_dummy .headline a:hover {
    text-decoration: none;
}