@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
*/

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 300px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 599px;
	min-width: 300px;
	z-index: 2;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
	
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	top:0;
	right:0;
	background: rgba(255, 255, 255, .7);
}
#PhoneHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	top:0;
	right:0;
	font-size:90%;
	background: rgba(255, 255, 255, .7);
}
#Logo {
	clear: both;
	float: none;
	margin-top:0px;
	margin-left: 0;
	width: 13%;
	max-width:225px;
	min-width:75px;
	display: block;
	position:fixed;
	top:0;
	left:0;
}
#Navbar {
	clear: both;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
	display: none;
}
#NavbarPhone {
	clear: left;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	width: 100%;
	font-size: 100%;
	display: block;
	height:60px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	margin-right: 0%;
	margin-left: 0%;
	font-size: 100%;
}
#MainTable {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#MainBody {
	clear: both;
	margin-left: 5%;
	margin-right:5%;
	font-size:70%;
	width: 90%;
	display: block;
}
#DentistLeft {
	clear: left;
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	display: block;
}
#DentistRight {
	clear: right;
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	display: block;
}
#DentistLeftBig {
	clear: left;
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	display: block;
}
#DentistRightBig {
	clear: right;
	float: right;
	font-size: 100%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
}
#DentistLeftMed {
	clear: left;
	float: left;
	font-size: 100%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
}
#DentistRightMed {
	clear: right;
	float: right;
	font-size: 100%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: block;
}
#DentistLeftSmall {
	clear: left;
	float: left;
	font-size: 100%;
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	display: block;
}
#DentistRightSmall {
	clear: right;
	float: right;
	font-size: 100%;
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	display: block;
}
#DentistCenter {
	clear: both;
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	display: block;
}
#ContactForm {
	clear: right;
	float: right;
	margin-top: 20px;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
	min-height: inherit;
}
#ContactFormLeft {
	clear: left;
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
	min-height: inherit;
}
#ContactDentist {
	clear: left;
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	clear: both;
	display: none;
	float: left;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
#PhoneFooter {
	clear: both;
	display: block;
	float: left;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;	
}
#Ballon1 {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	overflow: visible;
	display: block;
}
#Ballon2 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	overflow: visible;
	display: block;
}
#Ballon3 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	display: block;
}
#Ballon4 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 0%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	display: block;
}
#BallonCenter {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 100%;
	font-weight:bolder;
	width: 75%;
	min-width:900px;
	overflow:hidden;
	display: block;
	blend-mode: color-dodge;
}
#PittsburghDentistFacebookMonitor {
	clear: left;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 100%;
	font-weight:bolder;
	width: 80%;
	overflow:hidden;
	display: block;
}
#DentalSlideShow {
}
#DentalServicesGibsonia {
	clear: none;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	width: 100%;
	font-size: 50%;
	display: block;
	height:40px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#DentalServicesGibsonia:hover {
	height:auto;
	font-size: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.widget.widgetIndexSlider {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
}
#DentistryServices {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
}

