/*
G5 Search Marketing Copyright 2008
Local Search Marketing - Local Internet Advertising
*/

/* 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;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* /reset */

/* GLOBAL SETTINGS */
/* -------------------- */

a {outline:none; color: #76924d;}
h1,h2,h3,h4,h5,h6{font-size:100%; color: #4f4f4f;}
h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}
h6 {font-size: 11px;}
html {background: #6b8e3a url(/images/bg_01.jpg) repeat; height:100%;}
.clear {clear: both;line-height: 1px;height: 1px}

body {
	position : relative;
	margin: 0 auto; 
	color:#4f4f4f;
	text-align: center; /* center for IE */
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	background: url(/images/body_bg_01.png) center repeat-y;
	/* height section is for 100% tall whopper */
    height:auto;
    min-height:100%; 
	}

/* BASIC LAYOUT */
/* -------------------- */

div#whopper {
    position: relative;
    width: 956px;
    margin: 0 auto;
    text-align: left;
    background: url(/images/whopper_bg_01.gif) 0 0 repeat-y;
	/* height section is for 100% tall whopper */
    height:auto !important;
    height:100%;
    min-height:100%; 
}

div#header {
    position: relative;
    width: 100%;
    height: 216px;
    background: #f9f0d1 url(/images/header_bg_01.png) 0 0 no-repeat;
    z-index: 990; /* for the navigation to lay over the top */
}

div#middle {
    position: relative;
    width: 898px;
	padding: 22px 26px 26px 26px;
	margin: 0 3px;
	background: #f9f0d1;
	/* height section is for a min. height on a container */
    min-height:402px;
    height:auto !important;
    height:402px;
}

div#footer {
    position: relative;
    clear: both;
	text-align:right;
    width: 950px;
	padding:0 3px;
	color:#605c54;
    background: url(/images/footer_bg_01.gif) 0 0 repeat-y;
}

/* HEADER STYLES */
/* -------------------- */

/* Background image replacement on the header logo */

#header h1,
#header h2 a {
    width: 303px;
    height: 126px;
    display: block;
    text-indent: -9999px;
}

/* Pay Online link duplicated in header. Added on May 8, 2009 */
#header h3 {
	position:absolute;
	top:0;
	right:0;
	margin:115px 29px 0 0;
	display:block;
	width:318px;
	height:41px;
	background:url(/images/pay_online.png);
	text-indent:-9999px;
}
#header h3 a {
	display:block;
	position:absolute;
	left:182px;
	top:0;
	height:41px;
	width:136px;
	background:url(/images/pay_online.png) -182px 0;
}
#header h3 a:hover {
	background-position:-182px -41px;
}

/* NAVIGATION STYLES */
/* -------------------- */

#nav {
	position:absolute;
	top:176px;
	left:29px;
}

#nav ul { /* all lists */
	list-style: none;
	line-height: 1;
}

#nav li { /* all list items */
	float: left;
	width: 179px; /* width needed or else Opera goes nuts */
	height:40px;
}

#nav a {
	display: block;
	text-indent:-9999px;
	width: 179px;
	height:40px;
	background:url(/images/nav_bg_01.png) 0 0 no-repeat;
}

#nav li.home a {background-position:0 0;}
#nav li.home a:hover {background-position:0 -40px;}

#nav li.features a {background-position:-179px 0;}
#nav li.features a:hover {background-position:-179px -40px;}

#nav li.map a {background-position:-358px 0;}
#nav li.map a:hover {background-position:-358px -40px;}

#nav li.storage a {background-position:-537px 0;}
#nav li.storage a:hover {background-position:-537px -40px;}

#nav li.contact {width:182px;}
#nav li.contact a {background-position:-716px 0; width:182px;}
#nav li.contact a:hover {background-position:-716px -40px;}

/* Fix IE 7 */
#nav li:hover {position: static;}

