a#navigation_page_prev, a#navigation_page_next { width: 26px; margin-top: -23px; height: 46px }
a#navigation_page_prev span { background: url('../images/arrow_left.png') no-repeat right center }
a#navigation_page_next span { background: url('../images/arrow_right.png') no-repeat left center }
#app-navigationcontrols a.page_up span { background: url('../images/arrow_top.png') no-repeat top center }
#app-navigationcontrols a.page_down span { background: url('../images/arrow_bottom.png') no-repeat bottom center }
a#navigation_page_prev a span, a#navigation_page_next a span { cursor: pointer; /* opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); */ }
a#navigation_page_prev.inactive, a#navigation_page_next.inactive { display: none  }
/*#app-navigationcontrols a.inactive:hover span { opacity: 0 }*/
#app-navigationcontrols a { position: fixed !important }

a.pp_previous { background: url('../images/photoalbum-arrow-left.png') no-repeat center center; -ms-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover }
a.pp_next { background: url('../images/photoalbum-arrow-right.png') no-repeat center center; -ms-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover }

.content_photoalbum_viewer .template-bigphoto-dots .navigation .photo-prev { background: url('../images/photoalbum-arrow-left.png') no-repeat center center; -ms-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover }
.content_photoalbum_viewer .template-bigphoto-dots .navigation .photo-next { background: url('../images/photoalbum-arrow-right.png') no-repeat center center; -ms-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover }
.content_photoalbum_viewer .template-bigphoto-thumbs .bigphoto-prev { background: url('../images/photoalbum-arrow-left.png') no-repeat center center; -ms-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover }
.content_photoalbum_viewer .template-bigphoto-thumbs .bigphoto-next { background: url('../images/photoalbum-arrow-right.png') no-repeat center center; -ms-background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover }
