﻿/*
G5 Search Marketing Copyright 2009
Local Search Marketing - Local Internet Advertising
*/

/* 
******** =colors *********
#51606a - Grey (Text)
#70706f   Grey (Header Text)
#6f7984 - Grey (Logo)
#c4c4c4 - Grey (Footer)
#832e27 - Red (Headers)
#968d59 - Green (Services Nav Bkg)
#766e42 - Green (Services Nav Hdr)
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
p, img {padding:0;margin:0;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* GLOBAL SETTINGS */
/* -------------------- */

h1,h2,h3,h4,h5,
.h4text {color:#832e27; font-weight:bold;}
h6 {color:#51606a;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4, .h4text {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:100%;}

h1 {padding-bottom:1em;}
p {padding-bottom:1.5em;}
.no-padding {padding:0;}

a {color:#832e27;text-decoration:none;}
a:hover {text-decoration:underline;}

.clear {clear:both;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.none {display:none;}
.external {padding-right:14px;background:url(/images/external-link-icon.gif) no-repeat right top;}

.right {float:right;}
.left {float:left;}
img.left {margin:0 20px 10px 0;}
img.right {margin:0 0 10px 20px;}

dt {font-weight:bold;padding-top:10px;}

.block {display:block;}
p.h4 {padding:0;}
.gray {color:#70706f;}

#editor-content blockquote {
	font-size:15px;
	font-style:italic;
	padding-bottom:3px;
}
#editor-content blockquote p {padding:0;}
#editor-content cite {font-size:13px; color:#842e27;}

#editor-content li {color:#842e27;}
#editor-content ul, #editor-content ol {padding-bottom:1.5em;}
#editor-content ol {list-style:decimal;}
#editor-content ul {list-style:disc;}
#editor-content li {margin-left:25px; padding:2px 0;}
#editor-content li a {text-decoration:underline; font-weight:bold;}

/* STRUCTURE */
/* -------------------- */

html {
	background:url(/images/body_bg.jpg);
	height:100%;
}

body {
	position:relative;
	color:#51606a;
	text-align:center;
	margin:0 auto;
	font-family:times, "times roman", "times new roman", serif;
	font-size:15px;
	height:100%;
}
#whopper {
	position:relative;
	width:997px;
	text-align:center;
	margin:0 auto;
	padding-top:23px;
}
#header { /* 997px */
	margin:0;
	padding:0;
	width:997px;
	height:299px;
	background:url(/images/header_bg.png) no-repeat;
	z-index:900;
}
#headerWrap {
	position:relative;
	margin:0;
	padding:21px 21px 0 21px;
	width:955px;
	height:278px;
	z-index:900;
}
#middle {
	width:997px;
	margin:0;
	padding:0;
	background:url(/images/bg_container.png) repeat-y;
	text-align:left;
}
#middleWrap {
	position:relative;
	margin:0;
	padding:0 21px;
	width:955px;
	z-index:100;
}
#footer {
	width:997px;
	margin:0;
	padding:0;
	background:url(/images/footer_bg.png) left top no-repeat;
	text-align:left;
}
#footerWrap {
	position:relative;
	margin:0;
	padding:0 21px 40px 21px;
	width:955px;
}

/***** =header *****/
#header #logo {
	position:relative;
	float:left;
	width:219px;
	height:232px;
	background:#f6f7f9;
}
#header #branding {
	position:relative;
	float:right;
	width:736px;
	height:232px;
}

/***** =nav *****/
#nav-wrapper {
	position:absolute;
	top:253px;
	left:21px;
	width:955px;
	height:37px;
	padding-bottom:9px;
	background:yellow url(/images/nav_wrapper_bg.jpg) left bottom repeat-x;
	z-index:999;
}
#nav {
	position:relative;
	width:782px;
	height:37px;
	list-style:none;
	float:left;
	z-index:1000;
}

#nav li {
  list-style:none;
  float:left;
  margin:0;
  padding:0;
}
#nav li a.top-level {
  display:block;
  background:url(/images/nav_sprite.jpg) no-repeat;
  width:98px;
  height:37px;
  text-indent:-9999px;
}