/* reset some second level things */
#nav li.home ul li a,
#nav li.locations ul li a,
#nav li.specials ul li a, 
#nav li.offer ul li a, 
#nav li.storage ul li a, 
#nav li.choose ul li a, 
#nav li.contact ul li a {
	width:160px;
	height:19px;
    padding: 7px 10px 0 10px;
    margin: 0;
    color: #fff;
    font-size: 12px;
	font-weight:bold;
	text-indent:0;
	text-decoration:none;
	text-align:left;
	border-bottom:2px solid #4d4d4d;
	background: #b75c1a;
}
#nav li.home ul li a:hover,
#nav li.locations ul li a:hover,
#nav li.specials ul li a:hover, 
#nav li.offer ul li a:hover, 
#nav li.storage ul li a:hover, 
#nav li.choose ul li a:hover, 
#nav li.contact ul li a:hover {
	background: #9d4d15;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width:180px;
	border:2px solid #4d4d4d;
	border-bottom:0;
	left: -999em;
	margin:-2px 0 0 1px;
}

#nav li ul li {
	height:auto;
	width:180px;
	display:inline;
}

#nav li ul ul { /* third-level lists */
	position: absolute;
	margin: -30px 0 0 180px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #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 { /* lists nested under hovered list items */
	left: auto;
}

/* Homepage */
/* ------------------- */

div#homeCont {
    position: relative;
	float:left;
    width: 100%;
}

/* home slideshow styles, same size as images */
div#slideshow-home {
    position: relative;
    width: 900px;
    height: 295px;
	padding-top:2px;
	margin-left:-2px;
}

/* homepage text styles */
div#homeText {
	padding-top:12px;
	width: 615px;
	float: left;
}
div#homeText p {
	padding:4px 0 10px 0;
	margin:0;
	line-height:24px;
	color:#4f4f4f;
}
div#homeText p strong {
	font-size: 16px;
	font-weight: bold;
	padding-right: 4px;
	color:#6b8e3a;
}

/* homeSpecials styles */
div#homeSpecials {
	width:258px;
	height:81px;
	float:right;
	margin: 24px 0 0 0;
	text-indent: -9999px;
	background: url(/images/home_specials.png) no-repeat;
}
div#homeSpecials h2 {
	height:41px;
	overflow:hidden;
}
div#homeSpecials a {
	margin-left:197px;
	display: block;
	width:47px;
	height:27px;
	background: url(/images/home_specials_go.png) no-repeat;
}
div#homeSpecials a:hover {
	background-position: 0 -27px;
}


/* FACILITY PAGE */
/* -------------------- */

/* BASIC LAYOUT */

div#facTop {
	clear:both;
	position:relative;
	width:100%;
	height:97px;
	padding: 18px 0 0 0;
}

div#facMiddle {
    position: relative;
    width: 100%;
	margin: 26px 0 0 0;
}

div#facBottom {
    position: relative;
    width: 100%;
	margin: 26px 0 0 0;
}

/* breadcrumbs styles */
div#middle p#trail {
    position: relative;
    float: left; 
    margin: 0; 
    padding: 2px 0 0 0;
    font-size: 10px;
}

/* printer & direction styles */
div#facility-name {float: right;}
div#facility-name ul {}
div#facility-name ul li {
    font-size: 10px;
    line-height: 18px;
    background: url(/images/printer.gif) center left no-repeat;
}
div#facility-name ul li.nobackground {background: none;} /* hide on area pages */
div#facility-name ul li a {
	padding-left: 15px;
	text-decoration: none;
}
div#facility-name ul li a:hover {}

/* address styles */
div#address {
    position: relative;
	float:left;
    width: 436px;
	line-height:20px;
}
div#address h1 {font-weight: bold;padding-bottom:1px;color:#76924d;font-size:15px;}
div#address ul {}
div#address ul li {}
div#address ul li.street {}
div#address ul li.city-state-zip {}
div#address ul li.phone {}
div#address ul li.fax-phone {}

/* web special styles */
div#special {
	position: relative;
	float: right;
	text-align: center;
	width: 436px;
	height: 97px;
	background: url(/images/special_bg_01.png) 0 0 no-repeat;
}
div#special a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:436px;
	height:97px;
	text-decoration:none;
}
div#special h3 {
	text-indent:-9999px;
}
div#special h4 {
	padding-top:25px;
	font-size:32px;
	color:#fff;
}

