@charset "utf-8";
/*CSS RESET*/
/*http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border: none;
	font-size: 100%;
	font: inherit;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline }
iframe{
	background-color: transparent;
	overflow: auto;
	border: 0px solid #000000;
}
:focus{
	outline: none;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block }

ol,ul { list-style: none }

blockquote,q { quotes: none }

blockquote:before,blockquote:after,q:before,q:after { content:'';content: none }

table { border-collapse:collapse;border-spacing: 0 }

p, li, strong, em, span, a{
	line-height: 1.5;}

strong{
	font-weight:bold;}

em{
	font-style:italic;}
    .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* CONTENT ELEMENTS
------------------------------*/
body {
	background: #615746 url(/images/background.jpg) center top no-repeat;
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h1, h2, h3 {
	font-weight: normal;
	line-height:inherit;
	margin: 0;
}
h1 {
	color: #222;
	font-size: 46px;
}
h2 {
	color: #cccccc;
	font-size: 20px;
}
a, a:visited {
	color: #fff;
	cursor:pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.description_list{
	list-style: disc;
    margin: 0px 0px 0px 30px;
}
.phone_number a {
	color:inherit;
	line-height:inherit;
}
#header_bg{
	background: url(/images/header_bg.png) center top no-repeat;
	height: 172px;
	position: absolute;
	width: 100%;}
#menu_bg{
	position: absolute;
	width: 100%;
	top: 172px;
	background: ;
	height: 35px;}
#slider_container_bg{
	background: ;
}
#content_container_bg{
	background: ;
}
.content_bg_spacer{
	width: 100%;
	height: 25px;
	background: ;
}
#footer_container_bg{
	background: ;
}
#main_container {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.clear_floats {
	clear: both;
}
.more_btn {
	background: #c5b790;
	border:0;
	color: #222;
	cursor: pointer;
	float: right;
	font-size:12px;
	margin: 5px 5px 0px 0px;
	padding: 4px;
	text-align: center;
	width: 55px;
}
.more_btn a, .more_btn a:visited {
	color: #ffffff;
	text-decoration: none;
}
.more_btn a:hover {
	text-decoration: underline;
}
#social_apis {
	border-radius: 10px;
	background-color: #fffad9;
	border: 1px solid #FFF073;
	color: #999;
	font-size: 10px;
	font-style: italic;
	margin: 0px 0px 10px 0px;
	padding:2px 0px 0px 18px;
	height: 40px;
}
#social_apis ul {
	margin: 0;
	padding: 6px 0px 0px 0px;
}
#social_apis li {
	display: inline-block;
	margin: 0px 0px 3px 0px;
	padding: 0;
	position: absolute;
	vertical-align: top;
}
/* AUDIO BUTTON
------------------------------*/
#audio_button {
	position:absolute;
	right:0;
	top:96px;
    z-index: 15;
}
/* TOP ELEMENTS
------------------------------*/
#top_container {
	position: relative;
	color:#fff;
	height: 207px;
	width: 950px;
	margin: auto;
        font-family: Georgia, Times New Roman, serif;
}
#top_container span {
	line-height:inherit;
}
#logo {
	position:absolute;
	top:15px;
}
#heading_doctor_name{
    position: absolute;
    top: 5px;
    font-size: 50px;
    left: 25px;
    color: #ecd65f;
}
#doctor_degree{
    font-size: 38px;
}
#heading_practice_name, #heading_phone {
	position:absolute;
	top:10px;
}
#heading_practice_name {
	font-size: 50px;
	left: 112px;
        text-indent: -9999px;
}
#heading_phone {
	font-size:36px;
	top: 5px;
	right: 25px;
        color: #ecd65f;
}
#heading_tagline, #heading_address {
	color:#fff;
	position:absolute;
	top:70px;
}
#heading_tagline {
	left:112px;
        text-indent: -9999px;
}
#heading_address {
	right: 25px;
        font-size: 24px;
        text-align: right;
        top: 52px;
}
#heading_search{
	position: absolute;
	right: 0px;
	top: 98px;
	width: 210px;
	text-align: right;
    z-index: 10;
}
/* MENU ELEMENTS
------------------------------*/
#menu {
	height:  35px;
	position:relative;
	width: 100%;
	top: 172px;
	z-index: 2;
	text-align: center;
        font-family: Verdana,Arial,sans-serif;
}
ul#topnav {
	list-style: none;
	padding: 0px;
    text-align: center;
}
ul#topnav li {
    display: inline-block;
    height:  35px;
    list-style: none;
    margin: 0px 10px 0px 10px;
    padding: 0;
}
ul#topnav a {
    display: block;
    color: #000;
    font-size: 23px;
    padding: 0px 10px;
    border-radius: 10px;
}
ul#topnav a:hover {
    text-decoration: none;
    color: #fff;
}
#home #menu #topnav .home a{
    text-decoration: none;
    color: #fff;
    background: #222;
}
.our_office #menu #topnav .our_office{
}
.our_office #menu #topnav .our_office a{
    text-decoration: none;
    color: #fff;
    background: #222;
}
.services #menu #topnav .services{
}
.services #menu #topnav .services a{
    text-decoration: none;
    color: #fff;
    background: #222;
}
.patient_information #menu #topnav .patient_information{
}
.patient_information #menu #topnav .patient_information a{
    text-decoration: none;
    color: #fff;
    background: #222;
}
.payment_information #menu #topnav .payment_information{
}
.payment_information #menu #topnav .payment_information a{
    text-decoration: none;
    color: #fff;
    background: #222;
}
.contact_us #menu #topnav .contact_us{
}
.contact_us #menu #topnav .contact_us a{
    text-decoration: none;
    color: #fff;
    background: #222;
}

