@charset "utf-8";
/* 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 {
	width: 100%;
	padding: 0px;
	border: none;
	position: relative;
}
/* 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;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
/* 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: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}
/* CSS Document */

.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 {
	color: #FFFFFF;
}
/* 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 {
}
#projectViewer {
	width: 546px;
	background-color: #FFD400;
	height: 154px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	overflow: hidden;
	display: inline;
	padding: 4px;
	float: left;
	background-image: url(/img/global/photoviewer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
}
#projectViewer .SlidingPanels {
	width: 548px;
	height: 154px;
	float: left;
	display: block;
	overflow: hidden;
}
#projectViewer .SlidingPanelsContentGroup {
	width: 8000em;
	float: left;
	display: inline;
}
#projectViewer .SlidingPanelsContent {
	width: 548px;
	height: 154px;
	display: inline;
	float: left;
}
#projectViewer .SlidingPanelsContent .content {
	float: left;
	width: 160px;
	display: block;
	height: 152px;
	text-align: center;
	background-color: #000000;
	display: inline;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #272727;
}
#projectViewer .SlidingPanelsContent .content .imageholder {
	clear: left;
	height: 119px;
	width: 160px;
	background-color: #000000;
	position: static;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#cms  #projectViewer img {
	display: block;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
}
#cms  #projectViewer .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	width: 160px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	float: left;
	overflow: hidden;
	height: 33px;
	font-weight: bold;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cms  #projectViewer  a.ptLink:link, #cms  #projectViewer  a.ptLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 29px;
	display: block;
	width: 156px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	padding: 2px;
}
#cms  #projectViewer  a.ptLink:hover, #cms  #projectViewer  a.ptLink:active {
	color: #FFFFFF;
	background-color: #DB2F36;
}
#AlbumnavLinks, #AlbumnavLinksHidden {
	text-align: center;
	width: 552px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	background-color: #DB2F36;
	display: inline;
	float: left;
	padding: 2px;
	height: 15px;
}
#previousSlide {
	width: 109px;
	text-align: left;
	float: left;
	display: inline;
	padding-left: 5px;
}
#AlbumnavLinks .numbers {
	width: 324px;
	float: left;
	height: auto;
}
#cms  #AlbumnavLinks  a:link, #cms  #AlbumnavLinks  a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#cms  #AlbumnavLinks  a:hover, #cms  #AlbumnavLinks  a:active, #cms  #AlbumnavLinks  a:focus {
	color: #FFD400;
}
#nextSlide {
	width: 109px;
	text-align: right;
	float: left;
	display: inline;
	padding-right: 5px;
}

