@charset "utf-8";
/* CSS Document */
/*//////////////////////////
// filename: sliderIndex.css - controls the slidehow on the home page in conjunction with contentslider.js
// author: Frances Donovan
// last mod: Jan 2016
//
//// This version is used on the BWH Internet home page
// for DeptHome and DeptBlank templates see deptHomeSliderIndex.css and deptBlankSliderIndex.css
//
// notes: modified by White Rhino for Patients & Families, Dec 2015 - Jan 2016
//        primary owner Frances Donovan, PHS Web Dev for BWH (fjd6)
//////////////////////////*/



#highlightBox {
	position:relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 245px;
	margin: 0px;
	padding: 0px;	
	float: left;
	/*background:#007791; -- switched to white per Marketing request 04.04.2011 FJD*/
	background: #fff;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}


/* BEGIN CONTENT SLIDER AREA */

.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 960px; /*width of featured content slider*/
	height: 245px;
	margin:0px;
	padding:0px;
}

/*WhiteRhino updated 01-2016 to fix problems with z-index added*/

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	/*position: do not specify or we get z-ihdex issues*/
	left: 0;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 0px;
	width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400)*/
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); /*IE8 only*/
}

/*end WR update */
.sliderwrapper .photo {
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:245px;	
	z-index:1;
}
.sliderwrapper .text {
	position:absolute;
	top:37px;
	left:43px;
	height:236px;
	width:335px;	
	z-index:2;
	font-size:11px;
	font-weight:bold;
	line-height:150%;
}
.sliderwrapper .text a {
	font-weight:bold;
}
.sliderwrapper .text img {
	border:none;
}
.sliderwrapper .text h2 {
	color:#FF7400;
	font-size:20px;
	font-weight:bold;
	margin:5px 0 5px 0px;
}
.sliderwrapper .text p {
	margin:20px 0 6px 0;
}
paginate-slider1 {
	z-index:3;
}

/*WhiteRhino updated 01-2016 to fix problems with z-index added !important overrides to prevent marketing.css and home.css from overriding styles 04.04.2011 FJD */

.pagination {
	position: relative;
	display: block;
	top: -40px;
	left:800px;
	width: 170px;/*Width of pagination DIV. */
	background:none;
	height: 0px !important;
	z-index: 1;
}

.pagination a {
	padding: 5px 0px 0px 9px;
	background:url(../_images/bg_intro_page.gif) no-repeat;
	width: 21px;
	display: inline-block; /* keep as is */
	height:25px;
	margin-bottom:0px !important;
	color: #FFFFFF !important;
	font-size:12px !important;
	font-weight:800 !important;
	text-decoration:none !important;
	/* Keep out all height, width, float, padding attributes to obviate z-index problems*/
}

/*end WR update */

.pagination a.selected {
	color:#555446 !important;
	font-weight: 800 !important;
	background:url(../_images/bg_intro_page_sel.gif) no-repeat;
	z-index:100;	
}
.pagination a:hover {	
	color:#555446 !important;
	text-decoration: underline !important;
	z-index:100;
	background:url(../_images/bg_intro_page_hover.gif) no-repeat;		
}

/* END CONTENT SLIDER AREA */