/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* *************** start text.css ***************** */
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 13px/1.5 "Trebuchet MS", Helvetica, Arial, Helvetica, sans-serif;
	background: #000;
	border-top: 0 solid #000;
	color: #333;
	/*font-size: 11px;*/
	/*padding: 0 0 40px;*/
}

.menu_blog
{
	margin-left: 51px;
	color:#666;
	font-size: 13px;
	font-weight: bold;
}

.menu_work
{
	margin-left: 45px;
	color:#666;
	font-size: 13px;
	font-weight: bold;
}

/*
a .menu_blog, a:visited .menu_blog, a .menu_work, a:visited .menu_work
{
	text-decoration: none;
}*/

.active_menu
{
	color: #FFF;
}

a:hover .menu_blog, a:hover .menu_work
{
	color: #FFF;
	text-decoration: none;
}



.active_menu_arrow
{
	color: #FFF;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	margin-top: -4px;
}

.utility_nav a, .utility_nav a:visited, .utility_nav2 a, .utility_nav2 a:visited, .utility_nav_blog a, .utility_nav_blog a:visited, .utility_nav2_blog a, .utility_nav2_blog a:visited 
{
	text-decoration: none;
	font-size: 12px;
	color: #666;	
}

.utility_nav a:hover, .utility_nav2 a:hover, .utility_nav_blog a:hover, .utility_nav2_blog a:hover
{
	font-size: 12px;
	color: #DDD;
	text-decoration: none;
}

.right_align
{
	text-align: right;
}

.center_align
{
	text-align: center;
}

