@charset "UTF-8";

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

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.SlidingPanels {
  float:left;
   position: relative;
   width:540px;
   height:81px;
   }
.SlidingPanelsContentGroup {
   position: relative;
   float:left;
   width:10000px;
   height:81px;
   background-image:url(../images/bg_sliding.png);
   behavior: url(iepngfix.htc);
   }
.SlidingPanelsContent {
   float:left;
   text-align:center;
   width:98px;
   height: 81px;
   overflow: hidden;
   margin-right:10px;
   }
/* 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 {

}

div.slide_back_big{
	float:left;
	width:35px;
	height:100px;
	line-height:100px;
	background-image:url(../images/back.png);
	behavior: url(iepngfix.htc);
	background-repeat:no-repeat;
	cursor:pointer;
}
div.slide_fw_big{
	float:left;
	width:20px;
	height:90px;
	line-height:90px;
	background-image:url(../images/forward.png);
	behavior: url(iepngfix.htc);
	background-repeat:no-repeat;
	cursor:pointer;
}