/* Main nav*/
#nav li.about a.top-level {width:98px;}
#nav li.about a.top-level:hover {background-position:0 -37px;}
#nav li.locations a.top-level {width:142px; background-position:-98px 0}
#nav li.locations a.top-level:hover {background-position:-98px -37px}
#nav li.services a.top-level {width:189px; background-position:-240px 0}
#nav li.services a.top-level:hover {background-position:-240px -37px}
#nav li.testimonials a.top-level {width:133px; background-position:-429px 0}
#nav li.testimonials a.top-level:hover {background-position:-429px -37px}
#nav li.news a.top-level {width:71px; background-position:-562px 0}
#nav li.news a.top-level:hover {background-position:-562px -37px}
#nav li.contact a.top-level {width:149px; background-position:-633px 0}
#nav li.contact a.top-level:hover {background-position:-633px -37px}

/* second-level styles */
#nav li ul, 
#location-nav li ul,
#action_nav li ul {
	position: absolute; 
	width:170px; 
	left: -999em; 
	border-top:1px solid #99a6b3;
}

#location-nav li ul {
  margin-left:-90px;
}
#action_nav li ul {
  margin-left:40px;
}
#action_nav li ul ul {margin:0;}

#nav li ul li, 
#location-nav li ul li,
#action_nav li ul li {display:inline;}
#action_nav li ul li {width:160px;}

#nav li ul li a, 
#location-nav li ul li a,
#action_nav li ul li a {
	display:block;
	width:170px;
	height:28px;
	line-height:28px;
	text-indent:10px;
	color:#fff;
	background:#832e28;
	text-decoration:none;
	text-align:left;
	border-left:1px solid #99a6b3;
	border-right:1px solid #99a6b3;
	border-bottom:1px solid #99a6b3;
}
#nav li ul li.indent a {text-indent:15px;}

#location-nav li ul li a {
  width:135px;
  padding-right:25px;
	text-align:right;
}

#nav li ul li a:hover{background:#561e1a; color:#fff;}
/*#location-nav li ul li a:hover {background:#be8459 url(/images/nav_arrow_right.gif) 146px center no-repeat;}*/

/* third-and-above level styles */
#nav li ul ul, 
#location-nav li ul ul,
#action_nav li ul ul  {margin:-30px 0 0 100%;}
/* third-and-above level styles */
#location-nav li ul ul {margin-left:-100%;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, 
#location-nav li:hover ul ul, #location-nav li:hover ul ul ul, #location-nav li.sfhover ul ul, #location-nav li.sfhover ul ul ul,
#action_nav li:hover ul ul, #action_nav li:hover ul ul ul, #action_nav li.sfhover ul ul, #action_nav li.sfhover ul ul ul {left: -999em;}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul,
#location-nav li:hover ul, #location-nav li li:hover ul, #location-nav li li li:hover ul, #location-nav li.sfhover ul, #location-nav li li.sfhover ul, #location-nav li li li.sfhover ul,
#action_nav li:hover ul, #action_nav li li:hover ul, #action_nav li li li:hover ul, #action_nav li.sfhover ul, #action_nav li li.sfhover ul, #action_nav li li li.sfhover ul {left: auto;}

/* Fix IE 7 */
#nav li:hover, 
#location-nav li:hover,
#action_nav li:hover {position: static;}

/***** =font-size *****/
#fontSwitch {
	position:relative;
	float:right;
	width:173px;
	height:37px;
	overflow:hidden;
}

/* font switcher */
#font-select {
	width:173px;
	height:37px;
	text-indent:-9999px;
	background:url(/images/font_size_sprite.gif) no-repeat;
}

