@charset "UTF-8";
/* ----------------- parent container formatting ------------------*/
#panelContainer1 {
	margin: 0;
	padding: 0;
}

#panelContainer2 {
	margin: 0;
	padding: 0;
}

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	padding: 0;
	border: none; /* to give horizontal animating */
	height: 555px;
	float: left;
	width: 740px;
	margin: 0 20px;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larget than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative; /* increased width allows content to fit in container element */
	margin: 0px;
	padding: 0px;
	border: none;
	width: 3000px;
	float: left;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 740px; /* fixed height based on content */
	overflow: hidden;
	margin: 0;
	padding: 0px;
	border: none; /* background color to match page layout */
	height: 555px;
	float: left;
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}

/* ------------------ background images for panels ---------------- */

/* ---------- Cristian & Nicole ---------- */
#panel0 {background: url(../images/Photos/photo_1.jpg) no-repeat;}
#panel1 {background: url(../images/Photos/photo_2.jpg) no-repeat;}
#panel2 {background: url(../images/Photos/photo_3.jpg) no-repeat;}
#panel3 {background: url(../images/Photos/photo_4.jpg) no-repeat;}
#panel4 {background: url(../images/Photos/photo_5.JPG) no-repeat;}
#panel5 {background: url(../images/Photos/photo_6.JPG) no-repeat;}
#panel6 {background: url(../images/Photos/photo_7.jpg) no-repeat;}
#panel7 {background: url(../images/Photos/photo_8.jpg) no-repeat;}
#panel8 {background: url(../images/Photos/photo_9.jpg) no-repeat;}
#panel9 {background: url(../images/Photos/photo_10.jpg) no-repeat;}
#panel10 {background: url(../images/Photos/photo_11.jpg) no-repeat;}
#panel11 {background: url(../images/Photos/photo_12.jpg) no-repeat;}
#panel12 {background: url(../images/Photos/photo_13.jpg) no-repeat;}
#panel13 {background: url(../images/Photos/photo_14.jpg) no-repeat;}
#panel14 {background: url(../images/Photos/photo_15.jpg) no-repeat;}
#panel15 {background: url(../images/Photos/photo_16.jpg) no-repeat;}
#panel16 {background: url(../images/Photos/photo_17.jpg) no-repeat;}
#panel17 {background: url(../images/Photos/photo_18.jpg) no-repeat;}
#panel18 {background: url(../images/Photos/photo_19.jpg) no-repeat;}
#panel19 {background: url(../images/Photos/photo_20.jpg) no-repeat;}
#panel20 {background: url(../images/Photos/photo_21.jpg) no-repeat;}

/* ---------- Our Family ---------- */
#panel21 {background: url(../images/Photos/photo_22.jpg) no-repeat;}
#panel22 {background: url(../images/Photos/photo_23.jpg) no-repeat;}
#panel23 {background: url(../images/Photos/photo_24.jpg) no-repeat;}
#panel24 {background: url(../images/Photos/photo_25.jpg) no-repeat;}
#panel25 {background: url(../images/Photos/photo_26.jpg) no-repeat;}
#panel26 {background: url(../images/Photos/photo_27.jpg) no-repeat;}
#panel27 {background: url(../images/Photos/photo_28.jpg) no-repeat;}
#panel28 {background: url(../images/Photos/photo_29.jpg) no-repeat;}
#panel29 {background: url(../images/Photos/photo_30.jpg) no-repeat;}
#panel30 {background: url(../images/Photos/photo_31.jpg) no-repeat;}
#panel31 {background: url(../images/Photos/photo_32.jpg) no-repeat;}
#panel32 {background: url(../images/Photos/photo_33.jpg) no-repeat;}
#panel33 {background: url(../images/Photos/photo_34.jpg) no-repeat;}
#panel34 {background: url(../images/Photos/photo_35.jpg) no-repeat;}
#panel35 {background: url(../images/Photos/photo_36.jpg) no-repeat;}
#panel36 {background: url(../images/Photos/photo_37.jpg) no-repeat;}
#panel37 {background: url(../images/Photos/photo_38.jpg) no-repeat;}
#panel38 {background: url(../images/Photos/photo_39.jpg) no-repeat;}
#panel39 {background: url(../images/Photos/photo_40.jpg) no-repeat;}

/* ---------------- styles for panels as they animate ------------- */

/* ---------- Cristian & Nicole ---------- */
.SlidingPanelsAnimating #panel0{}
.SlidingPanelsAnimating #panel1{}
.SlidingPanelsAnimating #panel2{}
.SlidingPanelsAnimating #panel3{}
.SlidingPanelsAnimating #panel4{}
.SlidingPanelsAnimating #panel5{}
.SlidingPanelsAnimating #panel6{}
.SlidingPanelsAnimating #panel7{}
.SlidingPanelsAnimating #panel8{}
.SlidingPanelsAnimating #panel9{}
.SlidingPanelsAnimating #panel10{}
.SlidingPanelsAnimating #panel11{}
.SlidingPanelsAnimating #panel12{}
.SlidingPanelsAnimating #panel13{}
.SlidingPanelsAnimating #panel14{}
.SlidingPanelsAnimating #panel15{}
.SlidingPanelsAnimating #panel16{}
.SlidingPanelsAnimating #panel17{}
.SlidingPanelsAnimating #panel19{}
.SlidingPanelsAnimating #panel20{}

/* ---------- Our Family ---------- */
.SlidingPanelsAnimating #panel21{}
.SlidingPanelsAnimating #panel22{}
.SlidingPanelsAnimating #panel23{}
.SlidingPanelsAnimating #panel24{}
.SlidingPanelsAnimating #panel25{}
.SlidingPanelsAnimating #panel26{}
.SlidingPanelsAnimating #panel27{}
.SlidingPanelsAnimating #panel28{}
.SlidingPanelsAnimating #panel29{}
.SlidingPanelsAnimating #panel30{}
.SlidingPanelsAnimating #panel31{}
.SlidingPanelsAnimating #panel32{}
.SlidingPanelsAnimating #panel33{}
.SlidingPanelsAnimating #panel34{}
.SlidingPanelsAnimating #panel35{}
.SlidingPanelsAnimating #panel36{}
.SlidingPanelsAnimating #panel37{}
.SlidingPanelsAnimating #panel39{}
