

<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns/fb#">

<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


	<meta name="Keywords" content="blog,Cherie Foto" />

	<meta name="Description" content="Cherie Foto" />

<title>blog - Cherie Foto</title>

	<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
	<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js" integrity="sha256-HmfY28yh9v2U4HfIXC+0D6HCdWyZI42qjaiCFEJgpo0=" crossorigin="anonymous"></script>

	
	<script>

		

		(function(api, undefined) {

			var app = "",

				appIds = {
					controlpanel: "cpanel",
					corporate: "corporate",
					store: "store"
				},

				isControlPanelApp = function() {

					return app === appIds.controlpanel;

				},

				isCorporateApp = function() {

					return app === appIds.corporate;

				},

				getApplication = function() {

					var app = "store";

					app = appIds[app];

					return app;

				},

				setupGlobalUtils = function() {

					api.utils = {

						getApplication: function() {

							return app;

						},

						triggerCustomEvent: function(eventObj){

							// console.log("triggerCustomEvent called", eventObj);

							api.dom.document.triggerHandler(eventObj);

						},

						// Converts coldfusion json to a more useable format.
						getParsedJson: function(json) {

							var dataArray = [];

							_.each(json.DATA, function(element, index) {

								dataArray[index] = {};

								_.each(element, function(el, i) {

									dataArray[index][json.COLUMNS[i].toLowerCase()] = el;

								});

							});

							return dataArray;

						},

						putCursorAtEnd: function($obj) {

							$obj.each(function() {

								var $this = jQuery(this),
									len;

							    $this.focus();

							    // If this function exists...
							    if (this.setSelectionRange) {
							      // ... then use it (Doesn't work in IE)

							      // Double the length because Opera is inconsistent about whether a carriage return is one character or two. Sigh.
							      len = $this.val().length * 2;

							      this.setSelectionRange(len, len);

							    } else {
							    // ... otherwise replace the contents with itself
							    // (Doesn't work in Google Chrome)

							      $this.val($this.val());

							    }

							    // Scroll to the bottom, in case we're in a tall textarea
							    // (Necessary for Firefox and Google Chrome)
							    this.scrollTop = 999999;

							});

						}

					};

				},

				setupApplication = function() {

					app = getApplication();

					api[app] = {
						path: {},
						pageData: {}
					};

					

						pbiz[app].path["globaljs"] = "../../../../global/js";

					

						pbiz[app].path["forms"] = "/controlpanel/forms";

					

				},

				init = function() {

					setupGlobalUtils();

					setupApplication();

				};

			init();

		})(window.pbiz = window.pbiz || {});

	</script>


		
		<script src="/global/js/pbiz.dom.js"></script>

	

	<script type="text/javascript">jQuery.noConflict();</script>

	
		<script type="text/javascript" src="/store/includes/webfont.js"></script>
	

	<link id="basicCss" rel="stylesheet" type="text/css" href="/store/includes/yui_base.css" media="screen, projection" />

    <link id="global_background" rel="stylesheet" type="text/css" href="/store/includes/styles.cfm?cacheID/22990691/page/49091"/>

	

	
	
	

	<!--[if IE]><style> .layout { height: 0; he\ight: auto; zoom: 1; } </style><![endif]-->
	
<script type="text/javascript">
	var serverVars = {
		layoutType: 'horizontal_navigation',
		alert_window_width: 410,
		alert_window_height: 290,
		share_window_caption: 'Share',
		share_window_width: 410,
		share_window_height: 290,
		slideshow_idle_window_width: 425,
		slideshow_idle_window_height: 290,
		store_frontend_directory: '/store/',
		link_prefix: '?',
		content: { // server content variables
		
			'Miscellaneous.AddFavorite': 'Add to Favorite', 
			'Miscellaneous.RemoveFavorite': 'Remove from Favorite', 
			'Generic.SearchResult': 'Search Result', 
			'Generic.Search': 'Search', 
			'Labels.Featured': 'Featured', 
			'Labels.Favorites': 'Favorites', 
			'Miscellaneous.EnterValidAmount': 'Please enter a valid amount', 
			'Miscellaneous.Checking': 'Checking', 
			'GiftCard.CheckCard': 'Check Balance', 
			'Generic.Loading': 'Loading...', 
			'Generic.Price': 'Price', 
			'Miscellaneous.Sale': 'SALE', 
			'Controls.Fullscreen': 'full screen', 
			'Controls.ExitFullscreen': 'exit full screen', 
			'Generic.More': 'More', 
			'Miscellaneous.outOfStock': 'Out of Stock' 
		},
		welcome_window_width: 600,
		welcome_window_height: 400,
		isMobileLoad: false
	};	
</script>


	<script type="text/javascript" src="/global/mootools1.11.js"></script>

	

	<script type="text/javascript" src="/store/includes/utilities.js?v=1.3"></script>

<script language="javascript" type="text/javascript">
	function changeform(formtarget,formaction) {
		//console.log("top.document.theform.submit()");
		top.document.theform.setAttribute('target',formtarget);
		top.document.theform.setAttribute('action',formaction); 
		top.document.theform.submit();
	}
</script>

	<script type="text/javascript">
	window.addEvent('domready', function() {
	
	}); 
</script>


	<script>
	(function(d, s, id) {
	  var js, fjs = d.getElementsByTagName(s)[0];
	  if (d.getElementById(id)) {return;}
	  js = d.createElement(s); 
	  js.id = id;
	  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
	  fjs.parentNode.insertBefore(js, fjs);
	}(document, 'script', 'facebook-jssdk'));
	</script>
	

	<script type="text/javascript">
	  (function() {
	    var po = document.createElement('script'); 
		po.type = 'text/javascript'; po.async = true;
	    po.src = 'https://apis.google.com/js/plusone.js';
	    var s = document.getElementsByTagName('script')[0]; 
		s.parentNode.insertBefore(po, s);
	  })();
	</script>

	<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

	<script type="text/javascript">
	(function() {
	    window.PinIt = window.PinIt || { loaded:false };
	    if (window.PinIt.loaded) return;
	    window.PinIt.loaded = true;
	    function async_load(){
	        var s = document.createElement("script");
	        s.type = "text/javascript";
	        s.async = true;
	        s.src = "http://assets.pinterest.com/js/pinit.js";
	        var x = document.getElementsByTagName("script")[0];
	        x.parentNode.insertBefore(s, x);
	    }
	    if (window.attachEvent)
	        window.attachEvent("onload", async_load);
	    else
	        window.addEventListener("load", async_load, false);
	})();
	</script>
<style>
/* DO NOT REMOVE - MOBILE CODE */
.mobile-icon shopping-cart {
    display: none;
}
</style> 
	<meta name="viewport" content="width=1000">
	

	
		
		<meta property="og:type" content="article" />

		<meta property="og:url" content="http://www.cheriefoto.com/blog/?page=49091" />

		
		<meta property="og:site_name" content="Cherie Foto"/>

		<meta property="og:description" content="boudoir, glamour, sexy photos,los angeles boudoir photographers,"/>
</head>

	
	<body class=" blog blog fixed_width horizontal_menu templateID_33 full_post_layout_full_post_layout full_post_layout_full_post_layout menu_visible page_title_standard icons_standard icons_size_2 icons_greyscale cust_not_logged_in page-id-49091 page-name-blog">

	
	
	<script src="/system/apps/store/dist/js/main-dd930ece.js"></script>

	<div id="fb-root"></div>

	
	<form method="post" action="" name="theform" id="theform"> 
	<script type="text/javascript">
	jQuery(document).ready(function() { //	window.addEvent('domready', function() {
		// console.log($('shareLink'));
		jQuery('#shareLink').text('http://www.cheriefoto.com/blog/blog/');
		jQuery('#eventDetail').text('0');
	});
	</script>
	

<script>

(function($) {

	$(function() {
		$('ul.footer_links li:last-child').css('padding-right','0');
	});

}(jQuery));

</script>