#fontSwitch input {
	border:none;
	background:none;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin-top:10px;
	padding-top:37px;
	width:15px;
	height:15px;
}
#fontSwitch input:hover {cursor:pointer;}
#fontSwitch input.decrease {margin-left:100px;}
#fontSwitch input.increase {margin-left:9px;}
#fontSwitch input.increase:hover {
	background:url(/images/font_size_sprite.gif) -124px -47px no-repeat;
}
#fontSwitch input.decrease:hover {
	background:url(/images/font_size_sprite.gif) -100px -47px no-repeat;
}

/***** =col1 *****/
#col1 {/*727px*/
	position:relative;
	float:left;
	width:677px;
	padding:40px 0 4px 40px;
	margin:0;
}
#col1 #p_col1_top {
	float:left;
	padding:0 20px 20px 0;
}

/***** =col2 *****/
#col2 {/*228px*/
	position:relative;
	width:224px;
	padding:4px 4px 4px 0;
	float:right;
	margin:0;
}
#location-nav {
  position:relative;
  width:224px;
  height:36px;
  padding-bottom:4px;
  z-index:900px;
}
#location-nav li a.top-level {
  position:relative;
  width:224px;
  height:36px;
  background:url(/images/right_col_sprite.gif) no-repeat;
  display:block;
  text-indent:-9999px;
  cursor:pointer;
}
#location-nav li a.top-level:hover {background-position:-224px 0px;}

#search {
	width:224px;
	height:36px;
	padding-bottom:4px;
}
#search form {	
	width:224px;
	height:36px;
	background:url(/images/right_col_sprite.gif) 0 -36px no-repeat;
}
#search input {vertical-align: middle; text-indent: 2px;}
#search #zip {
    float:left;
    width: 79px;
    height: 18px;
    color:#000;
    font-weight:bold;
    padding:2px 0 0 0;
    margin:8px 8px 0 111px;
    border:none;
    background:#fff;
}
#search input#go-button {
    float:left;
    margin:8px 0 0 0;
    width: 18px;
    height: 20px;
    text-indent: -9999px;
    border:0;
}
#search input#go-button:hover {background:url(/images/right_col_sprite.gif) -422px -44px no-repeat;}

#services-menu {
	position:relative;
	width:224px;
	background:#968d59;
	padding-bottom:5px;
	margin-bottom:4px;
}
#services-menu li {
	text-indent:8px;
	color:#fff;
	padding:2px;
}
#services-menu li.nav-header {
	background:#766e42;
	width:224px;
	height:26px;
	padding:0;
	background:url(/images/right_col_sprite.gif) 0 -164px no-repeat;
	text-indent:-9999px;
}
#services-menu li a {
	color:#fff;
	font-size:14px;
	/*font-weight:bold;*/
	line-height:18px;
}
#video-btn a {
	clear:both;
	margin:0;
	padding:0;
	width:224px;
	height:92px;
	display:block;	
	background:url(/images/right_col_sprite.gif) 0 -72px no-repeat;
	text-indent:-9999px;
}
#video-btn a:hover {background-position:-224px -72px;}


/***** =facility page *****/
#middle {padding-bottom:17px;}
.citystate {font-size:16px}
#facTop {
	position:relative;
	width:955px;
	padding-bottom:25px;
	height:258px;
}
#location-name {
	position:relative;
	padding:0 25px;
	height:52px;
	background:#c2bc96;
	color:#832e27;
	font-size:23px;
	line-height:100%
}
#slideshow {
	position:absolute;
	top:18px;
	right:20px;
	width:355px;
	height:235px;
	padding:5px 5px 0 5px;
	background:#fff;
}

#address { /*155px*/
	height:130px;
	padding:25px 0 0 25px;
}
#address h2 {
	color: #70706f;
	font-size:20px;
	font-weight:normal;
}
#address .phone {color:#832e27;}
#address a {text-decoration:underline;}
#store-logo {
	position:absolute;
	top:92px;
	left:340px;
}

