﻿
/* ************************** */
/* CSS for slider */
/* ************************** */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 660px; /*width of featured content slider*/
	height: 325px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 660px; /*width of content DIVs within slider. Total width should equal slider's inner width */
	height: 325px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{ width: 635px; height: 3em; margin-top: -3em; text-align: right; z-index: 999; position: relative; }/*Width of pagination DIV. Total width should equal slider's outer width */
.pagination a{ padding: 3px; text-decoration: none !important; color: #00007D; background: white; font-weight: bold; }
.pagination a:hover, .pagination a.selected{ color: #000; background-color: #FEE496; text-decoration: none; }

#slideshowContainer{clear: both; height: 325px; overflow: hidden !important; }/*#slideshowContainer{ float: none; }*/

/* Slideshow Styles - for www.physio-control.com Home Page */
#slideshow {width: 660px; margin-bottom: 1em; margin-left: -1.5em; margin-right: -1.5em;height: 325px; overflow: hidden;}
#content #slider1 div{margin-left: 0px !important; margin-right: 0px !important;} /* to eliminate img overlaps */
#content #slider1 div.section_splash{height: 325px;overflow: hidden !important; padding: 0px; }/* min-height: 336px;*/
#content #slider1 .section_splash h2, 
#content #slider1 .section_splash_sub h2{ }
#content #slider1 .section_splash h3, 
#content #slider1 .section_splash .h3{ margin: 0; }
#content #slider1 .section_splash ul { }
#content #slider1 .section_splash ul li { list-style-type: none; }
#content #slider1 .section_splash ul li a{ font-weight:bold; }
#content #slider1 ul.slideshowText{ position: relative; width: 620px; text-align: right; top: 260px; left: 0px; margin: 0px 15px; padding-left: 0px; }
#content #slider1 ul.slideshowText li{ float: right; clear: both;}