/* SLIDING DIV ELEMENTS
------------------------------*/
.side_heading {
	border-radius: 10px;
	border: 1px solid #222;
	color: #fff;
	cursor: pointer;
	height: 80px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	position: relative;
}
h2.side_heading {
	font-size: 22px;
}
.side_heading img {
	margin-right: 5px;
}
.side_content {
	background: url(../images/side_bottom.png) no-repeat bottom;
	padding: 0px 10px 25px 10px;
}
/* APPOINTMENT REQUEST FORM ELEMENTS
------------------------------*/
#customForm label, #customForm_email label, #side_customForm_email label, #customForm_friend label {
	display: block;
	font-weight:bold;
}
#customForm .appointment_request, #customForm_email .appointment_request, #side_customForm_email .appointment_request, #customForm_friend .appointment_request{
	width: 220px;
	padding: 3px;
	color: #000000;
	font-size: 11px;
	border: 1px solid #222;
}
#customForm .appointment_request.error, #customForm_email .appointment_request.error, #side_customForm_email .appointment_request.error, #customForm_friend .appointment_request.error {
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea, #customForm_email textarea, #side_customForm_email textarea, #customForm_friend textarea{
	width: 220px;
	height: 80px;
	padding: 3px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #222;
}
#customForm div, #customForm_email div, #side_customForm_email div, #customForm_friend div {
	margin-bottom: 10px;
}
#customForm div span, #customForm_email div span, #side_customForm_email div span, #customForm_friend div span {
	display:none;
	font-size: 10px;
	font-style: italic;
}
#customForm div span.error, #customForm_email div span.error, #side_customForm_email div span.error, #customForm_friend div span.error{
	display:block;
	color: #e46c6e;
}
#thanks, #thanks_email, #thanks_side, #thanks_friend{
  display: none;
}
.email_form{
	float: left;
}
.side_email_form{
	margin: 10px 0px 20px 0px;
}
#request_appt_form_container{
	width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    position: fixed;
    z-index: 1000;
    top: 0px;
    display: none;
}
#request_appt_form{
	width: 228px;
    height: 440px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -235px 0px 0px -114px;
    background: #2b2b2b;
    padding: 10px;
    z-index: 1000;
}
#request_title{
	position: absolute;
	top: -30px;
	font-size: 20px;
	left: 15px;
        color: #222;
}
#close_appt_window{
	width: 100%;
    height: 15px;
    position: absolute;
    bottom: -25px;
    right: 0px;
    border: 1px solid #000000;
    text-align: center;
    background: #615746;
}
#close_appt_window:hover{
	background: #2b2b2b;
    cursor: pointer;
}
/*SPECIALS CONTENT
----------------------------------------*/
.banner_ad_container{
	width: 950px;
	height: 324px;
	margin: auto;
	position: relative;
}
.banner_image{
	height: 100%;
	width: 28%;
	float: left;
	position: relative;
    overflow: hidden;
	z-index: 30;
}
.banner_image img{
    max-height: 100%;
}
.banner_content{
	position: absolute;
	z-index: 20;
}
.banner_info_left{
	float:right;
	height: 100%;
	width: 66%;
	position: relative;
	text-align: left;
	z-index: 30;
}
.banner_info_right{
	float:left;
	height: 100%;
	width: 66%;
	position: relative;
	text-align: left;
	z-index: 30;
}
.banner_special_type_cta_left{
	font-size: 40px;
	margin: 6% 0% 0% 0%;
	float: right;
	width: 100%;
}
.banner_special_type_cta_right{
	font-size: 40px;
	margin: 6% 0% 0% 2%;
	float: left;
	width: 100%;
}
.banner_special_text_cta_left{
	position: relative;
	font-size: 20px;
	margin: 0% 2% 0% 0%;
	padding: 1%;
	float: right;
	width: 93%;
	height: 30%;
}
.banner_special_text_cta_right{
	position: relative;
	font-size: 20px;
	margin: 0% 0% 0% 5%;
	padding: 1%;
	float: left;
	width: 93%;
	height: 30%;
}
.banner_special_phone_left{
	font-size: 20px;
	position: absolute;
	bottom: 0%;
	right: 3%;
}
.banner_special_phone_right{
	font-size: 20px;
	position: absolute;
	bottom: 0%;
	right: 3%;
}
.banner_phone_color{
	color: #A70000;
}
.banner_special_sign_up_left{
    position: absolute;
    left: 0%;
    top: 60%;
    width: 45%;
    font-size: 18px;
}
.banner_special_sign_up_right{
    position: absolute;
    left: 3%;
    top: 60%;
    width: 45%;
    font-size: 18px;
}
.banner_special_valid_left{
    font-size: 12px;
    position: absolute;
    bottom: 0%;
    right: 3%;
}
.banner_special_valid_right{
    font-size: 12px;
    position: absolute;
    bottom: 0%;
    right: 3%;
}
.banner_sign_up_text{
	position: absolute;
	font-size: 18px;
	width: 45%;
	height: 24%;
	bottom: 15%;
	left: 5%;
}
.banner_sign_up_left{
	width: 45%;
	height: 24%;
	position: absolute;
	bottom: 9%;
	right: 2%;
	padding: 1%;
	background: #fffad9;
	color: #999;
	border: 3px solid #FFF073;
	border-radius: 10px;
}
.banner_sign_up_right{
	width: 45%;
	height: 24%;
	position: absolute;
	bottom: 9%;
	right: 1%;
	padding: 1%;
	background: #fffad9;
	color: #999;
	border: 3px solid #FFF073;
	border-radius: 10px;
}
.banner_sign_up_left label, .banner_sign_up_right label{
	width: 25%;
	display: block;
	float: left;
	font-size: 15px;
}
.banner_sign_up_left .field, .banner_sign_up_right .field{
	width: 73%;
	border: black 1px solid;
	margin: 0px 0px 5px 0px;
    height: 20%;
}
.banner_submit{
	float: right;
	margin: 0% 1% 0% 0%;
	border: black 1px solid;
	border-radius: 5px;
	font-size: 12px;
}
.banner_submit:hover{
	background: #FFF;
	cursor: pointer;
}
.banner_disclaimer{
	position: absolute;
	font-size: 12px;
	bottom: 1%;
	right: 2%;
	color: #A70000;
}
#play_stop{
	position: absolute;
	top: 49px;
	right: 5px;
	z-index: 50;
}
#banner_play_btn{
	width: 25px;
	height: 25px;
	background: url(https://infostarassets.com/images/specials/startstopslider.png) center -25px no-repeat;
}
#banner_stop_btn{
	width: 25px;
	height: 25px;
	background: url(https://infostarassets.com/images/specials/startstopslider.png) center top no-repeat;
}
#banner_play_btn:hover{
	background-position: center top;
}
#banner_stop_btn:hover{
	background-position: center -25px;
}