.blog_single_navigation a, .blog_single_navigation a:visited
{
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

.blog_single_navigation a:hover
{
	font-size: 11px;
	color: #DDD;
	text-decoration: none;
}


/*.container_6 .show_grid .grid_1 a:hover .menu*/
/*#menu a:hover
{
	color: #0F6;
	text-decoration: underline;
}*/

.secondary_subhead, .secondary_subhead_soon
{
	color: #EEE;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
}

.secondary_subhead_soon
{
	/* height: 150px; */
}

.project_title
{
	position: relative;
	top: -19px;
	margin-top: 1px;
	color: #EEE;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

.single_blog_title
{
	/*position: relative;
	top: 19px;*/
	color: #EEE;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}

.project_title_blog
{
	/*position: relative;
	top: 19px;*/
	margin-top: -18px;
	color: #EEE;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
}

.project_brief
{
	margin-top: 16px;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

.project_brief_single_blog
{
	position: relative;
	top: -1px;
}

.project_brief_single_blog
{
	position: relative;
	top: -1px;
}

.project_brief_single_blog p
{
	margin-bottom: 16px;
}

.project_brief_soon
{
	margin-top: -20px;
	color: #999;
	font-size: 12px;
	line-height: 16px;
}

.project_brief_blog
{
	margin-top: -17px;
	/*color: #999;*/
	color: #777;
	/*font-size: 14px;*/
	/*text-transform: uppercase;*/
	/*letter-spacing:-1px;*/
	line-height: 120%;
	/*line-height: 16px;*/
	font-weight: bold;
}

.project_brief a, .project_brief a:visited, .project_brief_soon a, .project_brief_soon a:visited, .project_brief_blog a, .project_brief_blog a:visited, #footer a, #footer a:visited
{
	/*color: #EEE;*/
	color: #DDD;
	border-bottom: 1px dotted #333;
	text-decoration:none;
}

.project_brief a:hover, .project_brief_soon a:hover, .project_brief_blog a:hover
{
	color: #EFEFEF;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}
/*
p
{
	border: 1px solid #666;
	overflow: hidden;
	padding: 0;
	text-align: center;
}*/

.view_comps
{
	font-size: 12px;
	line-height: 16px;
	position: relative;
	top: -36px;
	/*
	text-align: center;
	border: 1px solid #666;
	width: 85px;
	padding-top: 5px;
	height: 20px;
	*/
}

.view_comps a, .view_comps visited
{
	color: #AAA;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

.view_comps a:hover
{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
.work_subhead
{
	font-size: 11px;
	color: #EEE;
	margin-top: -1px;
	margin-bottom: 14px;
}

a:focus
{
	/*outline: 1px dotted invert;*/
}


hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

/* WordPress CSS */

.posted_on
{
	margin-top: -8px;
	color: #555;
	font-size: 11px;
	line-height: 16px;
}

.wp_title a:visited
{
	text-decoration: line-through;
}

.wp_title a
{
	font-size: 11px;
	color: #666;
	margin: 0;
}

.wp_title a:hover
{
	color: #CCC;
	margin: 0;
	/*text-decoration: none;*/
}

/*
#footer
{
	margin-top: 15px;
	margin-bottom: 15px;
}
*/

#footer
{
	color: #777;
	font-size: 12px;
	line-height: 18px;
}

#footer a.highlight, #footer a.highlight:visited
{
	color: #E7B42B;
	text-decoration: none;
	border-bottom: 0;
}


#footer a.highlight:hover
{
	color: #f8D72B;
	text-decoration: none;
	border-bottom: 0;
}

#spaceBeforeFooter
{
	margin-top:20px;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, .container_6 {height: 100%;}

body > .container_6 {height: auto; min-height: 100%;}

.show_grid {padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* *************** end text.css ***************** */

/* *************** start 961.css ***************** */
#logo img {
	border: 0;
	position: relative;
	top: -6px;
	margin-bottom: 16px;
}

a, a:visited, a:hover, a:link
{
	text-decoration: none;
}

.menu_blog, .menu_work, .active_menu
{
	position: relative;
	top: 6px;/*8px;*/
	padding-top: 10px; /* so there is more to click on / hover over */
	padding-bottom: 6px;
	text-decoration: none;
	border: 0;
}

.menu_line
{
	/*
	background-image:url(../images/menu_line.gif);
	position: relative;
	top: 34px;
	left: 168px;
	width:305px;
	height:1px;	*/
}

.utility_nav
{
	display: inline;
	float: left;
	width: 70px;
	position: relative;
	top: 6px;/*8px;*/
	left: 328px;
	padding-top: 10px; /* so there is more to click on / hover over */
}

.utility_nav_blog
{
	display: inline;
	float: left;
	width: 70px;
	position: relative;
	top: 9px;/*8px;*/
	left: 328px;
	padding-top: 10px; /* so there is more to click on / hover over */
}

.utility_nav_divider_line
{
	display: inline;
	float: left;
	width: 1px;
	position: relative;
	top: 8px;/*8px;*/
	left: 318px;
	padding-top: 10px; /* so there is more to click on / hover over */
}

.utility_nav_divider_line_blog
{
	display: inline;
	float: left;
	width: 1px;
	position: relative;
	top: 10px;/*8px;*/
	left: 318px;
	padding-top: 10px; /* so there is more to click on / hover over */
}

.utility_nav2
{
	display: inline;
	float: left;
	width: 70px;
	position: relative;
	top: 6px;/*8px;*/
	left: 199px;
	padding-top: 10px; /* so there is more to click on / hover over */
}

.utility_nav2_blog
{
	display: inline;
	float: left;
	width: 70px;
	position: relative;
	top: 9px;/*8px;*/
	left: 199px;
	padding-top: 10px; /* so there is more to click on / hover over */
}


.main_image
{/*
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: -3px;*/
}

.blog_image
{
	float: left;
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: -3px;
}

.main_image_reel
{
	position: relative;
	top: -1px;
	margin-bottom: 0px;
	text-align: center;
	width: 465px;
	height: 260px; /* 257px */
	/*border: 1px solid red;*/
}

.space_before_work
{
	height: 1px;
	width: 1px;
}

.main_image a:link img, .main_image a:visited img
{
	border: 1px solid #616161;
}

.main_image a:hover img
{
	border: 1px solid #F1A50E;
}

/* orange border for artblog thumbs */
.fb_group a:link img, .fb_group a:visited img
{
	border: 1px solid #616161;
}

.fb_group a:hover img
{
	border: 1px solid #F1A50E;
}

/*
.main_image img
{	
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}*/
/*

.main_image a:link, .main_image a:visited
{
	/*border-bottom: 2px solid #999;*-/
	color: #000;
}

.main_image a:hover
{
	/*border-bottom: 2px solid #FF9900;*-/
	color: #f1a50e;
}
*/

.single_blog_title
{
	position:relative;
	top: 18px;
}

.clear_between_header, .clear_between_header_blog
{
	margin-top: 10px;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear_between_header_blog
{
	margin-top: 14px;
}

.blog_single_navigation
{
	/*background-color: #ff0000;*/
	width: 100px;
	margin-left: 1px;
	position: relative;
	top: 1px;
	margin-top: -16px;
	float: left;	
}


.secondary_line1
{
	background-color: #f1a50e;
	position: relative;
	margin-top: 0px;
	margin-bottom: 1px;
	left: -1px;
	width:145px;
	height:1px;
}

.secondary_line1_blog
{
	/*background-color: #f1a50e; */
	background-color: #4D4D4D;
	position: relative;
	margin-top: 0px;
	margin-bottom: 1px;
	left: -1px;
	width:100%;
	height:1px;
}

.secondary_line2
{
	background-color: #4d4d4d;
	position: relative;
	margin-top: 0px;
	margin-bottom: 1px;
	left: -1px;
	width:305px;
	height:1px;
}

.secondary_line_single_blog
{
	background-color: #4d4d4d;
	position: relative;
	margin-top: 0px;
	margin-bottom: 1px;
	left: -2px;
	width:145px;
	height:1px;
}

.secondary_line_blog
{
	background-color: #4d4d4d;
	position: relative;
	margin-top: 0px;
	margin-bottom: 1px;
	left: -1px;
	width:145px;
	height:1px;
}

.secondary_line_soon
{
	background-color: #f1a50e;
	position: relative;
	margin-top: 0px;
	margin-bottom: 1px;
	left: -1px;
	width:305px;
	height:1px;
}

.view_comps_line
{
	background-color: #f1a50e;
	position: relative;
	top: -8px;
	left: -1px;
	width:59px;
	height:1px;
}

.work_line
{
	background-color: #4d4d4d;
	margin-top: 28px;
	width:945px;
	height:1px;
}

.work_line_blog
{
	background-color: #4d4d4d;
	margin-top: 28px;
	margin-left: 8px;
	width:945px;
	height:1px;
}

.footer_line_blog
{
	background-color: #4d4d4d;
	margin-left: 8px;
	width:945px;
	height:1px;
}


.space_for_blank_page
{
	height: 260px;
}

.space_between_header_blog
{
	margin-top: 15px;
}

.space_between_description_and_thumbs_blog
{
	margin-top: -1px;
}

.soon
{
	margin-bottom: -1px;
}

.soon2
{
	position:relative;
	top: 1px;
}

.space_for_blank_page2
{
	height: 0px;
}

.view_reel_bug
{
	border: 0;
	margin-top: -20px;
	position: relative;
	left: 55px;
	width: 50px;
	text-decoration: none;
}

.view_reel_bug img
{
	border: 0;
}

/* Thumb Images */

.work_items
{
	position: relative;
	top: -4px;
}

.space_between_6_thumbs
{
	margin-top: 8px;	
}

.container_6 .work_items .grid_1
{
	margin-left: 1px;
	margin-right: 0px;
	width: 157px;
	height: 104px;
	overflow: hidden;
}

.niia_thumbs
{
	background: url(../images/niia_thumbs.png) 0 0 no-repeat;
}

.starkist_thumbs
{
	background: url(../images/starkist_thumbs.png) 0 0 no-repeat;
}

.axis1_thumbs
{
	background: url(../images/axis1_thumbs.png) 0 0 no-repeat;
}

.chuck_thumbs
{
	background: url(../images/chuck_thumbs.png) 0 0 no-repeat;
}

.inspiration_zone_thumbs
{
	background: url(../images/inspiration_zone_thumbs.png) 0 0 no-repeat;
}

.london_thumbs
{
	background: url(../images/london_thumbs.png) 0 0 no-repeat;
}

.ems_thumbs
{
	background: url(../images/ems_thumbs.png) 0 0 no-repeat;
}

.jenniferandpeter_thumbs
{
	background: url(../images/jenniferandpeter_thumbs.png) 0 0 no-repeat;
}

.mpt_thumbs
{
	background: url(../images/mpt_thumbs.png) 0 0 no-repeat;
}

.finch_paper_thumbs
{
	background: url(../images/finch_paper_thumbs.png) 0 0 no-repeat;
}

.run_lola_run_thumbs
{
	background: url(../images/run_lola_run_thumbs.png) 0 0 no-repeat;
}

.monguzzi_thumbs
{
	background: url(../images/monguzzi_thumbs.png) 0 0 no-repeat;
}

.nrdc_thumbs
{
	background: url(../images/nrdc_thumbs.png) 0 0 no-repeat;
}

.supercarlife_thumbs
{
	background: url(../images/supercarlife_thumbs.png) 0 0 no-repeat;
}


/* thumbnail mouse overs */
.container_6 .work_items a:visited .grid_1
{
	background-position: 0 -208px;	
}

.container_6 .work_items a:hover .grid_1
{
	background-position: 0 -104px/*-119px*/;	
}

.active_thumb
{
	background-position: 0 -104px;
}

/* end thumb images */


/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.container_6
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	width: 961px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6
{
	display: inline;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

.container_6 .grid_1
{
	width: 145px;
}

.container_6 .grid_2
{
	width: 305px;
}

.container_6 .grid_3
{
	width: 465px;
}

.container_6 .grid_4
{
	width: 625px;
}

.container_6 .grid_5
{
	width: 785px;
}

.container_6 .grid_6
{
	width: 945px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* =Prefix Extra Space >> 6 Columns
--------------------------------------------------------------------------------*/

.container_6 .prefix_1
{
	padding-left: 160px;
}

.container_6 .prefix_2
{
	padding-left: 320px;
}

.container_6 .prefix_3
{
	padding-left: 480px;
}

.container_6 .prefix_4
{
	padding-left: 640px;
}

.container_6 .prefix_5
{
	padding-left: 800px;
}

/* =Suffix Extra Space >> 6 Columns
--------------------------------------------------------------------------------*/

.container_6 .suffix_1
{
	padding-right: 160px;
}

.container_6 .suffix_2
{
	padding-right: 320px;
}

.container_6 .suffix_3
{
	padding-right: 480px;
}

.container_6 .suffix_4
{
	padding-right: 640px;
}

.container_6 .suffix_5
{
	padding-right: 800px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* Word Press CSS */

#wp_content
{
	float:left;
	width: 961px;
	margin:40px 0 0 0
}

#wp_content_blog
{
	float:left;
	width: 961px;
	margin:-3px 0 0 0
}

.wp_clear
{
	clear: both;
}

.wp_image
{
	float: left;
	width: 145px;
}

.wp_image img
{
	border: 0;
	float: left;
	/*margin:0 15px 20px 0; */
}

.wp_outer_margin_left
{
	margin-left: 8px;
}

.wp_outer_margin_right
{
	margin-right: 8px;
}

.wp_inside_margin_left
{
	margin-left: 15px;
}

/* *************** end 961.css ***************** */

/* ******************** start jquery.fancebox-1.2.6.css ****************************** */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}

/* ******************** end jquery.fancebox-1.2.6.css ****************************** */