/* CCP styles */
div#callClickPrint {
    position: relative;
    width: 100%;
    height: 52px;
	margin-top:26px;
}
div#callClickPrint ul li {
	display:inline;
    float: left;
    list-style: none;
	width: 205px;
	height: 52px;
	margin-right:26px;
}
div#callClickPrint ul li.last {
	margin-right:0;
}
div#callClickPrint ul li a {
	text-indent: -9999px;
	display:block;
	width: 205px;
	height: 52px;
}
div#callClickPrint ul li.call h2 {
	width: 205px;
	height: 52px;
	text-indent:-9999px;
	background: url(/images/ccp_call.png) 0 0 no-repeat;
}
div#callClickPrint ul li.coupon a {
	background: url(/images/ccp_coupon.png) 0 0 no-repeat;
}
div#callClickPrint ul li.quote a {
	background: url(/images/ccp_quote.png) 0 0 no-repeat;
}
div#callClickPrint ul li.reserve a {
	background: url(/images/ccp_reserve.png) 0 0 no-repeat;
}
div#callClickPrint ul li a:hover {
	background-position:0 -52px;
}
/*fix an IE 7 bug */
#callClickPrint li:hover, #callClickPrint li.hover {position: static;}


/* accordion styles */
div#accordionWrap {
    position: relative;
    width: 436px;
	float:left;
	padding:0 0 26px 0;
}
div#accordion {
    position: relative;
    width: 436px;
}
div#accordion h3 {
    width: 436px;
    height: 41px;
	text-indent: -9999px;
}
div#accordion h3#toggler_size {
	background: url(/images/toggler_size_bg_01.png) 0 0 no-repeat;
}
div#accordion h3#toggler_features {
	background: url(/images/toggler_features_bg_01.png) 0 0 no-repeat;
}
div#accordion h3#toggler_hours {
	background: url(/images/toggler_hours_bg_01.png) 0 0 no-repeat;
}
div#accordion h3#toggler_bonus {
	background: url(/images/toggler_bonus_bg_01.png) 0 0 no-repeat;
}
div#accordion h3#toggler_size:hover {background-position: 0 -41px;}
div#accordion h3#toggler_features:hover {background-position: 0 -41px;}
div#accordion h3#toggler_hours:hover {background-position: 0 -41px;}
div#accordion h3#toggler_bonus:hover {background-position: 0 -41px;}
.toggler {cursor: pointer;}
.element {
    margin: 8px 0 0 0;
}
div#prices,
div#features,
div#hours,
div#bonus {
    width: 424px;
    padding: 5px 6px 12px 6px;
    line-height: 1.4em;
}

/* prices */
div#prices h2 {display:none;}
div#prices p {
	line-height: 1.4em;
	padding:0 20px 5px 6px;
	margin:0;
}

#prices table {
	float:left;
	width: 180px;
	margin: 0 0 10px 6px;
}
#prices td {
border-bottom: 1px solid #4d4d4d;
color: #4f4f4f;
padding: 3px 0 3px 6px;
} 
#prices td.unit {width: 50%;} 
#prices td.rate {width: 50%; text-align: center;} 
#prices ul {
float: right;
width: 210px;
list-style: none;
padding: 30px 0 0 0;	
}
#prices ul li {
padding: 5px 0 5px 0;	
}

div#existing-customers {
	float:right;
	margin:30px 50px 0 0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	font-family:verdana;
	line-height:18px;
	width:85px;
}
div#existing-customers a {
	font-weight:bold;
}

/* features */
div#features {}
div#features h2 {display:none;}
div#features dl {}
div#features dt {
    font-weight: bold;
    line-height: 1.6em;
}
div#features dd {line-height: 1.6em;}

/* hours */
div#hours {}
div#hours h2 {}
div#hours dl {}
div#hours dt {
    font-weight: bold;
    line-height: 1.8em;
}
div#hours dd {line-height: 1.6em;}

