@charset "UTF-8";

.SlidingPanels {
	position: relative;
	width: 723px;
	height: 185px;
	padding: 0px;
	border: none;
	float: left;
	margin: 0px;
}
#panelWrapper {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	height: 185px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	text-align:left;
	padding-left: 20px;
	float:left;
}
.Alert {
	color: #B30000;
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
	float: left;
	width: 4325px;
	height: 185px;
}
.javascriptWarning {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}



/* 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: 900px;
	height: 185px;
	overflow: hidden;
	padding: 0px;
	border: none;
	float: left;
	margin: 0px;
}
.panelContentContainer {
	float: left;
	height: 159px;
	width: 342px;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
}
.slideImages {
	border: 1px solid #ABABAB;
	float: left;
	margin-right: 12px;
}
.panelText {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 130%;
}

.leftButton, .rightButton {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 45px;
	font-size: 12px;
	height: 185px;
}
.rightButton {
	float: right;
	background-image: url(../images/rightButtonSet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

.rightButton:hover {
	background-image: url(../images/rightButtonSet.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}

.leftButton {
	float: left;
	background-image: url(../images/leftButtonSet.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}



.leftButton:hover {
	background-image: url(../images/leftButtonSet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}



/* 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 {
}
#p1 {
	padding: 0px;
	margin: 0px;
}
#p2 {
	margin: 0px;
	padding: 0px;

}
#p3 {

}
#p4 {

}
#p5 {

}
#p6 {
	
}