#ccp {
	list-style:none;
	width:530px;
	height:52px;
	padding-left:25px;
}
#ccp li {
	float:left;
	width:128px;
	padding-right:5px;
}
#ccp li.last {padding:0;}
#ccp li a {
	width:128px;
	height:52px;
	display:block;
	background:url(/images/ccp_sprite.gif) no-repeat;
	text-indent:-9999px;
}
#ccp li.brochure a:hover {background-position:0 -52px;}
#ccp li.tour a {background-position:-133px 0;}
#ccp li.tour a:hover {background-position:-133px -52px;}
#ccp li.coupon a {background-position:-266px 0;}
#ccp li.coupon a:hover {background-position:-266px -52px;}
#ccp li.virtual-tour a {width:129px; background-position:-399px 0;}
#ccp li.virtual-tour a:hover {background-position:-399px -52px;}

#facBottom {
	position:relative;
	width:903px;
	border:1px solid #c2bc96;
	margin:0 25px;	
	background:url(/images/fac_btm_bg.gif) repeat-y;
}
#facBottom #col1 { /*689px*/
	position:relative;
	float:right;
	width:609px;
	margin:0;
	padding:40px;
	overflow:hidden;
}
#facBottom #col2 {/*214px*/
	position:relative;
	margin:0;
	padding:0;
	float:left;
	width:213px;
	background:#6c2516;
	border-right:1px solid #c2bc96;
}
#facBottom #col2 #phone {
	width:205px;
	height:53px;
	line-height:53px;
	text-align:center;
	margin:3px;
	background:#2e0502;
	border:1px solid #c2bc96;
	font-size:27px;
	color:#dad7c0;
}
#store-nav {
	list-style:none;
	width:213px;
	border-bottom:1px solid #c2bc96;
	margin-bottom:30px;
}
#store-nav li {
	width:213px;
	height:33px;
}
#store-nav li a {
	display:block;
	background:#842f27 url(/images/nav_arrow.gif) 3px center no-repeat;
	line-height:32px;
	color:#dad7c0;
	font-size:16px;
	text-indent:16px;
	border-top:1px solid #c2bc96;
	width:213px;
	height:32px;
}
#store-nav li a:hover {
	text-decoration:none;
	background:#dad7c0 url(/images/nav_arrow_over.gif) 3px center no-repeat;
	color:#5c3d35;
}
#facBottom #col2 blockquote, #facBottom #col2 cite, #facBottom #col2 cite span {
	width:183px;
	padding-left:15px;
	font-style:italic;
	font-size:15px;
	color:#ecead9;
}
#facBottom #col2 blockquote, #facBottom #col2 cite span {padding-bottom:25px;}
#facBottom #col2 cite, #facBottom #col2 cite span {font-size:14px;}

/***** =map *****/
div#map h2 {display: none;}
#map {padding-bottom:20px;}
#flashmap {
    margin:0;
    width: 607px;
    height: 277px;
    top: 0px;
    left: 0px;
    border:1px solid #832e27;
}

/***** =video *****/
#video {width:425px; border: 1px solid #832e27;}

/***** =news *****/
h4 {padding-top:20px; border-top:1px solid #dbdbd8;}
h6 {padding-bottom:20px; font-weight:normal;}
h6 a {
	display:block;
	height:29px;
	line-height:29px;
	background:url(/images/arrow_sprite.gif) no-repeat;
	padding-left:33px;
	padding-bottom:0px;
}
h6 a:hover {background-position:0 -29px;}

#form-newsletter {min-width:600px; min-height:350px; border:none;}
#return_link {display:none;}
a.apply{
	display:block;
	width:67px;
	height:21px;
	background:url(/images/apply.gif) no-repeat;
}
a.apply:hover {background-position:-78px 0;}
#buttons {margin:0 25px;padding-top:17px;}
#share-button {float:right; width:125px;}
#facebook-location {float:right; margin-left:20px; width:141px;}
#facebook 
#site-map h2 {padding-bottom:1em;}
#site-map p {padding-bottom:3px;}

/* AREA PAGE */
/*--------------------*/
#area-page {padding:0 25px;}

#area-page h2 {
	font-size:1.2em;
	padding:20px 0 5px 0;
}
#area-page h2.city {
	font-weight:normal;
	font-size:2em;
}
#area-page h2.city span {
	font-size:.7em;
	font-style:italic;
}
#area-page p.city {text-align:right;}

