﻿@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* 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;
	width: 100%;
	height: 100px;
	padding: 0px;
	border: none;
	outline: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}


.SlidingPanelsContent {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}


.SlidingPanelsAnimating * {
/*	overflow: hidden !important;*/
}


.SlidingPanelsCurrentPanel 
{
	display:block;
	
}


.SlidingPanelsFocused {
}


.SlidingPanels {
	width: 330px;
	height: 100px;
}

.SlidingPanelsContent {
	width: 330px;
	height: 100px;
}
 
.p1 {
	background-color: #CCCC66;
}
.p2 {
	background-color: #FFFFCC;
}
.p3 {
	background-color: #6699FF;
}
.p4 {
	background-color: #99CCCC;
}
.p5 {
	background-color: #FF99CC;
}
.p6 {
	background-color: #339933;
}
.p7 {
	background-color: #9933FF;
}
.p8 {
	background-color: #669966;
}
.p9 {
	background-color: #00FFCC;
}
 
#sldVitrina.SlidingPanels {
	float: left;
}
#sldVitrina .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
}
#sldVitrina .SlidingPanelsContent {
	float: left;
}
 
 
 
.SlidingPanelsEX {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroupEX {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}


.SlidingPanelsContentEX {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}


.SlidingPanelsAnimatingEX * {
	overflow: hidden !important;
}


.SlidingPanelsCurrentPanelEX {
}


.SlidingPanelsFocusedEX {
}


.SlidingPanelsEX {
	width: 339px;
	height: 289px;
	top: 0px;
	left: 0px;
}

.SlidingPanelsContentEX {
	width: 339px;
	height: 289px;
}
 

#colVit .SlidingPanelsEX {
	float: left;
}
#colVit .SlidingPanelsContentGroupEX {
	float: left;
	width: 10000px;
	top: 0px;
	left: 0px;
}
#colVit .SlidingPanelsContentEX {
	float: left;
}
 
