@charset "UTF-8";
body {
font-family:Arial, sans-serif;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slides.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

a {color:#000;}
a:hover {text-decoration:none;}
a:visited {color:#000;}

/* slides styling */

.photo {padding:20px 10px 10px 10px; width:720px; height:425px; text-align:left;}
.photo h1 {font-size:14px; font-weight:normal; color:#7f8aa2; margin:0 0 0 5px; padding:0; background-color:transparent;}
.photo ul {list-style:none; padding:0; margin:0; width:250px; position:relative; height:260px;}
.photo ul li {display:inline; width:50px; height:50px; float:left; margin:5px;}
.photo ul li a {display:block; width:50px; height:50px; cursor:default; text-decoration:none;}
.photo ul li a b {display:none;}
.photo ul li a img {display:block; width:50px; height:50px; border:1px solid #7f8aa2;}

.photo ul li a:hover {white-space:normal;position:relative; text-decoration:none;}

.photo ul li a.vert:hover img {position:absolute; left:-11px; top:-22px; width:72px; height:96px; border:1px solid #f8981D;}
.photo ul li a.hor:hover img {position:absolute; left:-22px; top:-11px; width:96px; height:72px; border:1px solid #f8981D;}

.photo ul li a:active, .photo ul li a:focus {position:static; border:1px solid transparent; background-color:#0C0F16;}

.photo ul li a:focus.vert img, .photo ul li a:active.vert img {background-color:#0C0F16; position:absolute; left:260px; top:6px; width:360px; height:440px; border:1px solid #7f8aa2; padding:5px 45px;}
.photo ul li a:focus.hor img, .photo ul li a:active.hor img {background-color:#0C0F16; position:absolute; left:260px; top:6px; width:440px; height:360px; border:1px solid #7f8aa2; padding:45px 5px;}
.photo ul li a:focus b, .photo ul li a:active b {display:block; position:absolute; width:226px; height:155px; top:291px; left:6px; background-color: #7f8aa2; color:#273248; font-weight:normal; padding:6px;}




/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

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

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px auto;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

#TabbedPanels1 {
margin: 0px auto;
width:740px;
float:none;
}
/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	float: left;
	padding: 6px 10px;
	margin: 0px auto;
	font-family:Arial, sans-serif;
	font-weight: bold;
	font-size:0.7em;
	background-color: #7f8aa2;
	color: #273248;
	list-style: none;
	/*-moz-user-select: none; this is part of the spry code. it seems to disable the tab titles from being highlighted. however, it doesn't validate so it is commented out.
	-khtml-user-select: none;*/
	cursor: pointer;
	width:103px;
	height: 30px;
	text-align: center;
	}

.TabbedPanelsTab4 {
	position: relative;
	float: left;
	padding: 6px 10px;
	margin: 0px auto;
	font-family:Arial, sans-serif;
	font-weight: bold;
	font-size:0.7em;
	background-color: #7f8aa2;
	color: #273248;
	list-style: none;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
	width:165px;
	height: 30px;
	text-align: center;
	}
	
	.TabbedPanelsTab3 {
	position: relative;
	float: left;
	padding: 6px 10px;
	margin: 0px auto;
	font-family:Arial, sans-serif;
	font-weight: bold;
	font-size:0.7em;
	background-color: #7f8aa2;
	color: #273248;
	list-style: none;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
	width:226px;
	height: 30px;
	text-align: center;
	}
.TabbedPanelsTab2 {
	position: relative;
	float: left;
	padding: 6px 10px;
	margin: 0px auto;
	font-family:Arial, sans-serif;
	font-weight: bold;
	font-size:0.7em;
	background-color: #7f8aa2;
	color: #273248;
	list-style: none;
	/*-moz-user-select: none;
	-khtml-user-select: none;*/
	cursor: pointer;
	width:350px;
	height: 30px;
	text-align: center;
	}
/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #F8981D;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #273248;
	color: #7f8aa2;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	background-color:#273248;
	width:740px;
	height:495px;
	margin: 0px auto;
	margin-bottom:20px;
}