/*SPECIALS AD CONTENT
------------------------------*/
.ad_container{
	margin: auto;
	position: relative;
	overflow: hidden;
	background: #fffad9;
	color: #999;
	border: 1px solid #FFF073;
	width: 360px;
	height: 300px;
	z-index: 25;
}
.ad_info{
	float:left;
	height: 100%;
	width: 66%;
	position: relative;
	text-align: left;
	z-index: 25;
}
.ad_special_type{
	font-size: 42px;
	margin: 1% 0% 0% 0%;
	width: 100%;
	text-align: center;
}
.ad_special_text{
	position: relative;
	font-size: 28px;
	margin: 5% 2% 0% 0%;
	width: 100%;
	text-align: center;
}
.ad_special_value{
	font-size: 13px;
	margin: 2% 0% 0% 0%;
	text-align: center;
}
.ad_sign_up_text{
	text-align: center;
	margin: 5% 0% 0% 0%;
	font-size: 15px;
	width: 100%;
}
.ad_sign_up{
	width: 75%;
	overflow: hidden;
	margin: 55% auto 0% auto;
}
.ad_sign_up label{
	width: 17%;
	display: block;
	float: left;
	margin-left: 3%;
}
.ad_sign_up .field{
	width: 74%;
}
.ad_submit{
	float: right;
	margin: 0% 4% 0% 0%;
	border: #000 1px solid;
	background: #F3F3F3;
	border-radius: 5px;
}
.ad_submit:hover{
	background: #FFF;
	cursor: pointer;
}
.ad_disclaimer{
	margin: 2% 0% 2% 0%;
	font-size: 12px;
	text-align: center;
}

