/*----------------------------------------------
= Physician Rotator
================================================ */

#physician-rotator-wrap {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #939598;
	margin: 0 auto;
	overflow: hidden;
	padding: 2px;
	margin-top:4px;
	position:relative;
	background:#B4B6BA url(//globalinc.prod.ehc.com/widgets/source/find-a-physician/rotator/v1/images/physcrollwrap-bg.png) repeat-x center center;
}

.physician-rotator-wrap-4 {
	width: 673px;
}

.physician-rotator-wrap-3 {
	width: 520px;
}

.physician-rotator-wrap-2 {
	width: 361px;
}

#physician-rotator-wrap-sidebar {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #939598;
	margin: 0 auto;
	overflow: hidden;
	padding: 2px;
	width: 200px;
	margin-top:4px;
	background:#B4B6BA url(//globalinc.prod.ehc.com/widgets/source/find-a-physician/rotator/v1/images/physcrollwrap-bg.png) repeat-x center center;
}

.physician-rotator-wrap-4 #physician-rotator-nav {
	position: relative;
	top: 48px;
	width: 723px;
	z-index:4000;
}

.physician-rotator-wrap-3 #physician-rotator-nav {
	position: relative;
	top: 48px;
	width: 569px;
	z-index:4000;
}

.physician-rotator-wrap-2 #physician-rotator-nav {
	position: relative;
	top: 48px;
	width: 410px;
	z-index:4000;
}

#physician-rotator-wrap-sidebar #physician-rotator-nav {
	position: relative;
	top: 48px;
	width: 249px;
	z-index:4000;
}

.physician-rotator-prev,
.physician-rotator-next{ 
	height: 114px; 
	position: absolute;
	text-indent: -5000px; 
	width: 20px;
}

.physician-rotator-prev { 
	background:#6D6E71 url(//globalinc.prod.ehc.com/widgets/source/find-a-physician/rotator/v1/images/physcroll-prev.png) no-repeat;
	left: -2px;  
}

.physician-rotator-next { 
	background:#6D6E71 url(//globalinc.prod.ehc.com/widgets/source/find-a-physician/rotator/v1/images/physcroll-next.png) no-repeat;
	right: 47px;
}

.physician-rotator{
	float: left;
	width: 159px;
}

#physician-rotator-listing {
	background: transparent;
	height: 215px;
	margin-left: 35px;
	overflow: hidden;
	position: relative;
}

.physician-rotator-listing { 
	float: left;
	margin-left: 0;
	margin-right: 0;
}

#physician-rotator-wrap h3,
#physician-rotator-wrap-sidebar h3 { 
	margin: 0;
	color:#908775;
	border:none;
}

#physician-rotator-wrap h3 a,
#physician-rotator-wrap h3 a:link,
#physician-rotator-wrap-sidebar h3 a, 
#physician-rotator-wrap-sidebar h3 a:link {
	color:#908775;
}

#physician-rotator-wrap h3 a:hover,
#physician-rotator-wrap h3 a:visited, 
#physician-rotator-wrap-sidebar h3 a:hover,
#physician-rotator-wrap-sidebar h3 a:visited {
	color:#6D6E71;
}

.physician-rotator-image {
	border:3px solid #939598;
	height: 145px;
	overflow:hidden;
	width: 112px;
	background-color: #ffffff;
	padding: 7px;
	margin-top:25px;
}

.physician-rotator-image a img {
	width:110px;
	height:145px;
	overflow:hidden;
}

/* Some sites have img padding for the sidebar, make sure to take this out */
#physician-rotator-wrap-sidebar .physician-rotator-image a img {
	padding:0px !important;
}

#physician-rotator-listing .page { 
	float: left; 
	background-color:none transparent scroll repeat 0 0;
	width:636px;
}

.ie7#home #content-sub3 #physician-rotator-listing .physician-rotator-page0,
.ie7#home #content-sub3 #physician-rotator-listing .page{
	background-color:none transparent scroll repeat 0 0;
}


/*----------------------------------------------
= tool tip
================================================ */

.physician-tooltip {
	background: transparent url(//globalinc.prod.ehc.com/widgets/source/find-a-physician/rotator/v1/images/tool-tip-bg.png) center 0 no-repeat;
	height: 125px;
	width: 285px;
	margin-top: 25px;
	padding: 30px 40px 0px 40px;
	opacity: 0.95;
	z-index: 3000;
	color: white;
	font-size: 13px;
	text-align: center;
	text-shadow: 1px 1px 2px black;
	filter: dropshadow(color=black, offx=1, offy=1);
	overflow: hidden;
}

.physician-tooltip hr {
	width:75%;
	margin-top:0px;
	margin-bottom:2px;
}