/* ----------------------------------------
		APL Light Theme for prettyPhoto
	------------------------------------------- */

	div.pp_overlay { background: #9a850e; }

	div.light .pp_left ,
	div.light .pp_middle,
	div.light .pp_right,
	div.light .pp_content { background: #eee; }

	div.light .pp_content .ppt { color: #fff; margin: 0; }
	div.light .pp_expand { display: none !important; background: url(./images/light/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light .pp_expand:hover { display: none !important; background: url(./images/light/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light .pp_contract { background: url(./images/light/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light .pp_contract:hover { background: url(./images/light/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light .pp_close { width: 75px; height: 22px; background: url(./images/light/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light a.pp_close { margin: 0 auto; float: none; position: relative !important; right:0; top: 0; display:block; line-height: 22px; text-indent: -10000px; }

	div.light .pp_desc_wrapper { font-size: 1.6em; }

	div.light .pp_details { position: relative; color: #9a850e; text-align: center; font-family: 'Roboto Slab', arial, helvetica, sans-serif; }
	div.light .pp_description { margin: 0 0 12px; font-weight: 500; display: none !important; }
	div.light .pp_content .ppt { color: #9a850e; height: 4px; display: none !important; }

	div.light #pp_full_res .pp_inline { color: #9a850e; }
	div.light .pp_gallery a.pp_arrow_previous,
	div.light .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }

	div.light .pp_nav { display: block; clear: both; float: none; margin: 0; left: 0; position: relative;}
	div.light .pp_nav p { float: none; }
	div.light .pp_nav .currentTextHolder { margin: 0 0 4px; font-size: .8em; }
	div.light .pp_nav .pp_play { display: none; background: url(./images/light/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light .pp_nav .pp_pause { display: none; background: url(./images/light/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light .pp_arrow_previous { display: none; background: url(./images/light/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
	div.light .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }

	div.light .pp_arrow_next { display: none; background: url(./images/light/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
	div.light .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light .pp_next:hover { background: url(./images/light/next.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.light .pp_previous:hover { background: url(./images/light/prev.png) center left no-repeat; cursor: pointer; } /* Previous button */

	div.light .pp_loaderIcon { background: url(./images/light/loader.gif) center center no-repeat; } /* Loader icon */