/* FOOTER ELEMENTS
------------------------------*/
#content_bottom{
    overflow: hidden;
    width: 950px;
    margin: auto;
}
#contact_tab{
    width: 187px;
    height: 49px;
    background: url(/images/contact_us_tab.png) center top no-repeat;
    position: absolute;
    z-index: 5;
}
#contact_content{
    width: 948px;
    border: 1px solid #000;
    background: #c5b790;
    overflow: hidden;
    margin: 48px 0px 0px;
    color: #222;
}
#contact_left{
    float: left;
    margin: 0px 0px 10px 0px;
}
#insurance_box{
    height: 231px;
    width: 384px;
    border: 2px solid #000;
    background: #837a60;
    margin: 10px 0px 0px 10px;
    text-align: center;
    color: #fff;
}
#insurance_title{
    font-size: 26px;
    color: #fec721;
    margin: 8px 0px 0px 0px;
    display: block;
}
#insurance_text{
    font-size: 18px;
    width: 330px;
    display: block;
    margin: 10px auto;
}
#request_appt{
    width: 388px;
    height: 115px;
    background: url(/images/request_appt.jpg) center top no-repeat;
    margin: 10px 0px 0px 10px;
}
#request_appt:hover{
    background-position: center -115px;
    cursor: pointer;
}
#office_hours{
    width: 388px;
    margin: 10px 0px 0px 10px;
}
#office_hours p{
    font-size: 18px;
}
.days, .hours{
    display:inline-table;
    margin:0px 15px 0px 0px;
    padding:0;
}
.hours_details{
    font-size: 12px;
}
.hours_details_days{
    margin: 0px 0px 17px;
}
#contact_right{
    overflow: hidden;
    float: right;
    float: right;
    width: 530px;
}
#contact_map{
    width: 520px;
    height: 360px;
    margin: 10px 10px 0px 0px;
}
#footer {
	color: #222;
	padding: 0px 0px 10px 0px;
	text-align: center;
	width: 950px;
	margin: auto;
}
#social_media_container{
	border-radius: 10px;
	background-color: #fffad9;
	border: 1px solid #FFF073;
	height: 40px;
	margin: 0px auto 10px;
	padding: 8px 0px 0px 0px;
	width: 525px;
	text-align: center;
}
#facebook_icon,#twitter_icon,#google_plus_icon,#youtube_icon,#places_icon,#blog_icon,#pinterest_icon{
    background: url(/images/social_media_icons.png);
    width: 35px;
    height: 35px;
    display: inline-block;
}
#facebook_icon{
	background-position: left 0px;
}
#twitter_icon{
	background-position: 210px 0px;
}
#google_plus_icon{
	background-position: 175px 0px;
}
#youtube_icon{
	background-position: 140px 0px;
}
#places_icon{
	background-position: 105px 0px;
}
#blog_icon{
	background-position: 70px 0px;
}
#pinterest_icon{
        background-position: 35px 0px;
}
#google_translate_element {
	cursor:pointer;
	background: url('/images/google_translate_btn.png') center top no-repeat;
	width: 160px;
	height: 30px;
        position: absolute;
        top: 135px;
        left: 395px;
}
#google_translate_element:hover {
	background-position: center -30px;
}
#google_translate_element .goog-te-gadget-simple {
	background-color: #fff;
	border:0;
}
#google_translate_element .goog-te-gadget-simple a {
	color:#666666;
}
#social_media_icons {
	display: inline-block;
}
#disclaimer {
	color: #444;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
}
#infostar_credit {
	font-size: 12px;
	margin: 15px 0px 0px 0px;
}
#schema_dentist {
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}
.mobile_button {
	font-size: 30px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}