#area_map {float:right;}

#area_map #flashmap {
  width:467px;
  height:430px;
}

#facility-list {width:407px;}
#area-page #facility-list {float:left;}

.facility-summary {
    margin:16px 0; 
    clear:both;
	border-bottom:1px solid #b3a369;
}
.facility-summary .location-photo {float:left; width:85px; padding-top:3px;}
.facility-summary img {padding:0 10px 10px 0;}
.facility-summary .location-address {float:right; width:590px;}
.facility-summary dl {padding:0 0 20px 0;}
.facility-summary dt {padding:0; font-size:110%; color:#832e27;}
.facility-summary a img.facility-offer {display:none;}
.facility-summary .description {padding-top:20px;}
.facility-summary .view-details a {
	padding-left:35px; 
	background:url(/images/arrow_sprite.gif) no-repeat; 
	line-height:29px;
	display:block;
}
.facility-summary .view-details a:hover {background-position:0 -29px;}


#two-col #col1 .facility-summary p {padding:0;}

/* FOOTER */
/* -------------------- */

#footer p,
#footer-address,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color:#bfbab9;
	padding-bottom:12px;
	font:bold 10px arial,helvetica,sans-serif;
}
#footer a {
  color:#bfbab9;
  font:bold 10px arial,helvetica,sans-serif;
  text-decoration:none;
}
#footer a:hover {text-decoration:underline;}

#footer ul {
	clear:left;
}

#footer li {
	float:left;
	padding-right:1em;
	margin:0 1em 12px 0;
	border-right:1px solid #bfbab9;
	height:10px;
	line-height:10px;
}
#footer li.contact,
#footer li.contact2,
#footer li.last, #footer li.maybelast {border-right:none;}

#footer-stores,
#footer #copy {display:none;}

#footer p.copy {padding-top:30px;}

#other-facilities {width:400px;float:left;padding-bottom:20px;}
#footer #other-facilities {width:100%;}
#footer #other-facilities h2 {padding:0; font-weight:bold; color:#fff}
#footer #other-facilities dl {
	float:left;
	width:340px;
	padding:0 20px 20px 0;
}
/* Signature Brand Styles */
#signature-brand {width:180px;height:20px;display:block;margin:10px 0;outline:none;text-indent:-9999px;background:url(/images/signature-brand.gif);overflow:hidden;}
#signature-brand:hover, 
#signature-brand:focus {background-position:0 -20px;}
#signature-brand:active {background-position:0 -40px;}
/* --------- /stylesheets/inline.css --------- */ 
/*
 _ _       _     _       _          
| (_)_ __ | | __(_)_   _(_) ___ ___ 
| | | '_ \| |/ /| | | | | |/ __/ _ \
| | | | | |   < | | |_| | | (_|  __/
|_|_|_| |_|_|\_\/ |\__,_|_|\___\___|
              |__/         
*/

#inline-edit-tools{
  background: #F0F4F5 url(http://www.g5search.com/javascripts/ext/resources/images/gray/toolbar/bg.gif) repeat-x scroll left top;
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

#inline-edit-tools a.edit{
  background-position: 0 2px;
  display: block;
  padding: 3px 0 2px 18px;
  color: #000;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url(http://www.g5search.com/javascripts/ext/resources/images/default/shared/fam/page_edit.png) !important;
}

/* --------- /javascripts/shadowbox/skin/classic/skin.css --------- */ 
/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(/javascripts/shadowbox/skin/classic/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  /*height: 26px;*/
  height: 4em;  /* this can be just about any value because of the overflow, but the 2-4em ballpark looks best, IMO, and prevents overflow off the top of the viewport for captions up to three lines */
  overflow: visible;
}
#shadowbox_title_inner {
	position: absolute;
	bottom: 0;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(/javascripts/shadowbox/skin/classic/icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}

#shadowbox_title {
  border: 0px solid;
} 

#shadowbox_info {
  border: 0px solid;
}


