div.pp_pic_holder .pp_content a.pp_next:hover { background: url(../libs/jquery/prettyPhoto-2.5/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
div.pp_pic_holder .pp_content a.pp_previous:hover { background: url(../libs/jquery/prettyPhoto-2.5/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.pp_pic_holder .pp_content a.pp_close { width: 75px; height: 22px; background: url(../libs/jquery/prettyPhoto-2.5/images/prettyPhoto/light_rounded/btnClose.png) center left no-repeat; cursor: pointer; } /* Close button */


div.pp_pic_holder .pp_content a.pp_next {
	display: block; float: right;
	text-indent: -10000px;
	width: 49%; height: 100%;
	background: url(../libs/jquery/prettyPhoto-2.5/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
}
	
div.pp_pic_holder .pp_content a.pp_previous {
	display: block; float: left;
	text-indent: -10000px;
	width: 49%; height: 100%;
	background: url(../libs/jquery/prettyPhoto-2.5/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
}