/* bonus */
div#bonus p {
	width:424px;
	padding:0;
	margin:0;
}

/* photo tour styles */
div#photoWrap {
	position:relative;
	float:right;
	width:436px;
	height:500px;
}
div#photoBorder {
	position: absolute;
	left:0;
	top:0;
	width: 436px;
	height: 379px;
	background: transparent url(/images/frame_bg_01.gif) 0 0 no-repeat;
	z-index: 970;
}
div#photo-tour {
    position: relative;
    width: 436px;
    height: 379px;
}
div#photo-tour h2 {
	display:none;
}
div#slideshow { /* size of images */
    position: relative;
    width: 436px;
    height: 379px;
	background: #fff;
}
#photoWrap p{
	font-size:11px;
	padding:8px 0 0 0;
	margin: 0 6px 0 0;
}
p.photoSEO {
	display:block;
	margin:0;
	line-height:1em;
}
p.photoLink {
	display:block;
	margin:0;
	line-height:1em;
	font-weight:bold;
}

/* Facility Page Pay Online Link */
#photoWrap div#pay {
	margin-top:26px;
	display:block;
	float:right;
	position:relative;
	width:318px;
	height:41px;
	background:url(/images/pay_online.png);
	text-indent:-9999px;
}
#photoWrap div#pay a {
	display:block;
	position:absolute;
	left:182px;
	top:0;
	height:41px;
	width:136px;
	background:url(/images/pay_online.png) -182px 0;
}
#photoWrap div#pay a:hover {
	background-position:-182px -41px;
}

/* compare section */
div#compare {
	clear:both;
    position: relative;
    width: 436px;
	float: left;
	padding: 0 0 36px 0;
}
div#compare p {
	width:436px;
	font-size:11px;
}
div#compare p.nomargin {
	font-weight:bold;
	font-size:12px;
	color:#4f4f4f;
}

/* google map */
div#mapWrap {
	position:relative;
	float:right;
	width:436px;
}
div#map {
	width:436px;
}
div#map h2 {
	padding-bottom:20px;
}
div#mapWrap p {
	font-size:11px;
	padding:8px 0 0 0;
	margin: 0 6px 20px 0;
}
#flashmap { /* size of the map */
    width: 430px;
    height: 268px;
	border:3px solid #4d4d4d;
}

/* ALL CLIENT CENTER PAGES */
div#editor-content ul {
	list-style:disc;
	margin-left:26px;
}

/* Area Page Styles */
/*--------------------*/

div#area-page,
div#comarketing-page {clear: both;}

div#area-page p.city {
    padding-left: 407px;
    text-align: right;
}

h2.city {clear: both;}
p.city {padding: 0 0 0 520px; text-align: right;}

div#area_map {
    position: relative;
    width: 467px;
    float: right;
    padding: 0 0 35px 0;
}
div#area_map #flashmap {
    width: 467px;
    height: 430px;
	border:3px solid #4d4d4d;
}

#facility-list {
    position: relative;
    width: 407px;
    float: left;
    margin: 12px 0 0 0; 
    display: inline;
}

.facility-summary {
    margin: 16px 0; 
    clear: both;
	border-bottom: 1px solid #4d4d4d;
    line-height: 1.25em;
}
.facility-summary img {
    float: left;
    padding: 0 10px 10px 0;
}
.facility-summary dl {
    margin: 0;
    padding: 0 0 20px 0; 
}
.facility-summary a img.facility-offer {display:none;}
.facility-summary dt {font-weight: bold;}
.facility-summary dd {padding: 0 0 0 10px;}
.facility-summary a {}

/* Driving Directions Styles */
/*--------------------*/

div#driving-directions {clear: both;}
div#driving-directions div#address {padding: 18px 0 0 0;}

div#driving_map {
	clear:both;
    position: relative;
    width: 898px;
    padding: 18px 0 0 0;
}
div#driving_map h2 {
	padding:0 0 10px 0;
}
div#driving-directions #flashmap {
    position: relative;
    width: 892px;
    height: 400px;
	border:3px solid #4d4d4d;
}

