
/* 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.
 */
 
 .slidercontainer {
	position: relative;
	height: auto;
	width:98%;
	padding: 0 0 0 0;
	border: none;
	margin: 15px 0 4px 10px;
	display: block;
	background: #996633 url(../images/cornersright2.gif) right top no-repeat;
		
}

.corner-bottomright {
	width: 100%;
	overflow: hidden;
	padding-bottom: 0px;
	background: transparent url(../images/cornersright2.gif) right bottom no-repeat;
		
}
.corner-bottomleft {
	width: 100%;
	overflow: hidden;
	padding-bottom: 35px;
	background: transparent url(../images/cornersleft2.gif) left bottom no-repeat;
		
}


 
.SlidingPanels {
	position: relative;
	height: auto;
	width: 100%;
	padding: 0px;
	border: none;
	margin: 0px 0 0 0;
	float: left;
	clear: left;
	display: inline;
	
	
		
}

/* 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;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
}


/* 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%;
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	clear: left;
	}

.panelcontent {
	width: 100%;
	height: 379px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	border-bottom: 1px solid #fff;
	z-index: 1000;
	
}

#feature .SlidingPanelsContent p {
	color:#660000;
	margin: 0px 20px 12px 20px;
	padding: 0;
	line-height: 1.4em;

}

#feature .SlidingPanelsContent img {
	margin:18px 18px 5px 15px;
	padding: 0 0 0 0;
	border: 1px solid #fff;
	float: right;
	clear: right;
	height: auto;
	width: auto;
}

#feature .SlidingPanelsContent img.second {
	margin:3px 18px 5px 15px;
}

#feature .SlidingPanelsContent a.morephotos {
	margin:0px 20px 15px 15px;
	padding: 4px 0 0px 40px;
	border: 1px solid #fff;
	float: right;
	height: auto;
	width: 125px;
	border: none;
	clear: both;
	text-decoration: none;
	cursor: pointer;
	display: inline;
	line-height: 1.3em;
	position: relative;
	z-index: 10000;
	font-size: 0.92em;

}

#feature .SlidingPanelsContent a.morephotos:hover {
	text-decoration: underline;

}

#feature .SlidingPanelsContent .even a.morephotos {
	background: transparent url(../images/album-ecosites.gif) left 5px no-repeat;
}
#feature .SlidingPanelsContent .oneven a.morephotos {
	background: transparent url(../images/album-ecosites-licht.gif) left 5px no-repeat;
}

#feature .SlidingPanelsContent h2 {
	font-size: 1.2em;
	color:#660000;
	margin: 16px 10px 10px 20px;
	padding: 0;
}

#feature .SlidingPanelsContent ul {
	margin: 0px 0px 0px 10px;
	display: block;
	width: auto;
	
	
	
}
#feature .SlidingPanelsContent ul.bulletlist li {
	margin: 0px 15px 0px 0;
	display: block;
	width: auto;
	position: static;
	
}
#feature .SlidingPanelsContent ul.bulletlist li a {
	display: inline;
	
	}


#feature .SlidingPanelsContent h2 span {
	font-size: 0.76em;
	color:#904646;
	white-space: nowrap;
}

#feature .SlidingPanelsContent h3 {
	font-size: 1em;
	color:#666600;
	margin: 0px 10px 0px 20px;
	padding: 0 0 0 0;
	

}

#feature  p.slidernavigation {
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: transparent url(../images/cornersleft2.gif) left top no-repeat;
	width: 100%;
	border-bottom: 1px solid #fff;
}

#feature  p.slidernavigation-bottom {
	height: 35px;
	line-height: 35px;
	padding: 0;
	
	width: 100%;
}


#feature  p.slidernavigation a, #feature  p.slidernavigation-bottom a  {
	display: none;
	}
	
#feature  p.slidernavigation a.prev, #feature  p.slidernavigation a.next, #feature  p.slidernavigation-bottom a.prev, #feature  p.slidernavigation-bottom a.next {
	display: none;
	font-size: 0.92em;
	}
	
#feature  p.slidernavigation a.next, #feature  p.slidernavigation-bottom a.next {
	margin: 0 70px 0px 0;
	border-left: 1px solid #fff;
	
	
	}

#feature  p.slidernavigation a:hover, #feature  p.slidernavigation a.visited:hover, #feature  p.slidernavigation-bottom a:hover {
	color:#fff;
	background:#AC8258;
	text-decoration: none;
	
	}

#feature  p.slidernavigation a.visited {
	
	color:#660000;

}


#feature  p.slidernavigation a.current, #feature  p.slidernavigation a.visited.current {
	/*color:#fff;
	background:#AC8258;
	font-weight: bold;*/
}



/* 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 {
}


.even {
	background:#cccc99;
}
.oneven {
	background:#D5D5AC;
}
