/*
	Theme Name: Lifestream
	Theme URL: http://www.briangardner.com
	Description: Landscape is a custom child theme created for the Genesis Theme Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Template: genesis
*/


body {
	background: url(../images/bg.png);
	color: #333333;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #047BBB;
	text-decoration: none;
	}
	
a:hover {
	color: #047BBB;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 860px;
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header ********************/

#header {
	width: 860px; 
	height: /*80px*/186px;
	margin: 0 auto /*0*/ 2;
	padding: 0;
/*	 background-image: url(../images/logoretour2010px860metstampgekleurd.png);*/
	background-image: url(../images/underconstructionlogo.png);
	}
	
#header .wrap {
	}

#title-area {
	width: 400px;
	float: left;
	margin: 0; 
	padding: 10px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 5px 0 0 10px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 10px;
	}

#header .widget-area {
	width: 450px;
	color: #FFFFFF;
	float: right;
	margin: 0; 
	padding: 0;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	background: url(images/logo.png);
	display: block; 
	float: left;
	width: 400px;
	height: 80px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}
	
	
/****/
h1 {	color: #333333;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;}



/****/	

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 850px; 
	}
	
/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 12px;
    margin: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 11px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	background: #222222;
	color: #FFFFFF;
	width: 148px; 
	font-size: 11px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #333333;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	background: #111111;
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a { 
	width: 150px;
	}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
	}

#header ul.nav li ul ul {
	margin: -31px 0 0 168px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	background: #666666;
	width: 860px;
	height: 31px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 0;
	text-transform: uppercase;
	-moz-box-shadow: 0 3px 3px #333333;
	-webkit-box-shadow: 0 3px 3px #333333;
	}

#nav .wrap {
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
    margin: 0;
	padding: 6px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #333333;
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down.png);
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	width: 153px; 
	margin: 0;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #666666;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 155px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 173px;
	}

#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 {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	margin: 0 10px 0 0;
	padding: 6px 5px 0 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}

/***** Inner ********************/

#inner {
	width: 860px;
	margin: 0 auto 0;
	padding: 15px 0 0 0;
	}
	
	
/***** Content-Sidebar Wrapper ********************/

.content-sidebar #content-sidebar-wrap {
	width: 860px;
	}

/***** Content ********************/

#content {
	width: 630px;
	margin: 0;
	padding: 0;
	float: left;
	}

#content .disc
{	width: 275px;
	 height: 200px;
	 float: left;
	 margin: 4px;
	padding: 4px;
	border: 1px solid #000000 !important;
	background-image: url(../images/Aztec3light.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	} 

#content .post img, #content .post p img {
	max-width: 100%;
	}
	
#content .page .themes {
	padding: 4px;
	border: 1px solid #333333;
	}

#content blockquote {
	color: #666666;
	font-style: italic;
	margin: 5px 15px 15px 15px;
	padding: 0 0 0 10px;
	border-left: 1px solid #333333;
	}
	
#content .post blockquote p {
	margin: 0;
	padding: 0;
	}

#content .post {
	background: #FFFFFF;
	margin: 0 0 30px 0;
	padding: 15px 15px 10px 15px;
	overflow: hidden;
	-moz-box-shadow: 0 3px 3px #333333;
	-webkit-box-shadow: 0 3px 3px #333333;
	}
	
.single #content .post, #content .page {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 15px 15px 10px 15px;
	overflow: hidden;
	-moz-box-shadow: 0 3px 3px #333333;
	-webkit-box-shadow: 0 3px 3px #333333;
	}

#content .post p {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	clear: both;
	font-size: 12px;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #333333;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #111111;
	font-family: Century Gothic, Verdana, Arial;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	}

#content h1 {
	font-size: 20px;
	}
	
#content h2 {
	font-size: 20px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #111111;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #047BBB;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 18px;
	margin: 
	0;
	}
	
#content h4 {
	font-size: 16px;
	}

/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}
	
.categories {
	margin: 0;
	padding: 0;
	}
	
.tags {
	margin: 0;
	padding: 0;
	}

/***** Images ********************/
/*#gallery-1
{background-image: images/Aztec2.gif;

}*/
#gallery-1 img {
	padding: 4px;
	border: 1px solid #000000 !important;
	}

img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

/***** Post Navigation ********************/

.navigation {
	width: 100%;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 15px 0;
	overflow: auto;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	background: #FFFFFF;
	color: #333333;
	padding: 5px 8px 4px 8px;
	border: 1px solid #FFFFFF;
	-moz-box-shadow: 0 3px 3px #333333;
	-webkit-box-shadow: 0 3px 3px #333333;
	}

