@charset "utf-8";
/* CSS Document */
/*//////////////////////////
// filename: deptBlankSliderIndex.css - controls the slidehow on DeptBlank pages in conjunction with deptslider.js
// author: Frances Donovan
// last mod: May 2014
//
// This version is used on DeptBlank templates 
// for DeptHome templates see DeptHomeSliderIndex.css
// for the BWH Internet home page see sliderIndex.css
//
//////////////////////////*/

DIMENSIONS FOR DEPTBLANK: 660 W X 320 H
DIMENSIONS FOR DEPTHOME: 460 W X 300 H

*/

#Print_Content #highlightBox { /*Just for deptSliders - removing extra space after slider*/
 /* placeholder no styling
    display: block;
    position: absolute;
    width: 660px; 
	height: 320px;
	margin:0px;
	padding:0px;*/
}


/* BEGIN CONTENT SLIDER AREA */

.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 660px; /*width of featured content slider*/
	height: 320px;
	margin:0px;
	padding:0px;
}

.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 660px; /*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);
	-moz-opacity: 1;
	opacity: 1;
}
.sliderwrapper .photo {
	position:absolute;
	top:0px;
	left:0px;
	width:660px;
	height:320px;	
	z-index:1;
}
/* these are not used in deptSlider

.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;
}

*/
#under-slider 
{
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
}

#paginate-slider1 {
	z-index:100;
}

.pagination {
    position:absolute;
	top:330px;
	left:20px;
	width: 660px; /*Width of pagination DIV. */
	background:none;
	padding: 0px 0 0 0px;
	/*height:53px !important;
	height:48px;*/
	z-index:100;
	display: block;
}

/* added !important overrides to prevent marketing.css and home.css from overriding styles 04.04.2011 FJD */
/* styled so that only boxes appear without numbers -- selected box is white with orange border */
.pagination a {
	padding: 2px 5px 2px 7px;
	background: #ff6633;
	border: solid 1px #ff6633;
	color: #ff6633 !important;
	width:15px;
	display:block;
	float:left;
	height:3px;
	margin-bottom:-5px;
	margin-right: 5px;
	margin-top: -2px;
	font-size:2px !important;
	font-weight:800 !important;
	text-decoration:none !important;
	z-index:100;	
}

.pagination a.selected {
	color: #fff !important;
	font-weight: 800 !important;
	background: #fff;
	border: solid 1px #ff6633;
	z-index:100;	
}
.pagination a:hover {	/* nothing here since the numbers aren't showing */
	z-index:100;
}


/* END CONTENT SLIDER AREA */