div.patientgallery-wrapper {
	position: relative;
	padding: 0 0 45px 0;
	overflow: hidden;
	font: 12px/18px "Arial", sans-serif;
}
	div.patientgallery-wrapper.small {
		width: auto;
	}
	
	div.patientgallery-wrapper a {
		color: #396CAB !important;
		text-decoration: none;
	}
		div.patientgallery-wrapper a:hover {
			color: #000000 !important;
		}
		div.patientgallery-wrapper a:hover span {
			color: #000000 !important;
		}

	div.patientgallery-wrapper div.titlebar {
		margin: 4px 152px 6px 0;
		padding: 0 10px;
		font: normal 18px/31px "Georgia","Times New Roman",sans-serif;
		letter-spacing: -1px;
		background: #E5EEF7 url(../images/photogallery-info-bg.png) left top repeat-x;
		border: 1px solid #c4d5e3;
		border-top: 1px solid #d8eaf8;
		border-left: 1px solid #d8eaf8;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		overflow: hidden;
	}
		div.patientgallery-wrapper div.titlebar span.company {
			font-style: normal;
			font-weight: normal;
			color: #333333;
		}
		div.patientgallery-wrapper div.titlebar.clinic span.company {
			color: #396CAB !important;
		}
		div.patientgallery-wrapper div.titlebar.clinic a {
			color: #333333 !important;
		}

	div.patientgallery-wrapper img.company-logo {
		position: absolute;
		left: 0;
		top: 0;
	}
	div.patientgallery-wrapper img.surgeon-avatar {
		position: absolute;
		left: 10px;
		top: 5px;
	}
	div.patientgallery-wrapper img.norwoodscale-icon {
		float: left;
		margin: 2px 15px 0 5px;
	}

	div.patientgallery-wrapper ul.icons {
		position: absolute;
		right: 0;
		top: 4px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		overflow: hidden;
	}
		div.patientgallery-wrapper ul.icons li {
			float: right;
			margin-left: 5px;
		}
			div.patientgallery-wrapper ul.icons li a {
				display: block;
				width: 33px;
				height: 33px;
				background: url(../images/photogallery-icon-sprites.png) no-repeat;
			}
			div.patientgallery-wrapper ul.icons li.consultation a {
				background-position: 0 0;
			}
				div.patientgallery-wrapper ul.icons li.consultation a:hover {
					background-position: 0 -33px;
				}

/*
			div.patientgallery-wrapper ul.icons li.consultation a {
				width: 116px;
				background-position: -165px 0;
			}
				div.patientgallery-wrapper ul.icons li.consultation a:hover {
					background-position: -165px -33px;
				}
*/
			div.patientgallery-wrapper ul.icons li.photos a {
				background-position: -33px 0;
			}
				div.patientgallery-wrapper ul.icons li.photos a:hover {
					background-position: -33px -33px;
				}

			div.patientgallery-wrapper ul.icons li.videos a {
				background-position: -66px 0;
			}
				div.patientgallery-wrapper ul.icons li.videos a:hover {
					background-position: -66px -33px;
				}

			div.patientgallery-wrapper ul.icons li.website a {
				background-position: -99px 0;
			}
				div.patientgallery-wrapper ul.icons li.website a:hover {
					background-position: -99px -33px;
				}

			div.patientgallery-wrapper ul.icons li.estimate a {
				background-position: -132px 0;
			}
				div.patientgallery-wrapper ul.icons li.estimate a:hover {
					background-position: -132px -33px;
				}


	
	div.patientgallery-wrapper div.photos-panel {
		position: relative;
	}
		div.patientgallery-wrapper div.photos-panel ul {
			margin: 0 0 0 120px;
			padding: 0;
			list-style-type: none;
			overflow: hidden;
		}
			div.patientgallery-wrapper div.photos-panel ul li {
				margin: 0 10px 0 0 !important;
				padding-top: 5px;
				padding-bottom: 5px;
				width: auto;
				height: 100px;
				float: left;
				overflow: hidden;
				background: #ffffff;
			}
				div.patientgallery-wrapper div.photos-panel ul li img {
					margin: 0 !important;
					padding: 0 !important;
					display: inline !important;
				}


	
	div.patientgallery-wrapper div.clinic-panel {
		position: relative;
		overflow: hidden;
		min-height: 110px;
	}
		div.patientgallery-wrapper div.clinic-panel img.logo {
			position: absolute;
			left: 10px;
			top: 5px;
		}
		div.patientgallery-wrapper div.clinic-panel div.details {
			position: relative;
			margin-left: 10px;
			margin-left: 120px;
			margin-top: 5px;
			padding: 10px;
			background: #E5EEF7 url(../images/photogallery-info-bg.png) left top repeat-x;
			border: 1px solid #c4d5e3;
			border-top: 1px solid #d8eaf8;
			border-left: 1px solid #d8eaf8;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-bottomleft: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-bottomright: 5px;
			-webkit-border-bottom-right-radius: 5px;
		}
			div.patientgallery-wrapper div.clinic-panel img.surgeon-avatar {
				position: relative;
				left: 0;
				top: 0;
				float: left;
				margin: 0 10px 0 0;
			}
			div.patientgallery-wrapper div.clinic-panel table.locations {
				border: 0;
				padding: 0;
				margin: 10px 0 20px 0;
			}
				div.patientgallery-wrapper div.clinic-panel table.locations td {
					padding-right: 20px;
					vertical-align: top;
					padding-bottom: 10px;
				}
			div.patientgallery-wrapper div.clinic-panel a.consultation {
				font-weight: bold;
			}
			div.patientgallery-wrapper div.clinic-panel div.info {
				font: normal 11px/15px "Arial", sans-serif;
				color: #555555;
			}


	div.patientgallery-wrapper div.patient-panel {
		margin-top: 5px;
		position: relative;
		padding: 15px 10px;
		background: #E5EEF7 url(../images/photogallery-info-bg.png) left top repeat-x;
		border: 1px solid #c4d5e3;
		border-top: 1px solid #d8eaf8;
		border-left: 1px solid #d8eaf8;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		overflow: hidden;
	}
		div.patientgallery-wrapper.small div.patient-panel div.details {
			float: none;
			width: auto;
		}
		div.patientgallery-wrapper.small div.patient-panel div.description {
			float: none;
			width: auto;
			padding-top: 10px;
		}

		div.patientgallery-wrapper div.patient-panel div.details {
			float: left;
			width: 220px;
			font-weight: normal;
			line-height: 18px;
		}
			div.patientgallery-wrapper div.patient-panel div.details span {
				float: left;
				width: 120px;
				margin-right: 12px;
				text-align: right;
				font-weight: bold;
				font-family: "Georgia";
				letter-spacing: -1px;
				color: #333333;
			}
			div.patientgallery-wrapper div.patient-panel div.description {
				float: left;
				width: 500px;
				font-weight: normal;
			}