div#driving-text {padding: 18px 0 0 0;clear:both;}
div#driving-text h1 {font-size: 12px;}
div#driving-text h2 {font-size: 14px;padding-bottom:7px;}

div#driving-link {display:none;}

/* LOCATIONS PAGE */
/* -------------------- */
div#locations {clear: both;padding-top:18px;}
div#locations h2 {padding-bottom: 10px;font-size: 14px;}

/* SITE MAP */
/* -------------------- */
div#site-map {clear: both;padding-top:18px;}
div#site-map h3 {padding-bottom: 10px;font-size: 14px;}
div#site-map h4 {font-size: 12px; font-weight: normal;line-height: 1.4em;}

/* STATE PAGES */
/* -------------------- */
div#state-page dl {}
div#state-page dl dt {margin: 10px 0 2px 0;}
div#state-page dl dt a {font-weight: bold;}

/* UNIT SIZES POP-UP
 * --------------------------------------------------------------------------*/
body#unit-sizes-pop {background:none;}
#unit-sizes-pop {}
#unit-sizes-pop p {text-align: left; margin: 1em;}
#unit-sizes-pop table { 
    margin: 1em auto; 
    width: 90%;
    background: #f9f0d1; 
}
#unit-sizes-pop table td {
    padding: .5em 1em;
    border: 2px solid #4d4d4d;
	color: #4f4f4f;
    vertical-align: top; 
    font-weight: normal;
    text-align: left;
}
#unit-sizes-pop table th {
    color: #76924d; 
    padding: .5em 1em; 
    border: 2px solid #4d4d4d; 
    font-weight: bold; 
}

/* Footer */
/* -------------------- */

/* footerGrad to insert gradient */
div#footerGrad {
	width:898px;
	padding:0 26px 40px 26px;
	min-height:230px;
	background:url(/images/footerGrad_bg_01.gif) repeat-x;
}

div#footer a {
	color:#4f4f4f;
	margin:0;
	padding:0;
	text-decoration:none;
}

div#footer ul {
	float:right;
}
div#footer ul li {
    display: block;
	float:left;
}
div#footer ul li a {
    padding: 0 10px;
    border-right: 1px solid #4f4f4f;
    line-height: 42px;
}
div#footer ul li.last a {border: 0;padding-right:13px;}

div#footer-states {padding:0;margin:0;}
div#footer-states ul#states-list li a {padding: 0 10px;text-transform: uppercase;}
div#footer-states ul#states-list li.last a {border-right:1px solid #4f4f4f;}

div#footer-stores {
    position: relative;
	margin-right:13px;
	clear:both;
}

p#copy {
	margin:0;
	padding:0;
}
p.disclaimer {
	margin:10px 0 10px 0;
	padding:0;
}

/* footerBar styles */
div#footerBar {
	width:898px;
	height: 40px;
	background: url(/images/footerBar_bg_01.png) no-repeat;
	color:#fff;
}
div#footerBar ul#barCopy {
	float:left;
}
div#footerBar ul#barCopy li {
    padding: 0 10px;
    font-weight: bold;
    line-height: 39px;
}
div#footerBar ul {
	float:right;
}
div#footerBar ul li a {
	color:#fff;
	border-right: 1px solid #fff;
    line-height: 39px;
}
div#footerBar ul li.last a {
	padding-right:13px;
}

/* g5 footer text styles */
p.footerBrand {
	margin:0 13px 0 0;
	padding:0;
}

/* --------- /stylesheets/inline.css --------- */ 
/*
 _ _       _     _       _          
| (_)_ __ | | __(_)_   _(_) ___ ___ 
| | | '_ \| |/ /| | | | | |/ __/ _ \
| | | | | |   < | | |_| | | (_|  __/
|_|_|_| |_|_|\_\/ |\__,_|_|\___\___|
              |__/         
*/

#inline-edit-tools{
  background: #F0F4F5 url(/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(/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;
}