<div id="page_boundary">

	<div id="global_header" class="layout_global_header layout_page_boundary toggle_for_slideshow">
	
		 <div class="layout_page_boundary">
		 
		 	<div id="social">
				<a href="#" class="icon-social" data-custom="false" onclick="PBUtil.module.Lightbox.open({isAlertType: true, iframe: true, close: true, url: '/store/share.cfm?'}); return false;" title="Share"><img src="/images/share_bw_24x24.png"  alt="share_24x24.png" /></a><a	href="https://www.facebook.com/cheriefoto1" class="icon-social" data-use-template-icons="false" data-custom="false" title="Like Us" target="_blank"><img src="/images/facebook_bw_24x24.png" alt="facebook_bw_24x24.png"/></a><a	href="https://twitter.com/intent/user?screen_name=hedley007" class="icon-social" data-use-template-icons="false" data-custom="false" title="Hedley's Twitter" target="_blank"><img src="/images/twitter_bw_24x24.png" alt="twitter_bw_24x24.png"/></a><a	href="http://pinterest.com/cheriefoto/" class="icon-social" data-use-template-icons="false" data-custom="false" title="Pinterest" target="_blank"><img src="/images/pinterest_bw_24x24.png" alt="pinterest_bw_24x24.png"/></a><a	href="https://twitter.com/cheriefoto" class="icon-social" data-use-template-icons="false" data-custom="false" title="Follow CherieFoto on Twitter!" target="_blank"><img src="/images/twitter_bw_24x24.png" alt="twitter_bw_24x24.png"/></a><a	href="https://plus.google.com/b/108826126604793085141/108826126604793085141/reviews" class="icon-social" data-use-template-icons="false" data-custom="false" title="Check out CherieFoto's Reviews Google+" target="_blank"><img src="/images/googleplus_bw_24x24.png" alt="googleplus_bw_24x24.png"/></a><a	href="http://www.yelp.com/biz/cheriefoto-los-angeles-2" class="icon-social" data-use-template-icons="false" data-custom="false" title="Write a Review for CherieFoto" target="_blank"><img src="/images/yelp_bw_24x24.png" alt="yelp_bw_24x24.png"/></a>
			</div>
	
			
	
				<div class="cart_header toggle_for_slideshow format_for_slideshow">
				
					<div class="max_width_wrapper format_for_slideshow">
						
						<div class="shopping_cart toggle_for_slideshow" id="cartLink">
							

	<table border="0" cellspacing="0" cellpadding="0" align="center">
		<tr>
			<td style="padding-right:5px"><a href="http://www.cheriefoto.com/blog/?load/cart" target="_self" style="text-decoration:none"><img src="/store/images/cart.gif" border="0" id="cartIcon" /></a></td>
			<td><a href="http://www.cheriefoto.com/blog/?load/cart" target="_self" style="text-decoration:none" class="cart-link">View Cart</a></td>
		</tr>
	</table>

	
						</div>
						
						<div class="shopping_cart toggle_for_slideshow" id="signinLink">
							 
		<table border="0" cellspacing="0" cellpadding="0" align="center">
			<tr>
				<td class="sign-in-td">
					
						<a href="https://csteinberg.photobiz.com/blog/?load/customer_login/carry/124180369:a970c206d7ed7947-1879C424-C445-E188-6916ECE2BA5CB9D9~sessionStorageB4" target="_self" style="text-decoration:none">Sign In</a>
					
				</td>
			</tr>
		</table>
			
						</div>
						
						<div class="float_fixer"></div>
						
					</div>
			    
			    </div>
			    
			
			
			<div class="float_fixer"></div>
                
			<div class="custom_header" id="logo">        
				
			</div>       
	    	
	    </div>
        
    </div>
    
    <div id="menuWrapper" class="format_for_slideshow">
        
    	<div class="layout_page_boundary">
    		
			<div class="layout_navigation_container toggle_for_slideshow" data-center-mode="margin" id="navigation_container">
				
	<script type="text/javascript" src="/store/includes/superfish.js"></script>
	<script>
		(function($){

			// $(function(){

			$(window).bind("load", function(){

				// this code block is to calculate how many nav items fit in available space
				// and to stick the rest into a "more" dropdown

				// this logic has been added to window.load (as opposed to document ready)
				// to ensure the embedded font has been loaded before performing calculations.
				// this prevents visual jerking

				var $navContainer = $(".layout_navigation_container"),
					$tempNav = $("ul.original-nav"), // temp nav
					$topLevelLis = $tempNav.find("> li"),
					$mainNav = $("<ul id='mainNav' class='sf-menu' />"),
					$moreDropdown = $("<ul />"),
					numTopLevelLis = $topLevelLis.length,
					totalTopLevelLiWidth = 0,
					numItemsThatFit = 0,
					allLinksFit = true,
					isVerticalInlineMenu = 0,
					containerWidth = $navContainer.width(),
					menuType = 'horizontal', // "horizontal" or "vertical" menu type
					isVerticalMenu = menuType === 'vertical',
					isHorizontalMenu = menuType === 'horizontal',
					moreText = serverVars.content['Generic.More'];

				$(document).on("mouseout", ".sf-menu li > a", function(){
					var $a = $(this);
					if(!$a.data("selected")){
						$a.removeClass("nav_menu_selected");
					}
				});

				$(document).on("mouseover", ".sf-menu a", function(){
					$(this).addClass("nav_menu_selected");
				});

				$(document).on("click", '.topLink[data-is-dropdown="false"]', function(){
					//alert("ouch!");
					var $link = $(this);
					var $ul = $link.closest("ul");

					$ul.find("a")
						.removeClass("nav_menu_selected")
						.attr("data-selected", false)
						.data("selected", false);

					$link.addClass("nav_menu_selected")
						 .attr("data-selected", true)
						 .data("selected", true);

				});

				// ensures parent link is highlighted while dropdown is being hovered over
				$(document).on("mouseover", ".sfHover > ul", function(){
					$(this).prev().addClass("nav_menu_selected");
				});

				// removes highlight from dropdown parent when leaving dropdown
				$(document).on("mouseout", ".sfHover > ul", function(){
					if(!$(this).prev().data("selected")){
						$(this).prev().removeClass("nav_menu_selected");
					}
				});

				if (isVerticalInlineMenu) {

					$tempNav.addClass("vertical-inline");

					// Can't use Superfish b/c it doesn't support clicks anymore.

					$(document).on("click", ".original-nav li:has('ul') > a", function(e){ // reveal nested links on click (rather than hover)

						var $this = $(this),
							$thisUl = $this.next(),
							$subUls = $this.closest("ul.original-nav").find("ul").not($thisUl);

						$subUls.hide();

						$thisUl.toggle();

						e.preventDefault();

					});

				} else if (isVerticalMenu) {

					setupMenu($tempNav);

				} else { // horizontal nav

					$tempNav.superfish();

					$topLevelLis.each(function(i, el){ // loop through top level li's and figure out total width and if they fit in available space
						thisWidth = $(this).outerWidth(true);
						totalTopLevelLiWidth += thisWidth;
						if(totalTopLevelLiWidth > containerWidth){
							allLinksFit = false;
							return false; // break out of loop
						}
					});

					// Remove this class b/c it was copied over from $tempNav after
					// $tempNav was initialized with Superfish, it will be added
					// back once Superfish is initialized again.
					$topLevelLis.children("a").removeClass("sf-with-ul");

					if(!allLinksFit){ // if all links don't fit, build "more" dropdown

						// build and render more link to tempNav in order to get accurate needed width for "more" link
						// The anchor must have the class sf-with-ul in order for the proper width to be calculated.
						// var $moreLi = $("<li id='more'><a href='#' class='sf-with-ul'>" + moreText + " <span class='sf-sub-indicator'> »</span></a></li>");
						var $moreLi = $("<li id='more'><a href='#' class='sf-with-ul'>" + moreText + " <span class='sf-sub-indicator'></span></a></li>");
						$tempNav.append($moreLi);

						var	spaceNeededForMoreLink = $("#more").outerWidth(true),
							availableSpace = containerWidth - spaceNeededForMoreLink,
							usedSpace = 0;

						// Remove this class now that the width has been saved, it will be added
						// back once Superfish is initialized again.
						$moreLi.find("a").removeClass("sf-with-ul");

						$topLevelLis.each(function(i, el){
							var $el = $(el);
							var thisWidth = $el.outerWidth(true);
							usedSpace += thisWidth;
							var linkFits = usedSpace < availableSpace;

							if(linkFits){
								$mainNav.append($el);
							}
							else{

								$el
									.find("ul")
										.addClass("more-sub-menu")
										.prev()
											// .append("<span class='sf-sub-indicator'> »</span><span class='sf-sub-indicator'> »</span>");
											.append("<span class='sf-sub-indicator'></span><span class='sf-sub-indicator'></span>");

								$moreDropdown.append($el);
								allLinksFit = false;

							}
							// console.log("this item is " + $el.text() + ", with a width of: " + thisWidth + ". we have used " + usedSpace + " of our total available " + availableSpace);

						});

						$moreLi.append($moreDropdown);
						$mainNav.append($moreLi);
					}
					else{
						$mainNav.append($topLevelLis);
					}

					$tempNav.remove(); // the tempNav is only used to perform the calculations, so after they are done, it needs to be removed
					setupMenu($mainNav);
					$mainNav.prependTo($navContainer);
					centerMenu($mainNav);

					/*var $moreLis = $mainNav.find("li#more li:has('ul')"); // grab lis under more link which have nested children
					var $moreLinks = $moreLis.find("> a");
					$moreLis.off(); // turn off default event handlers for these (prevents reveal of dropdown on hover)
					$moreLinks.off();*/

					$(document).on("click", "li#more li:has('ul') > a", function(e){ // reveal nested links on click (rather than hover)

						var $thisUl = $(this).next();

						$thisUl.animate({ height: 'toggle' }, 200);

						e.preventDefault();
					});

				}

				$(document).on("click", ".sf-menu > li > .sf-with-ul", function(e){ // links with dropdowns should not go anywhere when clicked
					e.preventDefault();
				});

				// .sf-with-ul class was not being reliably added, so this is a
				// "double check" to be sure it is in place for all dropdowns.
				// prevents unwanted click on dropdown parent
				$(".sf-menu > li:has('ul') > a").addClass("sf-with-ul");

				function setupMenu($nav){
					console.log("setup menu called");

					$nav.superfish({
						popUpSelector: "ul:not(.more-sub-menu), .sf-mega",
						animation: { opacity: "show" },
						animationOut: { opacity: "hide" }, // just added fitz
						// useClick: isVerticalInlineMenu,
						// dropShadows: false,
						delay: 800,
						speed: 1,
						onBeforeShow: function(){

							// console.log( "before show", this );

							var $this = $(this),
								$moreSubMenuWithSelectedLink = $("li#more > ul > li > a[data-selected=true]~ul");

							$moreSubMenuWithSelectedLink.show();

							// retains hover effect on dropdown parent while hovering over dropdown
							// $this.prev().addClass("nav_menu_selected");

							// add selected class to current page
							// $(".sf-menu a#49091").addClass("nav_menu_selected");

							// keeps "more" sub menu open if one if its children is active link
							// $("li#more > ul > li > a[data-selected=true]~ul").css("display", "block");

						},
						onShow: function(){

							// console.log( "show", this );

							$(this).css({ opacity: 1 });

						},
						onInit: function(){

							var $this = $(this)
								$more = $this.find("#more"),
								$moreSelectedArr = $more.find("[data-selected='true']");

							if($moreSelectedArr.length){
								$more.children("a").addClass("nav_menu_selected").data("selected", true);
							}

						}
					});

				}

				function centerMenu($nav){

					var $navContainer = $nav.parent();
					var navOffset = ($navContainer.width() - $nav.outerWidth(true)) / 2;

					navOffset -= 1; // this offset is necessary as browsers are not measuring the widths of the menu items consistently, causing undesirable wrapping of the "more" nav item
					navOffset = Math.floor(navOffset);

					var centerMode = $navContainer.data("center-mode");
					if(centerMode === "margin"){
						$nav.css({ marginLeft: Math.ceil(navOffset), marginRight: Math.floor(navOffset), opacity: 1 }); // centers navigation within container, Math.ceil and Math.floor prevent decimals from throwing things off, i.e. margin-left: 8.5px
					}
					else{
						$nav.css({ paddingLeft: Math.ceil(navOffset), paddingRight: Math.floor(navOffset), opacity: 1 }); // centers navigation within container, Math.ceil and Math.floor prevent decimals from throwing things off, i.e. padding-left: 8.5px
					}

					var diff = $navContainer.width() - $nav.outerWidth(true);
					if(diff > 0){
						$nav.width($nav.width() + diff);
					}

				}

			});

		}(jQuery));
	</script>

	
	<ul class="original-nav sf-menu "> <!-- expand -->
		<li><a href='http://www.cheriefoto.com/blog/' id='menu_49073' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='marqueeplus' class=' topLink page-49073 friendly-welcome-to-cheriefoto' >home</a></li> <li><a href='http://www.cheriefoto.com/blog/information' id='menu_53275' target='' onclick='' data-is-dropdown='true' data-expanded='false' data-pagetype='drop_down_menu' class=' topLink page-53275 friendly-information' >information</a><ul class='subMenu'><li><a href='http://www.cheriefoto.com/blog/about-cherie-steinberg' id='menu_35470' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='information' class=' subLink page-35470 friendly-about-cherie-steinberg' >the photographer</a></li><li><a href='http://www.cheriefoto.com/blog/pricing' id='menu_53276' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='information' class=' subLink page-53276 friendly-pricing' >pricing</a></li><li><a href='http://www.cheriefoto.com/blog/published-work' id='menu_53277' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='gallery' class=' subLink page-53277 friendly-published-work' >published work</a></li><li><a href='http://www.cheriefoto.com/blog/awards-and-recognition' id='menu_51811' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='list' class=' subLink page-51811 friendly-awards-and-recognition' >press</a></li><li><a href='http://www.cheriefoto.com/blog/boudoir-photographers-los-angeles-las-vegas' id='menu_53499' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='marquee' class=' subLink page-53499 friendly-boudoir-photographers-los-angeles-las-vegas' >boudoir faq</a></li></ul></li> <li><a href='http://www.cheriefoto.com/blog/galleries' id='menu_53261' target='' onclick='' data-is-dropdown='true' data-expanded='false' data-pagetype='drop_down_menu' class=' topLink page-53261 friendly-galleries' >galleries</a><ul class='subMenu'><li><a href='http://www.cheriefoto.com/blog/wedding-love' id='menu_110099' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='gallery' class=' subLink page-110099 friendly-wedding-love' >wedding love</a></li><li><a href='http://www.cheriefoto.com/blog/wedding-inspiration' id='menu_53263' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='gallery' class=' subLink page-53263 friendly-wedding-inspiration' >wedding inspiration</a></li><li><a href='http://www.cheriefoto.com/blog/portraits' id='menu_110100' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='gallery' class=' subLink page-110100 friendly-portraits' >portraits</a></li><li><a href='http://www.cheriefoto.com/blog/crazy-sexy-boudior' id='menu_110091' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='gallery' class=' subLink page-110091 friendly-crazy-sexy-boudior' >crazy sexy boudior</a></li><li><a href='http://www.cheriefoto.com/blog/look-books-fashion' id='menu_53266' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='gallery' class=' subLink page-53266 friendly-look-books-fashion' >look books & fashion</a></li><li><a href='http://www.cheriefoto.com/blog/cheriefoto-video' id='menu_53274' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='list' class=' subLink page-53274 friendly-cheriefoto-video' >cheriefoto video</a></li></ul></li> <li><a href='http://www.cheriefoto.com/blog/edgygirl' id='menu_35474' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='products' class=' topLink page-35474 friendly-edgygirl' >edgygirl</a></li> <li><a href='http://www.cheriefoto.com/blog/blog' id='menu_49091' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='blog' class=' nav_menu_selected topLink page-49091 friendly-blog' data-selected='true'>blog</a></li> <li><a href='http://www.cheriefoto.com/blog/connect' id='menu_53267' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='list' class=' topLink page-53267 friendly-connect' >connect</a></li> <li><a href='http://www.cheriefoto.com/blog/the-art-of-a-wedding' id='menu_88518' target='' onclick='' data-is-dropdown='false' data-expanded='false' data-pagetype='marquee' class=' topLink page-88518 friendly-the-art-of-a-wedding' >The Art of a Wedding</a></li> 
	</ul>


				<br style="clear: both;" />
			</div>

		
		</div>
    	
    </div>
    
	<div id="banner"></div>

	<div class="header_n_body_border layout_page_boundary default_border_color format_for_slideshow">
	
        <div class="layout_global_body format_for_slideshow" id="global_body">
        
			<div class="content_area_wrapper">
			
				<div class="layout_content_area_container default_border_color format_for_slideshow" id="content_area_container">
			
					<div class="tabbed_content_area home_tabbed_content_area default_border_color format_for_slideshow">
					
						<div id="tabbed_content_area" class="tabbed-content-area-fix format_for_slideshow">
						
							<div class="event-bar">
								
							</div>						
						
							
													
							<div class="content_pad">
							
								<div class="layout_content_area_container" id="tab_area_container">
									
								</div>							
							
								

	<div id="blog-banner">

		
		



	<div class="breadcrumb_header_container default_border_color">

		

		
		


	</div>

				<script src="/store/includes/bannerSlide.js"></script>
			

			<script>
				bannerSlide({
					autoPlay: 1,
					effect: 'fade',
					controls: 0,
					shuffle: 0,
					height: 325,
					delay: 3000,
					thumbs: 0,
					captions: 0,
					layout: 'c',
					stretching: true,
					fullscreen: false,
					images: [
						{
							path: 'http:\/\/image12.photobiz.com/6404/22_20120423134844_2796175_large.jpg',
							size: [1200, 350],
							caption: '',
							link: '',
							target: '_self',
							hasFocal: 0,
							coords: [, ]
						},{
							path: 'http:\/\/image8.photobiz.com/6089/22_20120423134855_2796178_large.jpg',
							size: [1200, 350],
							caption: '',
							link: '',
							target: '_self',
							hasFocal: 0,
							coords: [, ]
						},{
							path: 'http:\/\/image7.photobiz.com/6693/22_20120423134910_2796182_large.jpg',
							size: [1200, 350],
							caption: '',
							link: '',
							target: '_self',
							hasFocal: 0,
							coords: [, ]
						},{
							path: 'http:\/\/image12.photobiz.com/6381/22_20120423134952_2796191_large.jpg',
							size: [1200, 350],
							caption: '',
							link: '',
							target: '_self',
							hasFocal: 0,
							coords: [, ]
						},{
							path: 'http:\/\/image5.photobiz.com/6823/22_20120423135012_2796196_large.jpg',
							size: [1200, 350],
							caption: '',
							link: '',
							target: '_self',
							hasFocal: 0,
							coords: [, ]
						},{
							path: 'http:\/\/image6.photobiz.com/2333/22_20120423135059_2796199_large.jpg',
							size: [1200, 350],
							caption: '',
							link: '',
							target: '_self',
							hasFocal: 0,
							coords: [, ]
						},{
							path: 'http:\/\/image11.photobiz.com/5548/22_20120423135118_2796200_large.jpg',
							size: [1200, 350],
							caption: '',
							link: '',
							target: '_self',
							hasFocal: 0,
							coords: [, ]
						},{
							path: 'http:\/\/image4.photobiz.com/769/22_20120423135203_2796202_large.jpg',
							size: [1200, 350],
							caption: '',
							link: '',
							target: '_self',
							hasFocal: 0,
							coords: [, ]
						}
					]
				});
			</script>

		

	</div>

	<a name="posts"></a>

	<div class="blog-layout">

	



	<div class="content_text_container">
		
	</div>


<div class="blog-posts-widgets-wrapper">


<div id="paging-content">

	

	<div id="post-container" class="right_widgets">

		

	

	<div style="margin-top:10px"></div>

	<div class="full-post-wrapper">

	
			<div class="page_title bar_type_1 highlight_text title_text">
				<a href="/blog/blog/i-know-you-are-nervous-to-do-a-boudoir-shoot" class="highlight_text">I KNOW YOU ARE NERVOUS TO DO A BOUDOIR SHOOT</a> 
			</div>
		

	<div class="post-wrapper">

		<div class="title_text post-title">
			Wednesday, November 22, 2017
			
		</div>

		
	<div style="display:inline;" class="bold">
		By Cherie Foto
	</div>



<div id="shareWrapper">
	<table border="0" cellpadding="0" cellspacing="0" style="margin-top:10px;margin-bottom:15px">
	<tr>

		
		

		
		
		<td width="78"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.cheriefoto.com/blog/blog/i-know-you-are-nervous-to-do-a-boudoir-shoot" data-text="Check out this blog post!" data-count="none">Tweet</a></td>
		
		<style type="text/css">.fb_iframe_widget_lift { z-index: 99; } .fb_iframe_widget {padding-bottom: 5px;}</style>
		<td width="97"><fb:like href="http://www.cheriefoto.com/blog/blog/i-know-you-are-nervous-to-do-a-boudoir-shoot" layout="button_count" send="false" width="50" show_faces="false"></fb:like></td>
		
		


		<style>
			.pluginButton { background: red !important; }
		</style>

		
		
		<td width="97"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww%2Echeriefoto%2Ecom%2Fblog%2Fblog%2Fi%2Dknow%2Dyou%2Dare%2Dnervous%2Dto%2Ddo%2Da%2Dboudoir%2Dshoot&media=http%3A%2F%2Fimage4%2Ephotobiz%2Ecom%2F745%2F22%5F20171122120609%5F6313573%5Flarge%2Ejpg&description=Cherie%20Foto" class="pin-it-button" count-layout="horizontal">Pin It</a></td>
		
		<td width="95"><g:plusone href="http://www.cheriefoto.com/blog/blog/i-know-you-are-nervous-to-do-a-boudoir-shoot" size="medium"></g:plusone></td>
		

	</tr>
	</table>
</div>





<div id="blogDetailContent" style="overflow:hidden"> 

	<div id="pageBuilderWidget2629" class="page-builder-widget">

		

<div
	id="fullscreenSlideshow2629"
	class="fullscreen-slideshow"
	data-fullscreen-slideshow-options='{
		"hasMusic": false,
		"isAutoPlay": false,
		"showControls": true
	}'>
	<div class="fullscreen-slideshow__target"></div>
</div>



			<div class="page-builder-widget__row page-builder-widget__row--1-col" data-row="0">

				

					<div class="page-builder-widget__col" data-col="0" data-field-type="editor">

						

<div class="page-builder-widget__editor page-builder-widget__editor--col1">
	<p>I know, I know...I am nervous...I think that I have a few pounds that I don't like or I am to old or I am not confident enough....I do not know anything about how to pose........NOOOOOOOO all not true....I have talked a few girls into doing the shoot (they were on the fence)and it is always the same at the end of the shoot...Thank you sooo much for helping me with these photos and my man is going to love them!!! it is important to see yourself in a light that is not there everyday...Get out of your comfort zone and remember how absolutely beautiful you are!!! That is what we do....After shooting hundreds of women I assure you that this is for every woman...A treat to remember who you really are and to see yourself in that sexy, vampy star that you are!!...Read out 5 star reviews on Yelp and call us...Come for the time of your life....310.935.1000 I want to talk to you!!!!</p>
</div>



					</div>

				

			</div>

		

			<div class="page-builder-widget__row page-builder-widget__row--1-col" data-row="1">

				

					<div class="page-builder-widget__col" data-col="0" data-field-type="images">

						