/* Tablet Layout: 481px to 900px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 900px;
	min-width: 600px;
	z-index: 2;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	top:0;
	right:0;
	background: rgba(255, 255, 255, .7);
}
#PhoneHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	top:0;
	right:0;
	background: rgba(255, 255, 255, .7);
}
#Logo {
	clear: both;
	float: none;
	margin-top:0px;
	margin-left: 0;
	width: 13%;
	max-width:225px;
	min-width:75px;
	display: block;
	position:fixed;
	top:0;
	left:0;
}
#Navbar {
	clear: both;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
	display: none;
}
#NavbarPhone {
	clear: left;
	float: left;
	margin-right: 25%;
	margin-left: 25%;
	font-weight: bold;
	width: 50%;
	font-size: 100%;
	display: block;
	height:60px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	margin-right: 0%;
	margin-left: 0%;
	font-size: 140%;
}
#MainTable {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#MainBody {
	clear: both;
	margin-left: 5%;
	margin-right:5%;
	font-size:80%;
	width: 90%;
	display: block;
}
#DentistLeft {
	clear: left;
	float: left;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 50%;
	display: block;
}
#DentistRight {
	clear: right;
	float: right;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 50%;
	display: block;
}
#DentistLeftBig {
	clear: left;
	float: left;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 75%;
	display: block;
}
#DentistRightBig {
	clear: right;
	float: right;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 75%;
	display: block;
}
#DentistLeftMed {
	clear: left;
	float: left;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 45%;
	display: block;
}
#DentistRightMed {
	clear: right;
	float: right;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 45%;
	display: block;
}
#DentistLeftSmall {
	clear: left;
	float: left;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 25%;
	display: block;
}
#DentistRightSmall {
	clear: right;
	float: right;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 25%;
	display: block;
}
#DentistCenter {
	clear: both;
	float: left;
	font-size: 80%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	display: block;
}
#ContactForm {
	clear: right;
	float: right;
	margin-top: 20px;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
	min-height:550px;
}
#ContactFormLeft {
	clear: left;
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
	min-height:550px;
}
#ContactDentist {
	clear: left;
	float: left;
	margin-left: 10%;
	margin-right:10%;
	width: 80%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	clear: both;
	display: none;
	float: left;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
}
#PhoneFooter {
	clear: both;
	display: block;
	float: left;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;		
}
#Ballon1 {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	overflow: visible;
	display: block;
}
#Ballon2 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	overflow: visible;
	display: block;
}
#Ballon3 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	display: block;
}
#Ballon4 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 0%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	display: block;
}
#BallonCenter {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 100%;
	font-weight:bolder;
	width: 75%;
	min-width:900px;
	overflow:hidden;
	display: block;
	blend-mode: color-dodge;
}
#PittsburghDentistFacebookMonitor {
	clear: left;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 100%;
	font-weight:bolder;
	width: 80%;
	overflow:hidden;
	display: block;
}
#DentalSlideShow {
}
#DentalServicesGibsonia {
	clear: none;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	width: 100%;
	font-size: 100%;
	display: block;
	height:40px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#DentalServicesGibsonia:hover {
	height:auto;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.widget.widgetIndexSlider {
	width: 100%;
	height: 275px;
	position: relative;
	overflow: hidden;
}
#DentistryServices {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
}

/* Desktop Layout: 900px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
.gridContainer {
	float:left;
	width: 100%;
	min-width: 900px;
	max-width: 2000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 2;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	top:0;
	right:0;
	background: rgba(255, 255, 255, .7);
}
#PhoneHeader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	top:0;
	right:0;
	background: rgba(255, 255, 255, .7);
}
#Logo {
	clear: both;
	float: none;
	margin-top:0px;
	margin-left: 0;
	width: 13%;
	max-width:225px;
	min-width:75px;
	display: block;
	position:fixed;
	top:0;
	left:0;
}
#Navbar {
	clear: both;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
	display: block;
}
#NavbarPhone {
	clear: left;
	float: left;
	margin-right: 25%;
	margin-left: 25%;
	font-weight: bold;
	width: 50%;
	font-size: 100%;
	display: none;
	height:60px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	margin-right: 0%;
	margin-left: 0%;
	font-size: 140%;
}
#MainTable {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#MainBody {
	clear: both;
	margin-left: 10%;
	margin-right:10%;
	font-size:100%;
	width: 80%;
	display: block;
}
#DentistLeft {
	clear: left;
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 50%;
	display: block;
}
#DentistRight {
	clear: right;
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 50%;
	display: block;
}
#DentistLeftBig {
	clear: left;
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 75%;
	display: block;
}
#DentistRightBig {
	clear: right;
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 75%;
	display: block;
}
#DentistLeftMed {
	clear: left;
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 45%;
	display: block;
}
#DentistRightMed {
	clear: right;
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 45%;
	display: block;
}
#DentistLeftSmall {
	clear: left;
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 25%;
	display: block;
}
#DentistRightSmall {
	clear: right;
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 25%;
	display: block;
}
#DentistCenter {
	clear: both;
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	display: block;
}
#ContactForm {
	clear: right;
	float: right;
	margin-top: 0px;
	margin-left: 0%;
	margin-right:0%;
	width: 45%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
	min-height:550px;
}
#ContactFormLeft {
	clear: left;
	float: left;
	margin-left: 0%;
	margin-right:0%;
	width: 45%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
	min-height:550px;
}
#ContactDentist {
	clear: left;
	float: left;
	margin-left: 25%;
	margin-right:25%;
	width: 50%;
	overflow: visible;
	display: block;
	font-size:100%;
	background-color: #dddddd;
	-moz-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 1px 1px 0 #111111, 0 2px 0 #777777;
}
#Footer {
	clear: both;
	display: block;
	float: left;
	bottom:0;
	left:0;
	font-size: 100%;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
#PhoneFooter {
	clear: both;
	display: none;
	float: left;
	position:fixed;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
	background-image:url(../Graphix/Backgrounds/PittsburghWebDesignerFade.png);
	background-repeat:repeat-x;
	background-size:100% 100%;
	background-position:bottom center;	
}
#Ballon1 {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	overflow: visible;
	display: block;
}
#Ballon2 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	overflow: visible;
	display: block;
}
#Ballon3 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	display: block;
}
#Ballon4 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 0%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	display: block;
}
#BallonCenter {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 100%;
	font-weight:bolder;
	width: 75%;
	min-width:900px;
	overflow:hidden;
	display: block;
	blend-mode: color-dodge;
}
#PittsburghDentistFacebookMonitor {
	clear: left;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	margin-right: 2%;
	font-size: 100%;
	font-weight:bolder;
	width: 80%;
	overflow:hidden;
	display: block;
}
#DentalSlideShow {
}
#DentalServicesGibsonia {
	clear: none;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	width: 100%;
	font-size: 100%;
	display: block;
	height:40px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#DentalServicesGibsonia:hover {
	height:auto;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.widget.widgetIndexSlider {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
}
#DentistryServices {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
}