.navigation li a:hover {
	background: #666666;
	color: #FFFFFF;
	border: 1px solid #666666;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #666666;
	color: #FFFFFF;
	border: 1px solid #666666;
	-moz-box-shadow: 0 3px 3px #333333;
	-webkit-box-shadow: 0 3px 3px #333333;
	}

/***** Sidebar ********************/

#sidebar {
	width: 210px;
	float: right;
	color: #333333;
	font-size: 12px;
	margin: 0;
	display: inline;
	}

#sidebar .widget {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 15px;
	overflow: hidden;
	-moz-box-shadow: 0 3px 3px #333333;
	-webkit-box-shadow: 0 3px 3px #333333;
	}

#sidebar h4 {
	color: #333333;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #333333;
	}

#sidebar .widget p {
	margin: 0;
	padding: 0;
	}
	
#sidebar .textwidget p {
	margin: 0;
	padding: 5px 0 0 0;
	}

#sidebar img, #sidebar a img {
	border: none;
	margin: 10px 0 5px 0;
	padding: 4px;
	border: 1px solid #333333;
	}

#sidebar ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	}

#sidebar ul ul {
	margin: 0;
	padding: 0 0 0 15px;
	}

#sidebar li {
	margin: 0 0 3px 0;
	padding: 2px 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	word-wrap: break-word;
	line-height: 16px;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 5px 0 0 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #FFFFFF !important;
	width: 130px;
	color: #333333;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 11px;
	padding: 3px 0 3px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #333333;
	}
	
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Century Gothic, Verdana, Arial;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: none;
	}
	
.enews #subbutton:hover {
	background: #047BBB;
	border: none;
	}

/***** Contact Form ********************/
	
.gform_footer .button {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Century Gothic, Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: none;
	}
	
.gform_footer .button:hover {
	background: #047BBB;
	border: none;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}

/***** Footer ********************/

#footer {
	background: #666666;
	clear: both;
	width: 860px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0 auto 20px;
	padding: 0;
	text-transform: uppercase;
	-moz-box-shadow: 0 3px 3px #333333;
	-webkit-box-shadow: 0 3px 3px #333333;
	overflow: hidden;
	}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 100px;
	float: left;
	margin: 0;
	padding: 7px 0 5px 10px;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/footer-top.png) no-repeat left center;
	}
	
#footer .creds {
	width: 720px;
	float: right;
	margin: 0;
	padding: 7px 10px 5px 0;
	text-align: right;
	}
	
/***** Comments ********************/

#comments, #respond, #pings {
	background: #FFFFFF;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	overflow: hidden;
	-moz-box-shadow: 0 3px 3px #333333;
	-webkit-box-shadow: 0 3px 3px #333333;
	}

#author, #email, #url {
	background: #FFFFFF !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #333333;
	}
	
#comment {
	background: #FFFFFF !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #333333;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: none;
	}
	
#submit:hover {
	background: #047BBB;
	border: none;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #333333;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	font-size: 12px;
	font-weight: normal;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border-left: 1px solid #333333;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border-left: 1px solid #333333;
	margin: 0 0 10px 0;
	padding: 0;
	}

http://www.briangardner.com/wp-content/plugins/jquery-lightbox-for-native-galleries/colorbox/theme5/colorbox.css?ver=1.3.6

/*

    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:visible;}

#cboxLoadedContent{overflow:auto;}

#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}

#cboxTitle{margin:0;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}



/* 

    ColorBox 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:#000;}



#colorbox{}

    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) 0 0 no-repeat;}

    #cboxTopCenter{height:14px; background:url(images/border.png) top left repeat-x;}

    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) -36px 0 no-repeat;}

    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) 0 -32px no-repeat;}

    #cboxBottomCenter{height:43px; background:url(images/border.png) bottom left repeat-x;}

    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) -36px -32px no-repeat;}

    #cboxMiddleLeft{width:14px; background:url(images/controls.png) -175px 0 repeat-y;}

    #cboxMiddleRight{width:14px; background:url(images/controls.png) -211px 0 repeat-y;}

    #cboxContent{background:#fff;}

        #cboxLoadedContent{margin-bottom:5px;}

        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}

        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}

        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}

        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        

        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}

        #cboxPrevious{left:0px; background-position: -51px -25px;}

        #cboxPrevious.hover{background-position:-51px 0px;}

        #cboxNext{left:27px; background-position:-75px -25px;}

        #cboxNext.hover{background-position:-75px 0px;}

        #cboxClose{right:0; background-position:-100px -25px;}

        #cboxClose.hover{background-position:-100px 0px;}

        

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}

        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}

        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}

        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