<div class="page-builder-widget__images" data-show-image-detail-on-click="1">

	

	<div id="imageGrid2629-2" class="grid grid--gutters image-grid image-grid--stack grid--full image-grid--native-scroller" data-image-grid-id="2629-2" data-image-grid-options='{"layout":"stack","customScroller":"","isTextHidden":false,"isMasonry":false,"customScrollerEvent":""}'></div>



</div>



					</div>

				

			</div>

		

	</div>

	</div>



	<script>
		jQuery(function() {

			if (window.pbizStore) {

				// This file is being loaded on the desktop site
				window.pbizStore.pageBuilderWidgetFactory.create(2629, [{"data":[{"ext":".jpg","path":"http://image4.photobiz.com/745/22_20171122120609_6313573_medium.jpg","isLink":true,"medium":"http://image4.photobiz.com/745/22_20171122120609_6313573_medium.jpg","baseUrl":"http://image4.photobiz.com/745/22_20171122120609_6313573_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21330,"isCaptionLink":false,"width":326,"linkUrl":"","height":489,"small":"http://image4.photobiz.com/745/22_20171122120609_6313573_small.jpg","image":"http://image4.photobiz.com/745/22_20171122120609_6313573_xlarge.jpg","description":"","large":"http://image4.photobiz.com/745/22_20171122120609_6313573_large.jpg","imageId":6313573,"title":"","index":0.0,"xlarge":"http://image4.photobiz.com/745/22_20171122120609_6313573_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image8.photobiz.com/2798/22_20171122120610_6313574_medium.jpg","isLink":true,"medium":"http://image8.photobiz.com/2798/22_20171122120610_6313574_medium.jpg","baseUrl":"http://image8.photobiz.com/2798/22_20171122120610_6313574_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21331,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image8.photobiz.com/2798/22_20171122120610_6313574_small.jpg","image":"http://image8.photobiz.com/2798/22_20171122120610_6313574_xlarge.jpg","description":"","large":"http://image8.photobiz.com/2798/22_20171122120610_6313574_large.jpg","imageId":6313574,"title":"","index":1.0,"xlarge":"http://image8.photobiz.com/2798/22_20171122120610_6313574_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1679/22_20171122120611_6313575_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1679/22_20171122120611_6313575_medium.jpg","baseUrl":"http://image5.photobiz.com/1679/22_20171122120611_6313575_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21332,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/1679/22_20171122120611_6313575_small.jpg","image":"http://image5.photobiz.com/1679/22_20171122120611_6313575_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1679/22_20171122120611_6313575_large.jpg","imageId":6313575,"title":"","index":2.0,"xlarge":"http://image5.photobiz.com/1679/22_20171122120611_6313575_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1685/22_20171122120612_6313576_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1685/22_20171122120612_6313576_medium.jpg","baseUrl":"http://image5.photobiz.com/1685/22_20171122120612_6313576_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21333,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/1685/22_20171122120612_6313576_small.jpg","image":"http://image5.photobiz.com/1685/22_20171122120612_6313576_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1685/22_20171122120612_6313576_large.jpg","imageId":6313576,"title":"","index":3.0,"xlarge":"http://image5.photobiz.com/1685/22_20171122120612_6313576_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image8.photobiz.com/2800/22_20171122120613_6313577_medium.jpg","isLink":true,"medium":"http://image8.photobiz.com/2800/22_20171122120613_6313577_medium.jpg","baseUrl":"http://image8.photobiz.com/2800/22_20171122120613_6313577_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21334,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image8.photobiz.com/2800/22_20171122120613_6313577_small.jpg","image":"http://image8.photobiz.com/2800/22_20171122120613_6313577_xlarge.jpg","description":"","large":"http://image8.photobiz.com/2800/22_20171122120613_6313577_large.jpg","imageId":6313577,"title":"","index":4.0,"xlarge":"http://image8.photobiz.com/2800/22_20171122120613_6313577_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6490/22_20171122120614_6313578_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6490/22_20171122120614_6313578_medium.jpg","baseUrl":"http://image12.photobiz.com/6490/22_20171122120614_6313578_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21335,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image12.photobiz.com/6490/22_20171122120614_6313578_small.jpg","image":"http://image12.photobiz.com/6490/22_20171122120614_6313578_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6490/22_20171122120614_6313578_large.jpg","imageId":6313578,"title":"","index":5.0,"xlarge":"http://image12.photobiz.com/6490/22_20171122120614_6313578_xlarge.jpg","caption":""}],"instanceId":2}]);

			} else {

				// This file is being loaded on the mobile site
				window.pbizMobile.pageBuilderWidgetFactory.create([{"data":[{"ext":".jpg","path":"http://image4.photobiz.com/745/22_20171122120609_6313573_medium.jpg","isLink":true,"medium":"http://image4.photobiz.com/745/22_20171122120609_6313573_medium.jpg","baseUrl":"http://image4.photobiz.com/745/22_20171122120609_6313573_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21330,"isCaptionLink":false,"width":326,"linkUrl":"","height":489,"small":"http://image4.photobiz.com/745/22_20171122120609_6313573_small.jpg","image":"http://image4.photobiz.com/745/22_20171122120609_6313573_xlarge.jpg","description":"","large":"http://image4.photobiz.com/745/22_20171122120609_6313573_large.jpg","imageId":6313573,"title":"","index":0.0,"xlarge":"http://image4.photobiz.com/745/22_20171122120609_6313573_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image8.photobiz.com/2798/22_20171122120610_6313574_medium.jpg","isLink":true,"medium":"http://image8.photobiz.com/2798/22_20171122120610_6313574_medium.jpg","baseUrl":"http://image8.photobiz.com/2798/22_20171122120610_6313574_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21331,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image8.photobiz.com/2798/22_20171122120610_6313574_small.jpg","image":"http://image8.photobiz.com/2798/22_20171122120610_6313574_xlarge.jpg","description":"","large":"http://image8.photobiz.com/2798/22_20171122120610_6313574_large.jpg","imageId":6313574,"title":"","index":1.0,"xlarge":"http://image8.photobiz.com/2798/22_20171122120610_6313574_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1679/22_20171122120611_6313575_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1679/22_20171122120611_6313575_medium.jpg","baseUrl":"http://image5.photobiz.com/1679/22_20171122120611_6313575_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21332,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/1679/22_20171122120611_6313575_small.jpg","image":"http://image5.photobiz.com/1679/22_20171122120611_6313575_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1679/22_20171122120611_6313575_large.jpg","imageId":6313575,"title":"","index":2.0,"xlarge":"http://image5.photobiz.com/1679/22_20171122120611_6313575_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1685/22_20171122120612_6313576_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1685/22_20171122120612_6313576_medium.jpg","baseUrl":"http://image5.photobiz.com/1685/22_20171122120612_6313576_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21333,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/1685/22_20171122120612_6313576_small.jpg","image":"http://image5.photobiz.com/1685/22_20171122120612_6313576_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1685/22_20171122120612_6313576_large.jpg","imageId":6313576,"title":"","index":3.0,"xlarge":"http://image5.photobiz.com/1685/22_20171122120612_6313576_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image8.photobiz.com/2800/22_20171122120613_6313577_medium.jpg","isLink":true,"medium":"http://image8.photobiz.com/2800/22_20171122120613_6313577_medium.jpg","baseUrl":"http://image8.photobiz.com/2800/22_20171122120613_6313577_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21334,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image8.photobiz.com/2800/22_20171122120613_6313577_small.jpg","image":"http://image8.photobiz.com/2800/22_20171122120613_6313577_xlarge.jpg","description":"","large":"http://image8.photobiz.com/2800/22_20171122120613_6313577_large.jpg","imageId":6313577,"title":"","index":4.0,"xlarge":"http://image8.photobiz.com/2800/22_20171122120613_6313577_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6490/22_20171122120614_6313578_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6490/22_20171122120614_6313578_medium.jpg","baseUrl":"http://image12.photobiz.com/6490/22_20171122120614_6313578_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":21335,"isCaptionLink":false,"width":327,"linkUrl":"","height":489,"small":"http://image12.photobiz.com/6490/22_20171122120614_6313578_small.jpg","image":"http://image12.photobiz.com/6490/22_20171122120614_6313578_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6490/22_20171122120614_6313578_large.jpg","imageId":6313578,"title":"","index":5.0,"xlarge":"http://image12.photobiz.com/6490/22_20171122120614_6313578_xlarge.jpg","caption":""}],"instanceId":2}], 2629, {
					urlParams: 'blogId=798'
				});

			}

		});
	</script>


			<div style="float:left" class="label_value bold">

			<a href="/blog/blog/i-know-you-are-nervous-to-do-a-boudoir-shoot?load/blog_detail#comments">
			
			Leave a comment 
			</a>
			</div>
		

	</div>

	</div>

	<div style="margin: 35px 0px 20px 0px;">&nbsp;</div>


	

	<div style="margin-top:10px"></div>

	<div class="full-post-wrapper">

	
			<div class="page_title bar_type_1 highlight_text title_text">
				<a href="/blog/blog/once-upon-a-time-in-thailand-wedding-shoot" class="highlight_text">ONCE UPON A TIME IN THAILAND - WEDDING SHOOT</a> 
			</div>
		

	<div class="post-wrapper">

		<div class="title_text post-title">
			Monday, July 24, 2017
			
		</div>

		
	<div style="display:inline;" class="bold">
		By Cherie Foto
	</div>



<div id="shareWrapper">
	<table border="0" cellpadding="0" cellspacing="0" style="margin-top:10px;margin-bottom:15px">
	<tr>

		
		

		
		
		<td width="78"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.cheriefoto.com/blog/blog/once-upon-a-time-in-thailand-wedding-shoot" data-text="Check out this blog post!" data-count="none">Tweet</a></td>
		
		<style type="text/css">.fb_iframe_widget_lift { z-index: 99; } .fb_iframe_widget {padding-bottom: 5px;}</style>
		<td width="97"><fb:like href="http://www.cheriefoto.com/blog/blog/once-upon-a-time-in-thailand-wedding-shoot" layout="button_count" send="false" width="50" show_faces="false"></fb:like></td>
		
		


		<style>
			.pluginButton { background: red !important; }
		</style>

		
		
		<td width="97"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww%2Echeriefoto%2Ecom%2Fblog%2Fblog%2Fonce%2Dupon%2Da%2Dtime%2Din%2Dthailand%2Dwedding%2Dshoot&media=http%3A%2F%2Fimage4%2Ephotobiz%2Ecom%2F745%2F22%5F20171122120609%5F6313573%5Flarge%2Ejpg&description=Cherie%20Foto" class="pin-it-button" count-layout="horizontal">Pin It</a></td>
		
		<td width="95"><g:plusone href="http://www.cheriefoto.com/blog/blog/once-upon-a-time-in-thailand-wedding-shoot" size="medium"></g:plusone></td>
		

	</tr>
	</table>
</div>





<div id="blogDetailContent" style="overflow:hidden"> 

	<div id="pageBuilderWidget2614" class="page-builder-widget">

		

<div
	id="fullscreenSlideshow2614"
	class="fullscreen-slideshow"
	data-fullscreen-slideshow-options='{
		"hasMusic": false,
		"isAutoPlay": false,
		"showControls": true
	}'>
	<div class="fullscreen-slideshow__target"></div>
</div>



			<div class="page-builder-widget__row page-builder-widget__row--1-col" data-row="0">

				

					<div class="page-builder-widget__col" data-col="0" data-field-type="editor">

						

<div class="page-builder-widget__editor page-builder-widget__editor--col1">
	<p>We recently went to Thailand to shoot a fabulous destination wedding. There are so many fun facts about this wedding. To start our stylish and beautiful Bride Jenai is actually our Bride because we shot her first wedding many years ago. We shot that wedding at the <a href="https://www.millenniumhotels.com/">Biltmore Hotel</a>&nbsp;in Downtown LA!! The wedding was an Indian/American wedding and was really over the top!!. Jenai has a sense of style in her dress and in decor. We took wonderful photos and her mother just loved the album we produced. Unfortunately or fortunately that marriage dissolved and Jenai ended up marrying a man that had loved her for many years and he came back after he heard Jenai had gotten a divorce and he wooed her and Jenai said&nbsp;yes. They are the perfect couple with so much in common and Jonathan adores Jenai. it was wonderful to see that after her first marriage she more than landed on her feet. She was going to marry a man that she loved and was well suited for her!!</p>
<p>Then came the question. Will you shoot our second wedding. yes of course Jenai. But it in Thailand. We said even better so went on an Asian tour and shot the wedding. It was all very magical from the wedding in beautiful Krabi to stopping to see friends and family in Manila and stopping in Hong Kong one of my favorite cities in the world. Was good to be bak to Hong Kong again after so many years!&nbsp;</p>
<p>It was also so nice to see many familiar faces from the first wedding. Jenai's parents were nothing but complimentary on how we shot that wedding and Jenai's mother kept the album. It is her favorite book!! A very nice compliment I must admit.</p>
<p>it is always magical to go to a distant land full of magical people and landscapes. The other thing that was so fun is that they got married on the exact spot that Hangover 2. The wedding scene was filmed exactly where the ceremony was and that was also magical!</p>
<p>The day was very hot but the wedding went off without a hitch and the baby elephant for the guests at the cocktail hour was really a cool addition!!</p>
<p>Here are a few pics from that magical wedding and experience!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>



					</div>

				

			</div>

		

			<div class="page-builder-widget__row page-builder-widget__row--1-col" data-row="1">

				

					<div class="page-builder-widget__col" data-col="0" data-field-type="images">

						

<div class="page-builder-widget__images" data-show-image-detail-on-click="1">

	

	<div id="imageGrid2614-2" class="grid grid--gutters image-grid image-grid--stack grid--full image-grid--native-scroller" data-image-grid-id="2614-2" data-image-grid-options='{"layout":"stack","customScroller":"","isTextHidden":false,"isMasonry":false,"customScrollerEvent":""}'></div>



</div>



					</div>

				

			</div>

		

	</div>

	</div>



	<script>
		jQuery(function() {

			if (window.pbizStore) {

				// This file is being loaded on the desktop site
				window.pbizStore.pageBuilderWidgetFactory.create(2614, [{"data":[{"ext":".jpg","path":"http://image10.photobiz.com/4881/22_20170724132121_6157546_medium.jpg","isLink":true,"medium":"http://image10.photobiz.com/4881/22_20170724132121_6157546_medium.jpg","baseUrl":"http://image10.photobiz.com/4881/22_20170724132121_6157546_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17815,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image10.photobiz.com/4881/22_20170724132121_6157546_small.jpg","image":"http://image10.photobiz.com/4881/22_20170724132121_6157546_xlarge.jpg","description":"","large":"http://image10.photobiz.com/4881/22_20170724132121_6157546_large.jpg","imageId":6157546,"title":"","index":0.0,"xlarge":"http://image10.photobiz.com/4881/22_20170724132121_6157546_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image4.photobiz.com/7966/22_20170724132122_6157547_medium.jpg","isLink":true,"medium":"http://image4.photobiz.com/7966/22_20170724132122_6157547_medium.jpg","baseUrl":"http://image4.photobiz.com/7966/22_20170724132122_6157547_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17816,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image4.photobiz.com/7966/22_20170724132122_6157547_small.jpg","image":"http://image4.photobiz.com/7966/22_20170724132122_6157547_xlarge.jpg","description":"","large":"http://image4.photobiz.com/7966/22_20170724132122_6157547_large.jpg","imageId":6157547,"title":"","index":1.0,"xlarge":"http://image4.photobiz.com/7966/22_20170724132122_6157547_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5554/22_20170724132123_6157548_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5554/22_20170724132123_6157548_medium.jpg","baseUrl":"http://image9.photobiz.com/5554/22_20170724132123_6157548_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17817,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image9.photobiz.com/5554/22_20170724132123_6157548_small.jpg","image":"http://image9.photobiz.com/5554/22_20170724132123_6157548_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5554/22_20170724132123_6157548_large.jpg","imageId":6157548,"title":"","index":2.0,"xlarge":"http://image9.photobiz.com/5554/22_20170724132123_6157548_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image3.photobiz.com/554/22_20170724132126_6157549_medium.jpg","isLink":true,"medium":"http://image3.photobiz.com/554/22_20170724132126_6157549_medium.jpg","baseUrl":"http://image3.photobiz.com/554/22_20170724132126_6157549_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17818,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image3.photobiz.com/554/22_20170724132126_6157549_small.jpg","image":"http://image3.photobiz.com/554/22_20170724132126_6157549_xlarge.jpg","description":"","large":"http://image3.photobiz.com/554/22_20170724132126_6157549_large.jpg","imageId":6157549,"title":"","index":3.0,"xlarge":"http://image3.photobiz.com/554/22_20170724132126_6157549_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image11.photobiz.com/5471/22_20170724132128_6157550_medium.jpg","isLink":true,"medium":"http://image11.photobiz.com/5471/22_20170724132128_6157550_medium.jpg","baseUrl":"http://image11.photobiz.com/5471/22_20170724132128_6157550_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17819,"isCaptionLink":false,"width":321,"linkUrl":"","height":490,"small":"http://image11.photobiz.com/5471/22_20170724132128_6157550_small.jpg","image":"http://image11.photobiz.com/5471/22_20170724132128_6157550_xlarge.jpg","description":"","large":"http://image11.photobiz.com/5471/22_20170724132128_6157550_large.jpg","imageId":6157550,"title":"","index":4.0,"xlarge":"http://image11.photobiz.com/5471/22_20170724132128_6157550_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2043/22_20170724132129_6157551_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2043/22_20170724132129_6157551_medium.jpg","baseUrl":"http://image6.photobiz.com/2043/22_20170724132129_6157551_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17820,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image6.photobiz.com/2043/22_20170724132129_6157551_small.jpg","image":"http://image6.photobiz.com/2043/22_20170724132129_6157551_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2043/22_20170724132129_6157551_large.jpg","imageId":6157551,"title":"","index":5.0,"xlarge":"http://image6.photobiz.com/2043/22_20170724132129_6157551_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2288/22_20170724132131_6157552_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2288/22_20170724132131_6157552_medium.jpg","baseUrl":"http://image6.photobiz.com/2288/22_20170724132131_6157552_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17821,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image6.photobiz.com/2288/22_20170724132131_6157552_small.jpg","image":"http://image6.photobiz.com/2288/22_20170724132131_6157552_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2288/22_20170724132131_6157552_large.jpg","imageId":6157552,"title":"","index":6.0,"xlarge":"http://image6.photobiz.com/2288/22_20170724132131_6157552_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image11.photobiz.com/3622/22_20170724132132_6157553_medium.jpg","isLink":true,"medium":"http://image11.photobiz.com/3622/22_20170724132132_6157553_medium.jpg","baseUrl":"http://image11.photobiz.com/3622/22_20170724132132_6157553_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17822,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image11.photobiz.com/3622/22_20170724132132_6157553_small.jpg","image":"http://image11.photobiz.com/3622/22_20170724132132_6157553_xlarge.jpg","description":"","large":"http://image11.photobiz.com/3622/22_20170724132132_6157553_large.jpg","imageId":6157553,"title":"","index":7.0,"xlarge":"http://image11.photobiz.com/3622/22_20170724132132_6157553_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image7.photobiz.com/7025/22_20170724132134_6157554_medium.jpg","isLink":true,"medium":"http://image7.photobiz.com/7025/22_20170724132134_6157554_medium.jpg","baseUrl":"http://image7.photobiz.com/7025/22_20170724132134_6157554_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17823,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image7.photobiz.com/7025/22_20170724132134_6157554_small.jpg","image":"http://image7.photobiz.com/7025/22_20170724132134_6157554_xlarge.jpg","description":"","large":"http://image7.photobiz.com/7025/22_20170724132134_6157554_large.jpg","imageId":6157554,"title":"","index":8.0,"xlarge":"http://image7.photobiz.com/7025/22_20170724132134_6157554_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2297/22_20170724132135_6157555_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2297/22_20170724132135_6157555_medium.jpg","baseUrl":"http://image6.photobiz.com/2297/22_20170724132135_6157555_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17824,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image6.photobiz.com/2297/22_20170724132135_6157555_small.jpg","image":"http://image6.photobiz.com/2297/22_20170724132135_6157555_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2297/22_20170724132135_6157555_large.jpg","imageId":6157555,"title":"","index":9.0,"xlarge":"http://image6.photobiz.com/2297/22_20170724132135_6157555_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image3.photobiz.com/581/22_20170724132137_6157556_medium.jpg","isLink":true,"medium":"http://image3.photobiz.com/581/22_20170724132137_6157556_medium.jpg","baseUrl":"http://image3.photobiz.com/581/22_20170724132137_6157556_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17825,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image3.photobiz.com/581/22_20170724132137_6157556_small.jpg","image":"http://image3.photobiz.com/581/22_20170724132137_6157556_xlarge.jpg","description":"","large":"http://image3.photobiz.com/581/22_20170724132137_6157556_large.jpg","imageId":6157556,"title":"","index":10.0,"xlarge":"http://image3.photobiz.com/581/22_20170724132137_6157556_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2299/22_20170724132139_6157557_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2299/22_20170724132139_6157557_medium.jpg","baseUrl":"http://image6.photobiz.com/2299/22_20170724132139_6157557_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17826,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image6.photobiz.com/2299/22_20170724132139_6157557_small.jpg","image":"http://image6.photobiz.com/2299/22_20170724132139_6157557_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2299/22_20170724132139_6157557_large.jpg","imageId":6157557,"title":"","index":11.0,"xlarge":"http://image6.photobiz.com/2299/22_20170724132139_6157557_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image7.photobiz.com/2801/22_20170724132140_6157558_medium.jpg","isLink":true,"medium":"http://image7.photobiz.com/2801/22_20170724132140_6157558_medium.jpg","baseUrl":"http://image7.photobiz.com/2801/22_20170724132140_6157558_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17827,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image7.photobiz.com/2801/22_20170724132140_6157558_small.jpg","image":"http://image7.photobiz.com/2801/22_20170724132140_6157558_xlarge.jpg","description":"","large":"http://image7.photobiz.com/2801/22_20170724132140_6157558_large.jpg","imageId":6157558,"title":"","index":12.0,"xlarge":"http://image7.photobiz.com/2801/22_20170724132140_6157558_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6494/22_20170724132143_6157559_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6494/22_20170724132143_6157559_medium.jpg","baseUrl":"http://image12.photobiz.com/6494/22_20170724132143_6157559_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17828,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image12.photobiz.com/6494/22_20170724132143_6157559_small.jpg","image":"http://image12.photobiz.com/6494/22_20170724132143_6157559_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6494/22_20170724132143_6157559_large.jpg","imageId":6157559,"title":"","index":13.0,"xlarge":"http://image12.photobiz.com/6494/22_20170724132143_6157559_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1215/22_20170724132145_6157560_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1215/22_20170724132145_6157560_medium.jpg","baseUrl":"http://image5.photobiz.com/1215/22_20170724132145_6157560_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17829,"isCaptionLink":false,"width":733,"linkUrl":"","height":490,"small":"http://image5.photobiz.com/1215/22_20170724132145_6157560_small.jpg","image":"http://image5.photobiz.com/1215/22_20170724132145_6157560_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1215/22_20170724132145_6157560_large.jpg","imageId":6157560,"title":"","index":14.0,"xlarge":"http://image5.photobiz.com/1215/22_20170724132145_6157560_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6029/22_20170724132146_6157561_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6029/22_20170724132146_6157561_medium.jpg","baseUrl":"http://image12.photobiz.com/6029/22_20170724132146_6157561_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17830,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image12.photobiz.com/6029/22_20170724132146_6157561_small.jpg","image":"http://image12.photobiz.com/6029/22_20170724132146_6157561_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6029/22_20170724132146_6157561_large.jpg","imageId":6157561,"title":"","index":15.0,"xlarge":"http://image12.photobiz.com/6029/22_20170724132146_6157561_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/3757/22_20170724132148_6157562_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/3757/22_20170724132148_6157562_medium.jpg","baseUrl":"http://image9.photobiz.com/3757/22_20170724132148_6157562_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17831,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image9.photobiz.com/3757/22_20170724132148_6157562_small.jpg","image":"http://image9.photobiz.com/3757/22_20170724132148_6157562_xlarge.jpg","description":"","large":"http://image9.photobiz.com/3757/22_20170724132148_6157562_large.jpg","imageId":6157562,"title":"","index":16.0,"xlarge":"http://image9.photobiz.com/3757/22_20170724132148_6157562_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6038/22_20170724132150_6157563_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6038/22_20170724132150_6157563_medium.jpg","baseUrl":"http://image12.photobiz.com/6038/22_20170724132150_6157563_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17832,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image12.photobiz.com/6038/22_20170724132150_6157563_small.jpg","image":"http://image12.photobiz.com/6038/22_20170724132150_6157563_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6038/22_20170724132150_6157563_large.jpg","imageId":6157563,"title":"","index":17.0,"xlarge":"http://image12.photobiz.com/6038/22_20170724132150_6157563_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6040/22_20170724132152_6157564_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6040/22_20170724132152_6157564_medium.jpg","baseUrl":"http://image12.photobiz.com/6040/22_20170724132152_6157564_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17833,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image12.photobiz.com/6040/22_20170724132152_6157564_small.jpg","image":"http://image12.photobiz.com/6040/22_20170724132152_6157564_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6040/22_20170724132152_6157564_large.jpg","imageId":6157564,"title":"","index":18.0,"xlarge":"http://image12.photobiz.com/6040/22_20170724132152_6157564_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image10.photobiz.com/4751/22_20170724132154_6157565_medium.jpg","isLink":true,"medium":"http://image10.photobiz.com/4751/22_20170724132154_6157565_medium.jpg","baseUrl":"http://image10.photobiz.com/4751/22_20170724132154_6157565_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17834,"isCaptionLink":false,"width":850,"linkUrl":"","height":386,"small":"http://image10.photobiz.com/4751/22_20170724132154_6157565_small.jpg","image":"http://image10.photobiz.com/4751/22_20170724132154_6157565_xlarge.jpg","description":"","large":"http://image10.photobiz.com/4751/22_20170724132154_6157565_large.jpg","imageId":6157565,"title":"","index":19.0,"xlarge":"http://image10.photobiz.com/4751/22_20170724132154_6157565_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5567/22_20170724132155_6157566_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5567/22_20170724132155_6157566_medium.jpg","baseUrl":"http://image9.photobiz.com/5567/22_20170724132155_6157566_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17835,"isCaptionLink":false,"width":733,"linkUrl":"","height":490,"small":"http://image9.photobiz.com/5567/22_20170724132155_6157566_small.jpg","image":"http://image9.photobiz.com/5567/22_20170724132155_6157566_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5567/22_20170724132155_6157566_large.jpg","imageId":6157566,"title":"","index":20.0,"xlarge":"http://image9.photobiz.com/5567/22_20170724132155_6157566_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image3.photobiz.com/7526/22_20170724132157_6157567_medium.jpg","isLink":true,"medium":"http://image3.photobiz.com/7526/22_20170724132157_6157567_medium.jpg","baseUrl":"http://image3.photobiz.com/7526/22_20170724132157_6157567_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17836,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image3.photobiz.com/7526/22_20170724132157_6157567_small.jpg","image":"http://image3.photobiz.com/7526/22_20170724132157_6157567_xlarge.jpg","description":"","large":"http://image3.photobiz.com/7526/22_20170724132157_6157567_large.jpg","imageId":6157567,"title":"","index":21.0,"xlarge":"http://image3.photobiz.com/7526/22_20170724132157_6157567_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5572/22_20170724132158_6157568_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5572/22_20170724132158_6157568_medium.jpg","baseUrl":"http://image9.photobiz.com/5572/22_20170724132158_6157568_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17837,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image9.photobiz.com/5572/22_20170724132158_6157568_small.jpg","image":"http://image9.photobiz.com/5572/22_20170724132158_6157568_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5572/22_20170724132158_6157568_large.jpg","imageId":6157568,"title":"","index":22.0,"xlarge":"http://image9.photobiz.com/5572/22_20170724132158_6157568_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5575/22_20170724132200_6157569_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5575/22_20170724132200_6157569_medium.jpg","baseUrl":"http://image9.photobiz.com/5575/22_20170724132200_6157569_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17838,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image9.photobiz.com/5575/22_20170724132200_6157569_small.jpg","image":"http://image9.photobiz.com/5575/22_20170724132200_6157569_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5575/22_20170724132200_6157569_large.jpg","imageId":6157569,"title":"","index":23.0,"xlarge":"http://image9.photobiz.com/5575/22_20170724132200_6157569_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image3.photobiz.com/7908/22_20170724132202_6157570_medium.jpg","isLink":true,"medium":"http://image3.photobiz.com/7908/22_20170724132202_6157570_medium.jpg","baseUrl":"http://image3.photobiz.com/7908/22_20170724132202_6157570_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17839,"isCaptionLink":false,"width":327,"linkUrl":"","height":490,"small":"http://image3.photobiz.com/7908/22_20170724132202_6157570_small.jpg","image":"http://image3.photobiz.com/7908/22_20170724132202_6157570_xlarge.jpg","description":"","large":"http://image3.photobiz.com/7908/22_20170724132202_6157570_large.jpg","imageId":6157570,"title":"","index":24.0,"xlarge":"http://image3.photobiz.com/7908/22_20170724132202_6157570_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image4.photobiz.com/1807/22_20170724132204_6157571_medium.jpg","isLink":true,"medium":"http://image4.photobiz.com/1807/22_20170724132204_6157571_medium.jpg","baseUrl":"http://image4.photobiz.com/1807/22_20170724132204_6157571_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17840,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image4.photobiz.com/1807/22_20170724132204_6157571_small.jpg","image":"http://image4.photobiz.com/1807/22_20170724132204_6157571_xlarge.jpg","description":"","large":"http://image4.photobiz.com/1807/22_20170724132204_6157571_large.jpg","imageId":6157571,"title":"","index":25.0,"xlarge":"http://image4.photobiz.com/1807/22_20170724132204_6157571_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2303/22_20170724132205_6157572_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2303/22_20170724132205_6157572_medium.jpg","baseUrl":"http://image6.photobiz.com/2303/22_20170724132205_6157572_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17841,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image6.photobiz.com/2303/22_20170724132205_6157572_small.jpg","image":"http://image6.photobiz.com/2303/22_20170724132205_6157572_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2303/22_20170724132205_6157572_large.jpg","imageId":6157572,"title":"","index":26.0,"xlarge":"http://image6.photobiz.com/2303/22_20170724132205_6157572_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image7.photobiz.com/3871/22_20170724132207_6157573_medium.jpg","isLink":true,"medium":"http://image7.photobiz.com/3871/22_20170724132207_6157573_medium.jpg","baseUrl":"http://image7.photobiz.com/3871/22_20170724132207_6157573_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17842,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image7.photobiz.com/3871/22_20170724132207_6157573_small.jpg","image":"http://image7.photobiz.com/3871/22_20170724132207_6157573_xlarge.jpg","description":"","large":"http://image7.photobiz.com/3871/22_20170724132207_6157573_large.jpg","imageId":6157573,"title":"","index":27.0,"xlarge":"http://image7.photobiz.com/3871/22_20170724132207_6157573_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image7.photobiz.com/3895/22_20170724132208_6157574_medium.jpg","isLink":true,"medium":"http://image7.photobiz.com/3895/22_20170724132208_6157574_medium.jpg","baseUrl":"http://image7.photobiz.com/3895/22_20170724132208_6157574_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17843,"isCaptionLink":false,"width":734,"linkUrl":"","height":489,"small":"http://image7.photobiz.com/3895/22_20170724132208_6157574_small.jpg","image":"http://image7.photobiz.com/3895/22_20170724132208_6157574_xlarge.jpg","description":"","large":"http://image7.photobiz.com/3895/22_20170724132208_6157574_large.jpg","imageId":6157574,"title":"","index":28.0,"xlarge":"http://image7.photobiz.com/3895/22_20170724132208_6157574_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1166/22_20170724132209_6157575_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1166/22_20170724132209_6157575_medium.jpg","baseUrl":"http://image5.photobiz.com/1166/22_20170724132209_6157575_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17844,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/1166/22_20170724132209_6157575_small.jpg","image":"http://image5.photobiz.com/1166/22_20170724132209_6157575_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1166/22_20170724132209_6157575_large.jpg","imageId":6157575,"title":"","index":29.0,"xlarge":"http://image5.photobiz.com/1166/22_20170724132209_6157575_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1170/22_20170724132211_6157576_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1170/22_20170724132211_6157576_medium.jpg","baseUrl":"http://image5.photobiz.com/1170/22_20170724132211_6157576_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17845,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image5.photobiz.com/1170/22_20170724132211_6157576_small.jpg","image":"http://image5.photobiz.com/1170/22_20170724132211_6157576_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1170/22_20170724132211_6157576_large.jpg","imageId":6157576,"title":"","index":30.0,"xlarge":"http://image5.photobiz.com/1170/22_20170724132211_6157576_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5643/22_20170724132212_6157577_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5643/22_20170724132212_6157577_medium.jpg","baseUrl":"http://image9.photobiz.com/5643/22_20170724132212_6157577_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17846,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image9.photobiz.com/5643/22_20170724132212_6157577_small.jpg","image":"http://image9.photobiz.com/5643/22_20170724132212_6157577_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5643/22_20170724132212_6157577_large.jpg","imageId":6157577,"title":"","index":31.0,"xlarge":"http://image9.photobiz.com/5643/22_20170724132212_6157577_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image10.photobiz.com/4905/22_20170724132213_6157578_medium.jpg","isLink":true,"medium":"http://image10.photobiz.com/4905/22_20170724132213_6157578_medium.jpg","baseUrl":"http://image10.photobiz.com/4905/22_20170724132213_6157578_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17847,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image10.photobiz.com/4905/22_20170724132213_6157578_small.jpg","image":"http://image10.photobiz.com/4905/22_20170724132213_6157578_xlarge.jpg","description":"","large":"http://image10.photobiz.com/4905/22_20170724132213_6157578_large.jpg","imageId":6157578,"title":"","index":32.0,"xlarge":"http://image10.photobiz.com/4905/22_20170724132213_6157578_xlarge.jpg","caption":""}],"instanceId":2}]);

			} else {

				// This file is being loaded on the mobile site
				window.pbizMobile.pageBuilderWidgetFactory.create([{"data":[{"ext":".jpg","path":"http://image10.photobiz.com/4881/22_20170724132121_6157546_medium.jpg","isLink":true,"medium":"http://image10.photobiz.com/4881/22_20170724132121_6157546_medium.jpg","baseUrl":"http://image10.photobiz.com/4881/22_20170724132121_6157546_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17815,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image10.photobiz.com/4881/22_20170724132121_6157546_small.jpg","image":"http://image10.photobiz.com/4881/22_20170724132121_6157546_xlarge.jpg","description":"","large":"http://image10.photobiz.com/4881/22_20170724132121_6157546_large.jpg","imageId":6157546,"title":"","index":0.0,"xlarge":"http://image10.photobiz.com/4881/22_20170724132121_6157546_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image4.photobiz.com/7966/22_20170724132122_6157547_medium.jpg","isLink":true,"medium":"http://image4.photobiz.com/7966/22_20170724132122_6157547_medium.jpg","baseUrl":"http://image4.photobiz.com/7966/22_20170724132122_6157547_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17816,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image4.photobiz.com/7966/22_20170724132122_6157547_small.jpg","image":"http://image4.photobiz.com/7966/22_20170724132122_6157547_xlarge.jpg","description":"","large":"http://image4.photobiz.com/7966/22_20170724132122_6157547_large.jpg","imageId":6157547,"title":"","index":1.0,"xlarge":"http://image4.photobiz.com/7966/22_20170724132122_6157547_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5554/22_20170724132123_6157548_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5554/22_20170724132123_6157548_medium.jpg","baseUrl":"http://image9.photobiz.com/5554/22_20170724132123_6157548_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17817,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image9.photobiz.com/5554/22_20170724132123_6157548_small.jpg","image":"http://image9.photobiz.com/5554/22_20170724132123_6157548_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5554/22_20170724132123_6157548_large.jpg","imageId":6157548,"title":"","index":2.0,"xlarge":"http://image9.photobiz.com/5554/22_20170724132123_6157548_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image3.photobiz.com/554/22_20170724132126_6157549_medium.jpg","isLink":true,"medium":"http://image3.photobiz.com/554/22_20170724132126_6157549_medium.jpg","baseUrl":"http://image3.photobiz.com/554/22_20170724132126_6157549_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17818,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image3.photobiz.com/554/22_20170724132126_6157549_small.jpg","image":"http://image3.photobiz.com/554/22_20170724132126_6157549_xlarge.jpg","description":"","large":"http://image3.photobiz.com/554/22_20170724132126_6157549_large.jpg","imageId":6157549,"title":"","index":3.0,"xlarge":"http://image3.photobiz.com/554/22_20170724132126_6157549_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image11.photobiz.com/5471/22_20170724132128_6157550_medium.jpg","isLink":true,"medium":"http://image11.photobiz.com/5471/22_20170724132128_6157550_medium.jpg","baseUrl":"http://image11.photobiz.com/5471/22_20170724132128_6157550_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17819,"isCaptionLink":false,"width":321,"linkUrl":"","height":490,"small":"http://image11.photobiz.com/5471/22_20170724132128_6157550_small.jpg","image":"http://image11.photobiz.com/5471/22_20170724132128_6157550_xlarge.jpg","description":"","large":"http://image11.photobiz.com/5471/22_20170724132128_6157550_large.jpg","imageId":6157550,"title":"","index":4.0,"xlarge":"http://image11.photobiz.com/5471/22_20170724132128_6157550_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2043/22_20170724132129_6157551_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2043/22_20170724132129_6157551_medium.jpg","baseUrl":"http://image6.photobiz.com/2043/22_20170724132129_6157551_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17820,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image6.photobiz.com/2043/22_20170724132129_6157551_small.jpg","image":"http://image6.photobiz.com/2043/22_20170724132129_6157551_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2043/22_20170724132129_6157551_large.jpg","imageId":6157551,"title":"","index":5.0,"xlarge":"http://image6.photobiz.com/2043/22_20170724132129_6157551_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2288/22_20170724132131_6157552_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2288/22_20170724132131_6157552_medium.jpg","baseUrl":"http://image6.photobiz.com/2288/22_20170724132131_6157552_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17821,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image6.photobiz.com/2288/22_20170724132131_6157552_small.jpg","image":"http://image6.photobiz.com/2288/22_20170724132131_6157552_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2288/22_20170724132131_6157552_large.jpg","imageId":6157552,"title":"","index":6.0,"xlarge":"http://image6.photobiz.com/2288/22_20170724132131_6157552_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image11.photobiz.com/3622/22_20170724132132_6157553_medium.jpg","isLink":true,"medium":"http://image11.photobiz.com/3622/22_20170724132132_6157553_medium.jpg","baseUrl":"http://image11.photobiz.com/3622/22_20170724132132_6157553_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17822,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image11.photobiz.com/3622/22_20170724132132_6157553_small.jpg","image":"http://image11.photobiz.com/3622/22_20170724132132_6157553_xlarge.jpg","description":"","large":"http://image11.photobiz.com/3622/22_20170724132132_6157553_large.jpg","imageId":6157553,"title":"","index":7.0,"xlarge":"http://image11.photobiz.com/3622/22_20170724132132_6157553_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image7.photobiz.com/7025/22_20170724132134_6157554_medium.jpg","isLink":true,"medium":"http://image7.photobiz.com/7025/22_20170724132134_6157554_medium.jpg","baseUrl":"http://image7.photobiz.com/7025/22_20170724132134_6157554_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17823,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image7.photobiz.com/7025/22_20170724132134_6157554_small.jpg","image":"http://image7.photobiz.com/7025/22_20170724132134_6157554_xlarge.jpg","description":"","large":"http://image7.photobiz.com/7025/22_20170724132134_6157554_large.jpg","imageId":6157554,"title":"","index":8.0,"xlarge":"http://image7.photobiz.com/7025/22_20170724132134_6157554_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2297/22_20170724132135_6157555_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2297/22_20170724132135_6157555_medium.jpg","baseUrl":"http://image6.photobiz.com/2297/22_20170724132135_6157555_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17824,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image6.photobiz.com/2297/22_20170724132135_6157555_small.jpg","image":"http://image6.photobiz.com/2297/22_20170724132135_6157555_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2297/22_20170724132135_6157555_large.jpg","imageId":6157555,"title":"","index":9.0,"xlarge":"http://image6.photobiz.com/2297/22_20170724132135_6157555_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image3.photobiz.com/581/22_20170724132137_6157556_medium.jpg","isLink":true,"medium":"http://image3.photobiz.com/581/22_20170724132137_6157556_medium.jpg","baseUrl":"http://image3.photobiz.com/581/22_20170724132137_6157556_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17825,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image3.photobiz.com/581/22_20170724132137_6157556_small.jpg","image":"http://image3.photobiz.com/581/22_20170724132137_6157556_xlarge.jpg","description":"","large":"http://image3.photobiz.com/581/22_20170724132137_6157556_large.jpg","imageId":6157556,"title":"","index":10.0,"xlarge":"http://image3.photobiz.com/581/22_20170724132137_6157556_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2299/22_20170724132139_6157557_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2299/22_20170724132139_6157557_medium.jpg","baseUrl":"http://image6.photobiz.com/2299/22_20170724132139_6157557_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17826,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image6.photobiz.com/2299/22_20170724132139_6157557_small.jpg","image":"http://image6.photobiz.com/2299/22_20170724132139_6157557_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2299/22_20170724132139_6157557_large.jpg","imageId":6157557,"title":"","index":11.0,"xlarge":"http://image6.photobiz.com/2299/22_20170724132139_6157557_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image7.photobiz.com/2801/22_20170724132140_6157558_medium.jpg","isLink":true,"medium":"http://image7.photobiz.com/2801/22_20170724132140_6157558_medium.jpg","baseUrl":"http://image7.photobiz.com/2801/22_20170724132140_6157558_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17827,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image7.photobiz.com/2801/22_20170724132140_6157558_small.jpg","image":"http://image7.photobiz.com/2801/22_20170724132140_6157558_xlarge.jpg","description":"","large":"http://image7.photobiz.com/2801/22_20170724132140_6157558_large.jpg","imageId":6157558,"title":"","index":12.0,"xlarge":"http://image7.photobiz.com/2801/22_20170724132140_6157558_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6494/22_20170724132143_6157559_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6494/22_20170724132143_6157559_medium.jpg","baseUrl":"http://image12.photobiz.com/6494/22_20170724132143_6157559_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17828,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image12.photobiz.com/6494/22_20170724132143_6157559_small.jpg","image":"http://image12.photobiz.com/6494/22_20170724132143_6157559_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6494/22_20170724132143_6157559_large.jpg","imageId":6157559,"title":"","index":13.0,"xlarge":"http://image12.photobiz.com/6494/22_20170724132143_6157559_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1215/22_20170724132145_6157560_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1215/22_20170724132145_6157560_medium.jpg","baseUrl":"http://image5.photobiz.com/1215/22_20170724132145_6157560_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17829,"isCaptionLink":false,"width":733,"linkUrl":"","height":490,"small":"http://image5.photobiz.com/1215/22_20170724132145_6157560_small.jpg","image":"http://image5.photobiz.com/1215/22_20170724132145_6157560_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1215/22_20170724132145_6157560_large.jpg","imageId":6157560,"title":"","index":14.0,"xlarge":"http://image5.photobiz.com/1215/22_20170724132145_6157560_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6029/22_20170724132146_6157561_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6029/22_20170724132146_6157561_medium.jpg","baseUrl":"http://image12.photobiz.com/6029/22_20170724132146_6157561_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17830,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image12.photobiz.com/6029/22_20170724132146_6157561_small.jpg","image":"http://image12.photobiz.com/6029/22_20170724132146_6157561_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6029/22_20170724132146_6157561_large.jpg","imageId":6157561,"title":"","index":15.0,"xlarge":"http://image12.photobiz.com/6029/22_20170724132146_6157561_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/3757/22_20170724132148_6157562_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/3757/22_20170724132148_6157562_medium.jpg","baseUrl":"http://image9.photobiz.com/3757/22_20170724132148_6157562_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17831,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image9.photobiz.com/3757/22_20170724132148_6157562_small.jpg","image":"http://image9.photobiz.com/3757/22_20170724132148_6157562_xlarge.jpg","description":"","large":"http://image9.photobiz.com/3757/22_20170724132148_6157562_large.jpg","imageId":6157562,"title":"","index":16.0,"xlarge":"http://image9.photobiz.com/3757/22_20170724132148_6157562_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6038/22_20170724132150_6157563_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6038/22_20170724132150_6157563_medium.jpg","baseUrl":"http://image12.photobiz.com/6038/22_20170724132150_6157563_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17832,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image12.photobiz.com/6038/22_20170724132150_6157563_small.jpg","image":"http://image12.photobiz.com/6038/22_20170724132150_6157563_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6038/22_20170724132150_6157563_large.jpg","imageId":6157563,"title":"","index":17.0,"xlarge":"http://image12.photobiz.com/6038/22_20170724132150_6157563_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image12.photobiz.com/6040/22_20170724132152_6157564_medium.jpg","isLink":true,"medium":"http://image12.photobiz.com/6040/22_20170724132152_6157564_medium.jpg","baseUrl":"http://image12.photobiz.com/6040/22_20170724132152_6157564_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17833,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image12.photobiz.com/6040/22_20170724132152_6157564_small.jpg","image":"http://image12.photobiz.com/6040/22_20170724132152_6157564_xlarge.jpg","description":"","large":"http://image12.photobiz.com/6040/22_20170724132152_6157564_large.jpg","imageId":6157564,"title":"","index":18.0,"xlarge":"http://image12.photobiz.com/6040/22_20170724132152_6157564_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image10.photobiz.com/4751/22_20170724132154_6157565_medium.jpg","isLink":true,"medium":"http://image10.photobiz.com/4751/22_20170724132154_6157565_medium.jpg","baseUrl":"http://image10.photobiz.com/4751/22_20170724132154_6157565_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17834,"isCaptionLink":false,"width":850,"linkUrl":"","height":386,"small":"http://image10.photobiz.com/4751/22_20170724132154_6157565_small.jpg","image":"http://image10.photobiz.com/4751/22_20170724132154_6157565_xlarge.jpg","description":"","large":"http://image10.photobiz.com/4751/22_20170724132154_6157565_large.jpg","imageId":6157565,"title":"","index":19.0,"xlarge":"http://image10.photobiz.com/4751/22_20170724132154_6157565_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5567/22_20170724132155_6157566_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5567/22_20170724132155_6157566_medium.jpg","baseUrl":"http://image9.photobiz.com/5567/22_20170724132155_6157566_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17835,"isCaptionLink":false,"width":733,"linkUrl":"","height":490,"small":"http://image9.photobiz.com/5567/22_20170724132155_6157566_small.jpg","image":"http://image9.photobiz.com/5567/22_20170724132155_6157566_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5567/22_20170724132155_6157566_large.jpg","imageId":6157566,"title":"","index":20.0,"xlarge":"http://image9.photobiz.com/5567/22_20170724132155_6157566_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image3.photobiz.com/7526/22_20170724132157_6157567_medium.jpg","isLink":true,"medium":"http://image3.photobiz.com/7526/22_20170724132157_6157567_medium.jpg","baseUrl":"http://image3.photobiz.com/7526/22_20170724132157_6157567_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17836,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image3.photobiz.com/7526/22_20170724132157_6157567_small.jpg","image":"http://image3.photobiz.com/7526/22_20170724132157_6157567_xlarge.jpg","description":"","large":"http://image3.photobiz.com/7526/22_20170724132157_6157567_large.jpg","imageId":6157567,"title":"","index":21.0,"xlarge":"http://image3.photobiz.com/7526/22_20170724132157_6157567_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5572/22_20170724132158_6157568_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5572/22_20170724132158_6157568_medium.jpg","baseUrl":"http://image9.photobiz.com/5572/22_20170724132158_6157568_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17837,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image9.photobiz.com/5572/22_20170724132158_6157568_small.jpg","image":"http://image9.photobiz.com/5572/22_20170724132158_6157568_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5572/22_20170724132158_6157568_large.jpg","imageId":6157568,"title":"","index":22.0,"xlarge":"http://image9.photobiz.com/5572/22_20170724132158_6157568_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5575/22_20170724132200_6157569_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5575/22_20170724132200_6157569_medium.jpg","baseUrl":"http://image9.photobiz.com/5575/22_20170724132200_6157569_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17838,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image9.photobiz.com/5575/22_20170724132200_6157569_small.jpg","image":"http://image9.photobiz.com/5575/22_20170724132200_6157569_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5575/22_20170724132200_6157569_large.jpg","imageId":6157569,"title":"","index":23.0,"xlarge":"http://image9.photobiz.com/5575/22_20170724132200_6157569_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image3.photobiz.com/7908/22_20170724132202_6157570_medium.jpg","isLink":true,"medium":"http://image3.photobiz.com/7908/22_20170724132202_6157570_medium.jpg","baseUrl":"http://image3.photobiz.com/7908/22_20170724132202_6157570_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17839,"isCaptionLink":false,"width":327,"linkUrl":"","height":490,"small":"http://image3.photobiz.com/7908/22_20170724132202_6157570_small.jpg","image":"http://image3.photobiz.com/7908/22_20170724132202_6157570_xlarge.jpg","description":"","large":"http://image3.photobiz.com/7908/22_20170724132202_6157570_large.jpg","imageId":6157570,"title":"","index":24.0,"xlarge":"http://image3.photobiz.com/7908/22_20170724132202_6157570_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image4.photobiz.com/1807/22_20170724132204_6157571_medium.jpg","isLink":true,"medium":"http://image4.photobiz.com/1807/22_20170724132204_6157571_medium.jpg","baseUrl":"http://image4.photobiz.com/1807/22_20170724132204_6157571_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17840,"isCaptionLink":false,"width":326,"linkUrl":"","height":490,"small":"http://image4.photobiz.com/1807/22_20170724132204_6157571_small.jpg","image":"http://image4.photobiz.com/1807/22_20170724132204_6157571_xlarge.jpg","description":"","large":"http://image4.photobiz.com/1807/22_20170724132204_6157571_large.jpg","imageId":6157571,"title":"","index":25.0,"xlarge":"http://image4.photobiz.com/1807/22_20170724132204_6157571_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/2303/22_20170724132205_6157572_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/2303/22_20170724132205_6157572_medium.jpg","baseUrl":"http://image6.photobiz.com/2303/22_20170724132205_6157572_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17841,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image6.photobiz.com/2303/22_20170724132205_6157572_small.jpg","image":"http://image6.photobiz.com/2303/22_20170724132205_6157572_xlarge.jpg","description":"","large":"http://image6.photobiz.com/2303/22_20170724132205_6157572_large.jpg","imageId":6157572,"title":"","index":26.0,"xlarge":"http://image6.photobiz.com/2303/22_20170724132205_6157572_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image7.photobiz.com/3871/22_20170724132207_6157573_medium.jpg","isLink":true,"medium":"http://image7.photobiz.com/3871/22_20170724132207_6157573_medium.jpg","baseUrl":"http://image7.photobiz.com/3871/22_20170724132207_6157573_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17842,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image7.photobiz.com/3871/22_20170724132207_6157573_small.jpg","image":"http://image7.photobiz.com/3871/22_20170724132207_6157573_xlarge.jpg","description":"","large":"http://image7.photobiz.com/3871/22_20170724132207_6157573_large.jpg","imageId":6157573,"title":"","index":27.0,"xlarge":"http://image7.photobiz.com/3871/22_20170724132207_6157573_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image7.photobiz.com/3895/22_20170724132208_6157574_medium.jpg","isLink":true,"medium":"http://image7.photobiz.com/3895/22_20170724132208_6157574_medium.jpg","baseUrl":"http://image7.photobiz.com/3895/22_20170724132208_6157574_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17843,"isCaptionLink":false,"width":734,"linkUrl":"","height":489,"small":"http://image7.photobiz.com/3895/22_20170724132208_6157574_small.jpg","image":"http://image7.photobiz.com/3895/22_20170724132208_6157574_xlarge.jpg","description":"","large":"http://image7.photobiz.com/3895/22_20170724132208_6157574_large.jpg","imageId":6157574,"title":"","index":28.0,"xlarge":"http://image7.photobiz.com/3895/22_20170724132208_6157574_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1166/22_20170724132209_6157575_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1166/22_20170724132209_6157575_medium.jpg","baseUrl":"http://image5.photobiz.com/1166/22_20170724132209_6157575_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17844,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/1166/22_20170724132209_6157575_small.jpg","image":"http://image5.photobiz.com/1166/22_20170724132209_6157575_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1166/22_20170724132209_6157575_large.jpg","imageId":6157575,"title":"","index":29.0,"xlarge":"http://image5.photobiz.com/1166/22_20170724132209_6157575_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image5.photobiz.com/1170/22_20170724132211_6157576_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1170/22_20170724132211_6157576_medium.jpg","baseUrl":"http://image5.photobiz.com/1170/22_20170724132211_6157576_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17845,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image5.photobiz.com/1170/22_20170724132211_6157576_small.jpg","image":"http://image5.photobiz.com/1170/22_20170724132211_6157576_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1170/22_20170724132211_6157576_large.jpg","imageId":6157576,"title":"","index":30.0,"xlarge":"http://image5.photobiz.com/1170/22_20170724132211_6157576_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image9.photobiz.com/5643/22_20170724132212_6157577_medium.jpg","isLink":true,"medium":"http://image9.photobiz.com/5643/22_20170724132212_6157577_medium.jpg","baseUrl":"http://image9.photobiz.com/5643/22_20170724132212_6157577_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17846,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image9.photobiz.com/5643/22_20170724132212_6157577_small.jpg","image":"http://image9.photobiz.com/5643/22_20170724132212_6157577_xlarge.jpg","description":"","large":"http://image9.photobiz.com/5643/22_20170724132212_6157577_large.jpg","imageId":6157577,"title":"","index":31.0,"xlarge":"http://image9.photobiz.com/5643/22_20170724132212_6157577_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image10.photobiz.com/4905/22_20170724132213_6157578_medium.jpg","isLink":true,"medium":"http://image10.photobiz.com/4905/22_20170724132213_6157578_medium.jpg","baseUrl":"http://image10.photobiz.com/4905/22_20170724132213_6157578_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17847,"isCaptionLink":false,"width":735,"linkUrl":"","height":490,"small":"http://image10.photobiz.com/4905/22_20170724132213_6157578_small.jpg","image":"http://image10.photobiz.com/4905/22_20170724132213_6157578_xlarge.jpg","description":"","large":"http://image10.photobiz.com/4905/22_20170724132213_6157578_large.jpg","imageId":6157578,"title":"","index":32.0,"xlarge":"http://image10.photobiz.com/4905/22_20170724132213_6157578_xlarge.jpg","caption":""}],"instanceId":2}], 2614, {
					urlParams: 'blogId=798'
				});

			}

		});
	</script>








	<div id="tag_section" style="float:right" class="title_text_13">Tags:
	
		<a href="/blog/blog/tag/destination-wedding-photography">destination wedding photography</a>, 
		<a href="/blog/blog/tag/artistic-wedding-photographers">artistic wedding photographers,</a>, 
		<a href="/blog/blog/tag/best-wedding-photographers">best wedding photographers,</a>, 
		<a href="/blog/blog/tag/celebrity-wedding-photographers">celebrity wedding photographers,</a>, 
		<a href="/blog/blog/tag/the-best-wedding-photographers-la">the best wedding photographers LA</a>, 
		<a href="/blog/blog/tag/destination-weddings">destination weddings</a>, 
		<a href="/blog/blog/tag/weddings-beverly-hills">weddings beverly hills</a>, 
		<a href="/blog/blog/tag/beverly-hills-hotel">beverly hills hotel</a>, 
		<a href="/blog/blog/tag/wedding-ideas">wedding ideas</a> 
	</div>


			<div style="float:left" class="label_value bold">

			<a href="/blog/blog/once-upon-a-time-in-thailand-wedding-shoot?load/blog_detail#comments">
			
			Leave a comment 
			</a>
			</div>
		

	</div>

	</div>

	<div style="margin: 35px 0px 20px 0px;">&nbsp;</div>


	

	<div style="margin-top:10px"></div>

	<div class="full-post-wrapper">

	
			<div class="page_title bar_type_1 highlight_text title_text">
				<a href="/blog/blog/our-boudoir-realizations" class="highlight_text">OUR BOUDOIR REALIZATIONS....</a> 
			</div>
		

	<div class="post-wrapper">

		<div class="title_text post-title">
			Sunday, July 02, 2017
			
		</div>

		
	<div style="display:inline;" class="bold">
		By Cherie Foto
	</div>



<div id="shareWrapper">
	<table border="0" cellpadding="0" cellspacing="0" style="margin-top:10px;margin-bottom:15px">
	<tr>

		
		

		
		
		<td width="78"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.cheriefoto.com/blog/blog/our-boudoir-realizations" data-text="Check out this blog post!" data-count="none">Tweet</a></td>
		
		<style type="text/css">.fb_iframe_widget_lift { z-index: 99; } .fb_iframe_widget {padding-bottom: 5px;}</style>
		<td width="97"><fb:like href="http://www.cheriefoto.com/blog/blog/our-boudoir-realizations" layout="button_count" send="false" width="50" show_faces="false"></fb:like></td>
		
		


		<style>
			.pluginButton { background: red !important; }
		</style>

		
		
		<td width="97"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww%2Echeriefoto%2Ecom%2Fblog%2Fblog%2Four%2Dboudoir%2Drealizations&media=http%3A%2F%2Fimage4%2Ephotobiz%2Ecom%2F745%2F22%5F20171122120609%5F6313573%5Flarge%2Ejpg&description=Cherie%20Foto" class="pin-it-button" count-layout="horizontal">Pin It</a></td>
		
		<td width="95"><g:plusone href="http://www.cheriefoto.com/blog/blog/our-boudoir-realizations" size="medium"></g:plusone></td>
		

	</tr>
	</table>
</div>





<div id="blogDetailContent" style="overflow:hidden"> 

	<div id="pageBuilderWidget2571" class="page-builder-widget">

		

<div
	id="fullscreenSlideshow2571"
	class="fullscreen-slideshow"
	data-fullscreen-slideshow-options='{
		"hasMusic": false,
		"isAutoPlay": false,
		"showControls": true
	}'>
	<div class="fullscreen-slideshow__target"></div>
</div>



			<div class="page-builder-widget__row page-builder-widget__row--1-col" data-row="0">

				

					<div class="page-builder-widget__col" data-col="0" data-field-type="editor">

						

<div class="page-builder-widget__editor page-builder-widget__editor--col1">
	<p>After doing a lot of boudoir shoots we have come to many realizations and it has been a journey for us as well as our fabulous clients....We seem to attract the coolest women to do these transformative shoots with and they all say the same thing....They convey to us that they were very nervous to come in feeling that maybe they had a few pounds that might make the shoot difficult or that their confidence was not what they would have liked it to be...BUT after the shoot each and every woman feels extremely fabulous...Feeling most of beautiful and secondly very very sexy....</p>
<p>This shoot actually is way more than a photo shoot...It is therapy!!...</p>
<p>So if you can check any or some or all of the list below then not only is a boudoir shoot something that would be fun it is really a necessity to come back to a very positive place in your life and feel amazing again....In this world of craziness and intense things going on all around us we will be your oasis in the city to come and get pampered and feel the love once again for your partner and for yourself most importantly!!</p>
<p>&nbsp;</p>
<p class="p1"><span class="s1"><strong>IDENTIFY THE PROBLEM&hellip;.</strong></span></p>
<p class="p1">NOT FEELING SEXY</p>
<p class="p1">OVERWHELMED</p>
<p class="p1">FEELING OVERWEIGHT</p>
<p class="p1">MOM DOING TO MUCH</p>
<p class="p1">FEELING NOT APPRECIATED</p>
<p class="p1">AFTER HAVING BABIES NOT FEELING SEXY</p>
<p class="p1">MOM STRESSED OUT&hellip;.</p>
<p class="p1">CHAOS IN FAMILY</p>
<p class="p1">WORKING MOM</p>
<p class="p1">MUST DO SOMETHING FOR YOURSELF&hellip;.</p>
<p class="p1">&nbsp;</p>
<p class="p1">Come see us so we can do this therapy together!! &nbsp;We know what to do and promise that your will feel like a million bucks after out shoot!!!</p>
<p class="p1">&nbsp;</p>
</div>



					</div>

				

			</div>

		

			<div class="page-builder-widget__row page-builder-widget__row--1-col" data-row="1">

				

					<div class="page-builder-widget__col" data-col="0" data-field-type="images">

						

<div class="page-builder-widget__images" data-show-image-detail-on-click="1">

	

	<div id="imageGrid2571-2" class="grid grid--gutters image-grid image-grid--stack grid--full image-grid--native-scroller" data-image-grid-id="2571-2" data-image-grid-options='{"layout":"stack","customScroller":"","isTextHidden":false,"isMasonry":false,"customScrollerEvent":""}'></div>



</div>



					</div>

				

			</div>

		

	</div>

	</div>



	<script>
		jQuery(function() {

			if (window.pbizStore) {

				// This file is being loaded on the desktop site
				window.pbizStore.pageBuilderWidgetFactory.create(2571, [{"data":[{"ext":".jpg","path":"http://image5.photobiz.com/7124/22_20170702140647_6129074_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/7124/22_20170702140647_6129074_medium.jpg","baseUrl":"http://image5.photobiz.com/7124/22_20170702140647_6129074_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17043,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/7124/22_20170702140647_6129074_small.jpg","image":"http://image5.photobiz.com/7124/22_20170702140647_6129074_xlarge.jpg","description":"","large":"http://image5.photobiz.com/7124/22_20170702140647_6129074_large.jpg","imageId":6129074,"title":"","index":0.0,"xlarge":"http://image5.photobiz.com/7124/22_20170702140647_6129074_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image11.photobiz.com/5802/22_20170702140648_6129075_medium.jpg","isLink":true,"medium":"http://image11.photobiz.com/5802/22_20170702140648_6129075_medium.jpg","baseUrl":"http://image11.photobiz.com/5802/22_20170702140648_6129075_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17044,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image11.photobiz.com/5802/22_20170702140648_6129075_small.jpg","image":"http://image11.photobiz.com/5802/22_20170702140648_6129075_xlarge.jpg","description":"","large":"http://image11.photobiz.com/5802/22_20170702140648_6129075_large.jpg","imageId":6129075,"title":"","index":1.0,"xlarge":"http://image11.photobiz.com/5802/22_20170702140648_6129075_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/8729/22_20170702140649_6129076_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/8729/22_20170702140649_6129076_medium.jpg","baseUrl":"http://image6.photobiz.com/8729/22_20170702140649_6129076_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17045,"isCaptionLink":false,"width":734,"linkUrl":"","height":489,"small":"http://image6.photobiz.com/8729/22_20170702140649_6129076_small.jpg","image":"http://image6.photobiz.com/8729/22_20170702140649_6129076_xlarge.jpg","description":"","large":"http://image6.photobiz.com/8729/22_20170702140649_6129076_large.jpg","imageId":6129076,"title":"","index":2.0,"xlarge":"http://image6.photobiz.com/8729/22_20170702140649_6129076_xlarge.jpg","caption":""}],"instanceId":2}]);

			} else {

				// This file is being loaded on the mobile site
				window.pbizMobile.pageBuilderWidgetFactory.create([{"data":[{"ext":".jpg","path":"http://image5.photobiz.com/7124/22_20170702140647_6129074_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/7124/22_20170702140647_6129074_medium.jpg","baseUrl":"http://image5.photobiz.com/7124/22_20170702140647_6129074_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17043,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/7124/22_20170702140647_6129074_small.jpg","image":"http://image5.photobiz.com/7124/22_20170702140647_6129074_xlarge.jpg","description":"","large":"http://image5.photobiz.com/7124/22_20170702140647_6129074_large.jpg","imageId":6129074,"title":"","index":0.0,"xlarge":"http://image5.photobiz.com/7124/22_20170702140647_6129074_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image11.photobiz.com/5802/22_20170702140648_6129075_medium.jpg","isLink":true,"medium":"http://image11.photobiz.com/5802/22_20170702140648_6129075_medium.jpg","baseUrl":"http://image11.photobiz.com/5802/22_20170702140648_6129075_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17044,"isCaptionLink":false,"width":736,"linkUrl":"","height":489,"small":"http://image11.photobiz.com/5802/22_20170702140648_6129075_small.jpg","image":"http://image11.photobiz.com/5802/22_20170702140648_6129075_xlarge.jpg","description":"","large":"http://image11.photobiz.com/5802/22_20170702140648_6129075_large.jpg","imageId":6129075,"title":"","index":1.0,"xlarge":"http://image11.photobiz.com/5802/22_20170702140648_6129075_xlarge.jpg","caption":""},{"ext":".jpg","path":"http://image6.photobiz.com/8729/22_20170702140649_6129076_medium.jpg","isLink":true,"medium":"http://image6.photobiz.com/8729/22_20170702140649_6129076_medium.jpg","baseUrl":"http://image6.photobiz.com/8729/22_20170702140649_6129076_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":17045,"isCaptionLink":false,"width":734,"linkUrl":"","height":489,"small":"http://image6.photobiz.com/8729/22_20170702140649_6129076_small.jpg","image":"http://image6.photobiz.com/8729/22_20170702140649_6129076_xlarge.jpg","description":"","large":"http://image6.photobiz.com/8729/22_20170702140649_6129076_large.jpg","imageId":6129076,"title":"","index":2.0,"xlarge":"http://image6.photobiz.com/8729/22_20170702140649_6129076_xlarge.jpg","caption":""}],"instanceId":2}], 2571, {
					urlParams: 'blogId=798'
				});

			}

		});
	</script>


			<div style="float:left" class="label_value bold">

			<a href="/blog/blog/our-boudoir-realizations?load/blog_detail#comments">
			
			Leave a comment 
			</a>
			</div>
		

	</div>

	</div>

	<div style="margin: 35px 0px 20px 0px;">&nbsp;</div>


	

	<div style="margin-top:10px"></div>

	<div class="full-post-wrapper">

	
			<div class="page_title bar_type_1 highlight_text title_text">
				<a href="/blog/blog/girlfriend-photo-shoots" class="highlight_text">GIRLFRIEND PHOTO SHOOTS</a> 
			</div>
		

	<div class="post-wrapper">

		<div class="title_text post-title">
			Monday, April 24, 2017
			
		</div>

		
	<div style="display:inline;" class="bold">
		By Cherie Foto
	</div>



<div id="shareWrapper">
	<table border="0" cellpadding="0" cellspacing="0" style="margin-top:10px;margin-bottom:15px">
	<tr>

		
		

		
		
		<td width="78"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.cheriefoto.com/blog/blog/girlfriend-photo-shoots" data-text="Check out this blog post!" data-count="none">Tweet</a></td>
		
		<style type="text/css">.fb_iframe_widget_lift { z-index: 99; } .fb_iframe_widget {padding-bottom: 5px;}</style>
		<td width="97"><fb:like href="http://www.cheriefoto.com/blog/blog/girlfriend-photo-shoots" layout="button_count" send="false" width="50" show_faces="false"></fb:like></td>
		
		


		<style>
			.pluginButton { background: red !important; }
		</style>

		
		
		<td width="97"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww%2Echeriefoto%2Ecom%2Fblog%2Fblog%2Fgirlfriend%2Dphoto%2Dshoots&media=http%3A%2F%2Fimage4%2Ephotobiz%2Ecom%2F745%2F22%5F20171122120609%5F6313573%5Flarge%2Ejpg&description=Cherie%20Foto" class="pin-it-button" count-layout="horizontal">Pin It</a></td>
		
		<td width="95"><g:plusone href="http://www.cheriefoto.com/blog/blog/girlfriend-photo-shoots" size="medium"></g:plusone></td>
		

	</tr>
	</table>
</div>





<div id="blogDetailContent" style="overflow:hidden"> 

	<div id="pageBuilderWidget2282" class="page-builder-widget">

		

<div
	id="fullscreenSlideshow2282"
	class="fullscreen-slideshow"
	data-fullscreen-slideshow-options='{
		"hasMusic": false,
		"isAutoPlay": false,
		"showControls": true
	}'>
	<div class="fullscreen-slideshow__target"></div>
</div>



			<div class="page-builder-widget__row page-builder-widget__row--1-col" data-row="0">

				

					<div class="page-builder-widget__col" data-col="0" data-field-type="editor">

						

<div class="page-builder-widget__editor page-builder-widget__editor--col1">
	<p>We have been getting a lot of men calling us and asking for us to shoot their wives and girlfriends...And it has been really a great feature for us....We love connecting with the recipients of these shoots and hearing from them...We like them being involved if it is not a surprise and hello boys you all know that you want these pics for yourself.....I have many male clients that have totally gotten their girls into it!!!And then they want to shoot their girls over and over and start shopping for them :) We have amazing Gift Certificates and every girl melts at getting it.....I must say it is amazing.....So get on board give us a call and find out about it all....Happy to talk....Cherie</p>
<p>&nbsp;</p>
</div>



					</div>

				

			</div>

		

			<div class="page-builder-widget__row page-builder-widget__row--1-col" data-row="1">

				

					<div class="page-builder-widget__col" data-col="0" data-field-type="images">

						

<div class="page-builder-widget__images" data-show-image-detail-on-click="1">

	

	<div id="imageGrid2282-2" class="grid grid--gutters image-grid image-grid--stack grid--full image-grid--native-scroller" data-image-grid-id="2282-2" data-image-grid-options='{"layout":"stack","customScroller":"","isTextHidden":false,"isMasonry":false,"customScrollerEvent":""}'></div>



</div>



					</div>

				

			</div>

		

	</div>

	</div>



	<script>
		jQuery(function() {

			if (window.pbizStore) {

				// This file is being loaded on the desktop site
				window.pbizStore.pageBuilderWidgetFactory.create(2282, [{"data":[{"ext":".jpg","path":"http://image5.photobiz.com/1586/22_20170424132146_6052513_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1586/22_20170424132146_6052513_medium.jpg","baseUrl":"http://image5.photobiz.com/1586/22_20170424132146_6052513_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":14903,"isCaptionLink":false,"width":734,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/1586/22_20170424132146_6052513_small.jpg","image":"http://image5.photobiz.com/1586/22_20170424132146_6052513_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1586/22_20170424132146_6052513_large.jpg","imageId":6052513,"title":"","index":0.0,"xlarge":"http://image5.photobiz.com/1586/22_20170424132146_6052513_xlarge.jpg","caption":""}],"instanceId":2}]);

			} else {

				// This file is being loaded on the mobile site
				window.pbizMobile.pageBuilderWidgetFactory.create([{"data":[{"ext":".jpg","path":"http://image5.photobiz.com/1586/22_20170424132146_6052513_medium.jpg","isLink":true,"medium":"http://image5.photobiz.com/1586/22_20170424132146_6052513_medium.jpg","baseUrl":"http://image5.photobiz.com/1586/22_20170424132146_6052513_","sizes":{"small":"small","medium":"medium","large":"large","xlarge":"xlarge"},"imageRecordId":14903,"isCaptionLink":false,"width":734,"linkUrl":"","height":489,"small":"http://image5.photobiz.com/1586/22_20170424132146_6052513_small.jpg","image":"http://image5.photobiz.com/1586/22_20170424132146_6052513_xlarge.jpg","description":"","large":"http://image5.photobiz.com/1586/22_20170424132146_6052513_large.jpg","imageId":6052513,"title":"","index":0.0,"xlarge":"http://image5.photobiz.com/1586/22_20170424132146_6052513_xlarge.jpg","caption":""}],"instanceId":2}], 2282, {
					urlParams: 'blogId=798'
				});

			}

		});
	</script>


			<div style="float:left" class="label_value bold">

			<a href="/blog/blog/girlfriend-photo-shoots?load/blog_detail#comments">
			
			Leave a comment 
			</a>
			</div>
		

	</div>

	</div>

	<div style="margin: 35px 0px 20px 0px;">&nbsp;</div>


	

	<div style="margin-top:10px"></div>

	<div class="full-post-wrapper">

	
			<div class="page_title bar_type_1 highlight_text title_text">
				<a href="/blog/blog/private-clientsboudoir-sexy-photos-and-film-noir" class="highlight_text">PRIVATE CLIENTS....BOUDOIR, SEXY PHOTOS AND FILM NOIR</a> 
			</div>
		

	<div class="post-wrapper">

		<div class="title_text post-title">
			Thursday, April 20, 2017
			
		</div>

		


<div id="shareWrapper">
	<table border="0" cellpadding="0" cellspacing="0" style="margin-top:10px;margin-bottom:15px">
	<tr>

		
		

		
		
		<td width="78"><a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.cheriefoto.com/blog/blog/private-clientsboudoir-sexy-photos-and-film-noir" data-text="Check out this blog post!" data-count="none">Tweet</a></td>
		
		<style type="text/css">.fb_iframe_widget_lift { z-index: 99; } .fb_iframe_widget {padding-bottom: 5px;}</style>
		<td width="97"><fb:like href="http://www.cheriefoto.com/blog/blog/private-clientsboudoir-sexy-photos-and-film-noir" layout="button_count" send="false" width="50" show_faces="false"></fb:like></td>
		
		


		<style>
			.pluginButton { background: red !important; }
		</style>

		
		
		<td width="97"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww%2Echeriefoto%2Ecom%2Fblog%2Fblog%2Fprivate%2Dclientsboudoir%2Dsexy%2Dphotos%2Dand%2Dfilm%2Dnoir&media=http%3A%2F%2Fimage4%2Ephotobiz%2Ecom%2F745%2F22%5F20171122120609%5F6313573%5Flarge%2Ejpg&description=Cherie%20Foto" class="pin-it-button" count-layout="horizontal">Pin It</a></td>
		
		<td width="95"><g:plusone href="http://www.cheriefoto.com/blog/blog/private-clientsboudoir-sexy-photos-and-film-noir" size="medium"></g:plusone></td>
		

	</tr>
	</table>
</div>





<div id="blogDetailContent" style="overflow:hidden"><p style="margin-top: 0;">We gt a lot of clients that we cannot post anything. It is understandable when we are doing people that other people know and they are not into showing them selves in lingerie or in a 50 shades of grey type shoot!! BUT every once in awhile we get a cool client that will let us show all the images that she is totally unrecognizable in.....So that is what we are doing today....We did a little bit of Wedding Boudoir and then some edgy Boudoir shots....</p>
<p>Hope you enjoy these images we loved them and shooting these clients. She was one of those dream girls that said yes to everything!!! &nbsp;See if you can guess who anyone is!! &nbsp;We often get the boys looking for boudoir photographers for their girls....The are looking for sexy photography or sexy photo shoots for their girls....Girlfriend sexy shoots are really in...So come on boys get with the program these shoots are the best gift ever!!!</p>
<p><img src="http://image12.photobiz.com/6351/22_20170420160659_6049665_xlarge.jpg" alt="" width="100%" /></p>
<p><img src="http://image3.photobiz.com/505/22_20170420160714_6049677_xlarge.jpg" alt="" width="100%" /></p>
<p><img src="http://image7.photobiz.com/6665/22_20170420160713_6049676_xlarge.jpg" alt="" width="100%" /></p>
<p><img src="http://image6.photobiz.com/1976/22_20170420160708_6049672_xlarge.jpg" alt="" width="100%" /></p></div>








	<div id="tag_section" style="float:right" class="title_text_13">Tags:
	
		<a href="/blog/blog/tag/boudoir-photography">Boudoir Photography</a>, 
		<a href="/blog/blog/tag/love">love</a>, 
		<a href="/blog/blog/tag/best-boudoir-photographers-los-angeles">best boudoir photographers los angeles</a>, 
		<a href="/blog/blog/tag/art-woman-portraits">art woman portraits</a>, 
		<a href="/blog/blog/tag/boudoir-best-gift">boudoir best gift</a>, 
		<a href="/blog/blog/tag/1-boudoir-photographers-las-vegas">#1 boudoir photographers las vegas</a>, 
		<a href="/blog/blog/tag/best-boudoir-photography">best boudoir photography</a>, 
		<a href="/blog/blog/tag/1-boudoir-photographers">#1 boudoir photographers</a>, 
		<a href="/blog/blog/tag/best-gift-for-your-boyfriend">best gift for your boyfriend</a>, 
		<a href="/blog/blog/tag/escort-photography">escort photography</a>, 
		<a href="/blog/blog/tag/hot-moms-club">hot moms club</a>, 
		<a href="/blog/blog/tag/mens-best-gift-ever-for-wife">mens best gift ever for wife</a>, 
		<a href="/blog/blog/tag/best-boudoir-photographers-huffington-post">best boudoir photographers huffington post</a>, 
		<a href="/blog/blog/tag/best-boudoir-moms-photographers">best boudoir moms photographers</a>, 
		<a href="/blog/blog/tag/the-best-boudoir-photographers">the best boudoir photographers</a>, 
		<a href="/blog/blog/tag/glamour-photography">glamour photography</a>, 
		<a href="/blog/blog/tag/sexy-photo-shoots">sexy photo shoots</a>, 
		<a href="/blog/blog/tag/shoots-for-girlfriends">shoots for girlfriends</a>, 
		<a href="/blog/blog/tag/sexy-moms-photography">sexy moms photography</a>, 
		<a href="/blog/blog/tag/boudoirla">boudoirla</a>, 
		<a href="/blog/blog/tag/film-noir">film noir</a>, 
		<a href="/blog/blog/tag/black-and-white-photography">black and white photography</a>, 
		<a href="/blog/blog/tag/nude-art">nude art</a>, 
		<a href="/blog/blog/tag/glamour-photo-shoots">glamour photo shoots</a>, 
		<a href="/blog/blog/tag/glamour-shots">glamour shots</a>, 
		<a href="/blog/blog/tag/boudoir-photography-los-angegeles">boudoir photography los angegeles</a>, 
		<a href="/blog/blog/tag/boudoir-photography-santa-monica">boudoir photography santa monica</a>, 
		<a href="/blog/blog/tag/boudoir-photography-orange-county">boudoir photography orange county</a>, 
		<a href="/blog/blog/tag/artistic-imagery">artistic imagery</a>, 
		<a href="/blog/blog/tag/boudoir-rouge">boudoir rouge</a>, 
		<a href="/blog/blog/tag/la-boudoir-photographer">LA boudoir photographer</a>, 
		<a href="/blog/blog/tag/glamour-shots-boudoir-photos">glamour shots boudoir photos</a>, 
		<a href="/blog/blog/tag/boudoir-photography-blogger">boudoir photography blogger</a>, 
		<a href="/blog/blog/tag/glamour-photo-shoot-ideas">glamour photo shoot ideas</a>, 
		<a href="/blog/blog/tag/selfie-and-glamour-shots">selfie and glamour shots</a>, 
		<a href="/blog/blog/tag/suicide-girl">suicide girl</a>, 
		<a href="/blog/blog/tag/pin-up-photography">pin up photography</a>, 
		<a href="/blog/blog/tag/coplay">coplay</a>, 
		<a href="/blog/blog/tag/modern-woman">modern woman</a>, 
		<a href="/blog/blog/tag/pin-up-photoshoot">pin up photoshoot</a>, 
		<a href="/blog/blog/tag/bridal-boudoir-photography">bridal boudoir photography</a>, 
		<a href="/blog/blog/tag/nude-boudoir-photo-shoot">nude boudoir photo shoot</a>, 
		<a href="/blog/blog/tag/vintage-boudoir-photoshoot">vintage boudoir photoshoot</a>, 
		<a href="/blog/blog/tag/burlesque-photoshoot">burlesque photoshoot</a>, 
		<a href="/blog/blog/tag/bad-girl-photoshoot">bad girl photoshoot</a>, 
		<a href="/blog/blog/tag/elegant-boudoir-photoshoot">elegant boudoir photoshoot</a>, 
		<a href="/blog/blog/tag/luxury-boudoir-photoshoot">luxury boudoir photoshoot</a>, 
		<a href="/blog/blog/tag/dominatrix-photoshoot">dominatrix photoshoot</a>, 
		<a href="/blog/blog/tag/usa-1-boudoir-photographer">usa #1 boudoir photographer</a>, 
		<a href="/blog/blog/tag/los-angeles-1-boudoir-photographer">los angeles #1 boudoir photographer</a> 
	</div>


			<div style="float:left" class="label_value bold">

			<a href="/blog/blog/private-clientsboudoir-sexy-photos-and-film-noir?load/blog_detail#comments">
			
			Leave a comment 
			</a>
			</div>
		

	</div>

	</div>

	<div style="margin: 35px 0px 20px 0px;">&nbsp;</div>


<script type="text/javascript">

	window.addEvent('domready', function() {

		var images = $ES('img', 'post-container');
		var overlays = [];
		var hrefs = [];

		images.each(function(el) {

			var size = el.getCoordinates();
			$(el).setStyle('max-width', '100%');

			if (el.getParent().getTag() === 'a') {

				var p = new Element('img', {
					src: '/images/blank.gif',
					width: el.clientWidth,
					height: el.clientHeight + 15,
					styles: {
						'z-index': 10
					}
				});

				var x = new Element('a', {
					href: el.getParent().getProperty('href'),
					target: el.getParent().getProperty('target'),
					styles: {
						'display': 'block',
						'z-index': 20,
						'left': size.left + 'px',
						'top': size.top + 'px',
						'position': 'absolute'
					}
				}).inject($(document.body), 'top').adopt(p);

				hrefs.push(x);

			} else {

				hrefs.push(null);

				var p = new Element('img', {
					src: '/images/blank.gif',
					width: el.clientWidth,
					height: el.clientHeight + 15,
					styles: {
						'z-index': 10,
						'left': size.left + 'px',
						'top': size.top + 'px',
						'position': 'absolute'
					}
				}).inject($(document.body), 'top');

			}

			overlays.push(p);

		});

		window.addEvent('resize', function() {

			for (var i = 0; i < images.length; i++) {

				size = images[i].getCoordinates();

				overlays[i]
				.setStyles({'left': size.left + 'px', 'top': size.top + 'px'})
				.setProperties({'width': size.width, 'height': size.height});

				if (hrefs[i] !== null) {

					hrefs[i]
					.setStyles({
						'left': size.left + 'px',
						'top': size.top + 'px',
						'width': size.width + 'px',
						'height': size.height + 'px'
					});

				}

			}

		});

	});

</script> 

			<div id="paging_section" style="overflow:hidden;">

				
				
					<div id="next_post" class="title_text_15" style="display:inline">
						<a id="nextLink" class="full_post_layout" href="?pageNo/2/" target="_top">
							<span style="font-family: arial, helvetica, sans-serif;">&lt;&lt;</span> Previous Posts
						</a>
					</div>
					

			</div>	

		

	</div> 

</div> 



	
	<div id="widget-container" class="right_widgets">
		

		<div class="right_widgets_single" style="">

			
			<div class="page_title bar_type_1 highlight_text title_text">
				Archive 
			</div>
		
			<div style="margin-bottom: 20px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2017</div>
		
		<div class="archive-widget">
			
			
					
					<a title="1 post"  href="#" onclick="$('month').value=11; $('year').value=2017; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">November</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=7; $('year').value=2017; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">July</a>
					
					|
					
					<a title="3 posts"  href="#" onclick="$('month').value=4; $('year').value=2017; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">April</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=3; $('year').value=2017; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">March</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=2; $('year').value=2017; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">February</a>
					
					|
					
					<a title="3 posts"  href="#" onclick="$('month').value=1; $('year').value=2017; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">January</a>
					
					
			</div>
		</div>

	
			<div style="margin-bottom: 20px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2016</div>
		
		<div class="archive-widget">
			
			
					
					<a title="1 post"  href="#" onclick="$('month').value=10; $('year').value=2016; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">October</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=7; $('year').value=2016; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">July</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=1; $('year').value=2016; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">January</a>
					
					
			</div>
		</div>

	
			<div style="margin-bottom: 20px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2015</div>
		
		<div class="archive-widget">
			
			
					
					<a title="1 post"  href="#" onclick="$('month').value=12; $('year').value=2015; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">December</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=11; $('year').value=2015; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">November</a>
					
					|
					
					<a title="4 posts"  href="#" onclick="$('month').value=10; $('year').value=2015; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">October</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=9; $('year').value=2015; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">September</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=1; $('year').value=2015; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">January</a>
					
					
			</div>
		</div>

	
			<div style="margin-bottom: 20px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2014</div>
		
		<div class="archive-widget">
			
			
					
					<a title="2 posts"  href="#" onclick="$('month').value=10; $('year').value=2014; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">October</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=9; $('year').value=2014; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">September</a>
					
					|
					
					<a title="4 posts"  href="#" onclick="$('month').value=7; $('year').value=2014; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">July</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=6; $('year').value=2014; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">June</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=4; $('year').value=2014; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">April</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=3; $('year').value=2014; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">March</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=2; $('year').value=2014; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">February</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=1; $('year').value=2014; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">January</a>
					
					
			</div>
		</div>

	
			<div style="margin-bottom: 20px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2013</div>
		
		<div class="archive-widget">
			
			
					
					<a title="1 post"  href="#" onclick="$('month').value=12; $('year').value=2013; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">December</a>
					
					|
					
					<a title="3 posts"  href="#" onclick="$('month').value=11; $('year').value=2013; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">November</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=4; $('year').value=2013; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">April</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=1; $('year').value=2013; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">January</a>
					
					
			</div>
		</div>

	
			<div style="margin-bottom: 20px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2012</div>
		
		<div class="archive-widget">
			
			
					
					<a title="2 posts"  href="#" onclick="$('month').value=12; $('year').value=2012; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">December</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=8; $('year').value=2012; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">August</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=6; $('year').value=2012; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">June</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=4; $('year').value=2012; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">April</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=1; $('year').value=2012; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">January</a>
					
					
			</div>
		</div>

	
			<div style="margin-bottom: 20px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2011</div>
		
		<div class="archive-widget">
			
			
					
					<a title="1 post"  href="#" onclick="$('month').value=12; $('year').value=2011; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">December</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=10; $('year').value=2011; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">October</a>
					
					|
					
					<a title="3 posts"  href="#" onclick="$('month').value=8; $('year').value=2011; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">August</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=7; $('year').value=2011; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">July</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=4; $('year').value=2011; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">April</a>
					
					|
					
					<a title="1 post"  href="#" onclick="$('month').value=3; $('year').value=2011; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">March</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=1; $('year').value=2011; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">January</a>
					
					
			</div>
		</div>

	
			<div style="margin-bottom: 20px">
		
			
		<div class="blog_year_title_text archive-widget" style="margin-top:10px;margin-bottom:2px">2010</div>
		
		<div class="archive-widget">
			
			
					
					<a title="1 post"  href="#" onclick="$('month').value=12; $('year').value=2010; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">December</a>
					
					|
					
					<a title="2 posts"  href="#" onclick="$('month').value=11; $('year').value=2010; $('dateFilter').value=1; changeform('','/blog/blog'); return false;">November</a>
					
					
			</div>
		</div>

	
	
	<input type="hidden" id="month" name="month" value="">
	<input type="hidden" id="year" name="year" value="">



<input type="hidden" id="dateFilter" name="dateFilter" value="0">


		</div>

	

		<div class="right_widgets_single" style="">

			
			<div class="page_title bar_type_1 highlight_text title_text">
				Tags 
			</div>
		
		
		<div class="tag-cloud-widget">
		
		
			
			<a title="10 posts" style="font-size:22px" class="" href="/blog/blog/tag/1-boudoir-photographers">#1 boudoir photographers</a>, 
			
			<a title="9 posts" style="font-size:20px" class="" href="/blog/blog/tag/1-boudoir-photographers-las-vegas">#1 boudoir photographers las vegas</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/bae">#bae</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/chrismasgift">#chrismasgift</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/christmas1">#christmas</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/christmassurprise">#christmassurprise</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/cold">#cold</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/gift">#gift</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/happyholidays">#happyholidays</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/holidaygifts">#holidaygifts</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/holidaypresents">#holidaypresents</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/holidays2015">#holidays2015</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/merrychristmas">#merrychristmas</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/newyears">#newyears</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/newyearseve">#newyearseve</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/snowing">#snowing</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/valentinesday1">#ValentinesDay</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/valentinesday2016">#ValentinesDay2016</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/vday">#VDay</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/vday2016">#VDay2016</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/winter2015">#winter2015</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/wintertime">#wintertime</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/wppi1">#WPPI</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/wppi2016">#WPPI2016</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/xmas">#xmas</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/xmasgift">#xmasgift</a>, 
			
			<a title="1 post" style="font-size:14px" class="" href="/blog/blog/tag/xmassurprise">#xmassurprise</a>, 
			
			<a title="4 posts" style="font-size:16px" class="" href="/blog/blog/tag/10-best-tips-for-brides">10 best tips for brides</a>, 
			
			<a title="3 posts" style="font-size:16px" class="" href="/blog/blog/tag/10-best-tips-for-wedding-photography">10 best tips for wedding photography</a>, 
			
			<a title="2 posts" style="font-size:16px" class="" href="/blog/blog/tag/10-tips-for-brides-from-photographers">10 tips for brides from photographers</a> 
		
		</div>
		
	

		</div>

	

		<div class="right_widgets_single" style="height:450px; overflow:hidden; ">

			
	<iframe height="450" width="100%" scrolling="no" frameborder="0" src="/store/blog_widget_html.cfm?widget=2408"></iframe>
	

		</div>

		
	</div>

	</div>

</div>	


								
								<div id="eventContainer"></div>
								
							</div>
							
						</div>
						
					</div>					
			
				</div>
				
			</div>
            
        </div>
        
        <div class="float_fixer"></div>
        
    </div>
    
    <div id="global_footer" class="layout_global_footer layout_page_boundary toggle_for_slideshow">	    	
			
		<div class="footer_social" style="width: 33%; margin: 0; text-align: left; float: left; overflow: hidden; ">
			
		<div class="photobiz_brand">
			
			<a href="?load=corporate" target="_blank">crafted by photobiz</a>
		</div>
		
		</div>
	
		<div class="footer_text" style="width: 28%; margin: 0 20px; text-align: center; float: left; overflow: hidden;">
			© 2018-2019 CherieFoto 
		</div>
	
		<div class="footer_links" style="width: 33%; margin: 0; text-align: right; float: right; overflow: hidden; border:">
			
		&nbsp;
	
		</div>
		
		

	<div class="float_fixer"></div>
	<div id="shareLink" style="display: none;">.</div>
	<div id="eventDetail" style="display: none;">.</div>


		
	</div>
	
	<div class="float_fixer"></div>
	
</div>



<script>
		
	(function($) {
	
		$('.blog-post a.view-more').each(function() {
		
			var $this = $(this);
		
			$this.text(
				$this.text().replace(/\.\.\./, '')
			);
		
		});
	
	})(jQuery);

</script> <!--  ========== BUY PRINTS DROP PANEL =========== -->
<div id="dropPanel_Container" class="dropPanel_Container default_border_color" style="display:none">
	<div id="scroll_container" class="misoScrollerContainer">
		<div class="misoScrollerContent" id="dropPanel_Content">
			Loading ...
		</div>
		<div class="misoScrollerTrackContainer">
			<div class="misoScrollerUpArrow"></div> <!-- optional -->
			<div class="misoScrollerTrack">
				<div class="misoScrollerBar"></div>
			</div>
			<div class="misoScrollerDownArrow"></div> <!-- optional -->
		</div>
	 </div>
	 <div id="dropPanel_SubContent" style="margin-top:3px;">
	 </div>	 
 </div> </form>

	<!-- ================================== RPC Interaction ================================= -->
	<iframe name="hidden" src="/global/blank.html" width="0" height="0" scrolling="yes" style="border:0px solid #000000;"  frameborder="0" id="ifr_hidden"></iframe> 
		<style type="text/css">
			.cart_header {
    display:none;
}
		</style>
	<script type="text/javascript">

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var rightClickDisabled = typeof window.rightClickDisabled !== 'undefined' ? window.rightClickDisabled : true;
if (rightClickDisabled) {

	document.oncopy=new Function("return false");

	function clickIE4() {

		if (event.button == 2) {
			return false;
		}

	}

	function clickNS4(e) {

		if (document.layers || document.getElementById &&! document.all) {
			if (e.which == 2 || e.which == 3) {
				return false;
			}
		}

	}

	if (document.layers) {
		document.captureEvents(Event.MOUSEDOWN);
		document.onmousedown=clickNS4;
	} else if (document.all &&! document.getElementById) {
		document.onmousedown = clickIE4;
	}

	document.oncontextmenu = new Function("return false");

}

</script> 
	</body>
	</html>

	<!-- Functional / Global JS Code Here -->
	

	<script type="text/javascript" src="/store/includes/class.drowMenu.js?v=1.3"></script>


	<script type="text/javascript" src="/store/includes/class.stretchLayout.js?v=1.3"></script>


	<script type="text/javascript" src="/store/includes/class.modalWindow.js?v=1.3"></script>


	<script type="text/javascript" src="/store/includes/functions.js?v=1.3"></script>


	
	<script type="text/javascript">
		
	</script>