#infostar_footer_logo {
	vertical-align:bottom;
}
.hide {
	display:none;
}
.infostar_footer_link {
	font-size:18px;
	padding:10px;
	background-color:#FFFAD9;
	margin:10px;
	line-height:normal;
}
/*SEARCH RESULTS*/
.ui-widget{
	font-size: 18px;
}
#search_term{
	width: 66%;
    height: 20px;
    display: block;
    float: left;
}
#search_results{
	width: 100%;
}
#search_results b{
	font-weight: bold;
}
#showing_results{
	width: 100%;
	display: block;
}
#search_instead{
	width: 100%;
	display: block;
}
.result_link{
	width: 100%;
	display: block;
    font-size: 20px;
}
.result_ref{
	color: #2b2b2b;
	width: 100%;
	display: block;
}
.result_image{
	max-width: 75px;
    float: left;
    margin: 5px 10px 0px 0px;
}
.result_description{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
    width: 100%;
	display: block;
    overflow: hidden;
    border-bottom: 1px solid #999;
}
#search_submit{
	width: 36px;
    height: 36px;
    display: block;
    float: left;
    margin: -5px 0px 0px 5px;
    padding: 0px;
    border: none;
    text-indent: -9999px;
    background: url(/images/search_btn.png) center top no-repeat;
}
#search_submit:hover{
	background-position: center -36px;
    cursor: pointer;
}
/* START Q & A
------------------------------*/
.q_and_a_index_links, .q_and_a_index_links a {
	margin-left:10px;
	font-size:15px;
	line-height:1.8;
	color:#999;
	text-decoration:none;
}
.q_and_a_index_links:hover  {
	text-decoration: underline;
}
#dental_emergency_nav_index {
	padding:13px;
	background-color:#fffad9;
	border-radius: 10px;
}
#dental_emergency_nav_index li {
	font-size:16px;
}
.question {
	color:#fff;
	font-size:18px;
	margin: 20px 0 10px 0;
}
.answers {
	color:green;
	font-size:14px;
}
.q_and_a_heading {
	color:black;
	font-size:18px
}
.answers {
	display:inline;
	margin-top:10px;
	font-size:16px;
	font-weight:900;
}
.inline {
	display:inline;
}
#q_and_a_table p {
	margin-bottom:5px;
	line-height:1.3;
}
.important_warn {
	background-color: #FCE3E8;
	font-size:15px;
	padding: 6px 3px 5px 5px;
	font-weight:900;
	margin-top:20px;
	color:	#A52A2A;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 8px;
}
#seek_med_care_li li {
	list-style-type: disc;
	margin-left:16px;
	list-style-position:inside;
}
#seek_med_care_li li p {
	margin-left:10px;
	display:inline;
	margin:5px 0 4px 0;

}
#oral_health_links ul li {
	width:80%;
	background-color: #fffad9;
	margin-bottom: 10px;
	padding:5px 12px;
	border: 1px solid #FFF073;
	border-radius: 10px;
}


#oral_health_links p {
	margin-bottom: 10px;
}
/* END Q & A
------------------------------*/
/*
* Patient reviews
*/
#aggregate_review{margin:15px 0; padding:0 0 0 10px; font-size:16px; font-weight: 900;color:#cccccc;}
.stars{margin:0 0 0 1px;}
.required{font-weight:900;color:red}
#ratingValue{margin:0 0 0 98px;}

.author, .author a, .author:hover{padding:20px 0px;font-size:10px;font-family:Arial, Helvetica, sans-serif;}


/*SIDEKICK VIDEO STYLE*/
img{
	border:0;
}
.dental_education_button{
	display:inline-table;
	height:75px;
	width:250px;
}
.main_button{
	float:left;
	z-index:0;
}
.thumbnail_image{
	border:1px solid #ffffff;
	float:left;
	margin:-72px 0px 0px 0px;
	z-index:1;
	height: 51px;
}
/*
.thumbnail_outline{
	border:1px solid #ffffff;
	height:49px;
	margin:9px 0px 0px 2px;
	position:absolute;
	width:66px;
	z-index:2;
}
*//*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;font-size:10px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/infostarassets/images/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/infostarassets/images/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/infostarassets/images/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/infostarassets/images/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/infostarassets/images/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;overflow:hidden;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; font-family: tahoma; text-shadow:#000 0px 0px 0px; width:100%; color:#232323;}
        #cboxCurrent{position:absolute; bottom:42px; left:44%; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:52%; left:0px; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:52%; right:0; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/infostarassets/images/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/infostarassets/images/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/infostarassets/images/colorbox/images/controls.png) no-repeat -25px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}