var prettyPhotoNrccuaSettings = {
	AnimationSpeedFast: 'fast',
	AnimationSpeedSlow: 'slow',
	AnimationSpeedNormal: 'normal',
	ShowSlideShow: false,
	SlideShowInterval: 2000,
	AutoplaySlideshow: true,
	DoNotAutoplaySlideshow: false,
	Opacity: 0.80, /* Value between 0 and 1 */
	ShowTitle: true,
	DoNotShowTitle: false,
	PhotoResize: true, /* PhotoResize = true will resize the photos bigger than viewport. PhotoNoResize = false will not */
	PhotoNoResize: false, /* PhotoResize = true will resize the photos bigger than viewport. PhotoNoResize = false will not */
	DefaultWidth: 500,
	DefaultHeight: 344,
	CounterSeparatorLabel: '/', /* The separator for the gallery counter 1 "of" 2 */
	ThemeLightRounded: 'light_rounded',
	ThemeLightSquare: 'light_square',
	ThemeDarkRounded: 'dark_rounded',
	ThemeDarkSquare: 'dark_square',
	ThemeFacebook: 'facebook',
	HideFlash: false, /* FideFlash = false hides all the flash object on a page, set ShowFlash = true if flash appears over prettyPhoto */
	ShowFlash: true, /**/
	WMode: 'opaque', /* Set the flash wmode attribute */
	VideoAutoplay: true, /* Automatically start videos VideoAutoplay: true, do not VideoNoAutoplay: false */
	VideoNoAutoplay: false, /* Automatically start videos VideoAutoplay: true, do not VideoNoAutoplay: false */
	ModalForceClose: true, /* ModalForceClose: only the close button will close the window, ModalCloseAuto can close if clicked outside */
	ModalCloseAuto: false, /* ModalForceClose: only the close button will close the window, ModalCloseAuto can close if clicked outside */
	OverlayGalleryFullScreen: true, /* OverlayGalleryFullScreen = true a gallery will overlay the fullscreen image on mouse over, OverlayGalleryNoFullScreen = false is opposite */
	OverlayGalleryNoFullScreen: false,
	UseKeyboardShortcuts: true, /* UseKeyboardShortcuts = true and DoNotUseKeyboardShortcuts = fals if you open forms inside prettyPhoto */
	DoNotUseKeyboardShortcuts: false, /* Set to false if you open forms inside prettyPhoto */
	GalleryMarkup: '<div class="pp_gallery"> \
						<a href="#" class="pp_arrow_previous">Previous</a> \
						<ul> \
							{gallery} \
						</ul> \
						<a href="#" class="pp_arrow_next">Next</a> \
					</div>',
	ImageMarkup: '<img id="fullResImage" src="" />',
	FlashMarkup: '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="{width}" height="{height}"><param name="wmode" value="{wmode}" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{path}" /><embed src="{path}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="{width}" height="{height}" wmode="{wmode}"></embed></object>',
	QuicktimeMarkup: '<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="{height}" width="{width}"><param name="src" value="{path}"><param name="autoplay" value="{autoplay}"><param name="type" value="video/quicktime"><embed src="{path}" height="{height}" width="{width}" autoplay="{autoplay}" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed></object>',
	IframeMarkup: '<iframe src ="{path}" width="{width}" height="{height}" frameborder="no"></iframe>',
	InlineMarkup: '<div class="pp_inline clearfix">{content}</div>'
};
