@charset "UTF-8";
/*
Theme Name: Abandon V2
Theme URI: http://abandon.ie/
Description: Highly functional HTML5  Theme based off HTML5 Boilerplate and Initilizr. It also has a wider version of the 960 grid that is 1008px wide.
Author: Abban Dunne
Version: 1
Tags: 1008 grid.
*/

@import url("css/reset.css");
@import url("css/grid.css");
@import url("css/text.css");

/*required wordpress WYSIWYG editor classes*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*----------------------------------------
FORMS
------------------------------------------*/

label{
	float: left;
	width:130px;
	text-align: right;
	margin-right: 10px;
}
#contact_form label{
	text-align: left;
}
input[type="text"],input[type="url"],input[type="email"],textarea{
	margin: 0;
	padding:5px;
	border:1px solid #ddd;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, Serif;
	outline: none;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
textarea{
	width:400px;
	height:150px;
}
#contact_form textarea{
	width:360px;
}
input[type="submit"]{
	margin:0;
	padding:5px 10px;
	margin-left: 140px;
	border:0;
	background: #25aae1;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, Serif;
	color:#fff;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
#contact_form input[type="submit"]{
	margin-left: 0;
}
input[type="submit"]:hover, input[type="submit"]:focus{
	cursor: pointer;
}

#contact_form, #contact_form p{
	margin-bottom: .75em;
}

/*----------------------------------------
LAYOUT
------------------------------------------*/
body{
	background: #343c3f;
}
#breadcrumbs{
	font-size: small;
	font-style: italic;
	margin-bottom: 0;
	line-height: 3em;
	color:#82939a;
}
.front_title{
	padding-top: 1.5em;
}
#content{
	width:100%;
	min-width: 1008px;
	background: #fff;
}

header#worlds_birth{
	height:3em;
	line-height: 3em;
	color:#fff;
	background: #343c3f;
}

header#worlds_birth nav ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	}
	header#worlds_birth nav ul li{
		display: inline;
	}
	header#worlds_birth nav ul li a{
		display: block;
		float: left;
		padding-left: 20px;
		margin-right: 17px;
		background: url(images/bullet.png) left center no-repeat;
		color:#fff;
	}header#worlds_birth nav ul li:first-child a{
		padding-left: 0;
		background: none;
	}
	header#worlds_birth nav ul li a:hover,
	header#worlds_birth nav ul li a:focus,
	header#worlds_birth nav ul li.current-menu-item a,
	header#worlds_birth nav ul li.current-menu-parent a{
		color:#25aae1;
		text-decoration: none;
	}

#work_status{
	font-size: 11px;
	letter-spacing: -.5px;
	color:#82939a;
	text-align: center;
}
#contact_bar_front{
	padding-top: 147px;
}
#contact_bar{
	padding-top:159px;
}
#contact_bar h3, #contact_bar_single h3, #contact_bar_front h3{
	color:#82939a;
	font-style: italic;
}
#contact_bar ul, #contact_bar_single ul, #contact_bar_front ul{
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: 14px;
	color: #82939a;
	}
	#contact_bar #tweet, #contact_bar_front #tweet{
		position: relative;
		font-size: 12px;
		line-height: 18px;
		background: #fff;
		margin:10px -12px;
		padding:6px 12px;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow:0px 0px 10px RGBA(0,0,0,0.1);
		-webkit-box-shadow:0px 0px 10px RGBA(0,0,0,0.1);
		-o-box-shadow:0px 0px 10px RGBA(0,0,0,0.1);
		box-shadow:0px 0px 10px RGBA(0,0,0,0.1);
	}
	#contact_bar #tweet p, #contact_bar_front #tweet p{
		margin:0;
	}
	#contact_bar #tweet #tweetpointer, #contact_bar_front #tweet #tweetpointer{
		position: absolute;
		top:-10px;
		left:60px;
		width:10px;
		height:10px;
		background: url(images/tweetpointer.png) top left no-repeat;
	}
.spricon span{
	display: block;
	width:16px;
	height:24px;
	float: left;
	vertical-align: middle;
	margin-right: 4px;
}
.email > span{
	background: url(images/spricons.png) 0px 4px no-repeat; 
}
.phone > span{
	background: url(images/spricons.png) -16px 4px no-repeat; 
}
.twitter > span{
	background: url(images/spricons.png) -32px 4px no-repeat; 
}
#main{
	float: left;
	width:840px;
}
#main_single{

}
#logo figure{
	margin-top: -48px;
}
#logo div{
	font-size: 14px;
	font-style: italic;
	color: #82939a;
	letter-spacing: -1px;
	text-align: center;
	line-height: 1;
	margin-bottom: 1em;
}
.side_pointer{
	width:148px;
	height:32px;
	line-height: 32px;
	color:#fff;
	font-style: italic;
	font-size: 24px;
	letter-spacing: -1px;
	padding-left: 8px;
	background: url(images/side-pointer.png) top left no-repeat;
}
#blurb{
	margin-bottom: 1.5em;
}
#blurb p{
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1;
	letter-spacing: -1px;
}
.content_holder{
	float: left;
	width:672px;
}
.image_list figure a, .blog_list figure a, #main_pic{
	display: block;
	padding:5px;
	background: #fff;
	margin-bottom: 1.5em;
	
	-moz-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	-o-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
}
.image_list figure a{
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.image_list figure a:hover, .image_list figure a:focus{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.front_photo figure a{
	display: block;
	background: #fff;
	margin-bottom: 1.5em;
	
	-moz-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	-o-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
}
.blog_list h2{
	margin-bottom: 12px;
	line-height: 1.1em;
}
.blog_list h2 + p, .front_photo h2 + p{
	margin-bottom: 12px;
	font-size: small;
	font-style: italic;
	color:#82939a;
}

#cta p{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 0;
}
#cta a{
	display: block;
	width:386px;
	padding-left: 10px;
	height:80px;
	line-height: 80px;
	color:#fff;
	font-size: 54px;
	font-style: italic;
	text-decoration: none;
	background: url(images/cta.png) top left no-repeat;
	margin-bottom: 48px;
	margin-top: -24px;
}

footer#worlds_end{
	padding:1.5em 0;
	color:#fff;
}
footer#worlds_end h3{
	font-style: italic;
	margin-bottom: .5em;
}
#footer_links{
	clear: both;
	height:144px;
	background: url(images/footer-links.png) top left no-repeat;
}
#footer_links div{
	height:60px;
	background: #384043;
	margin-bottom: 1.5em;
}
#disclaimer{
	margin-top: 1.5em;
	text-align: right;
	font-size: small;
	font-style: italic;
}
.syntaxhighlighter{
	margin-right: -168px !important;
	font-size: small;
	border-bottom: 3px double #ddd !important;
	border-top:3px double #ddd !important;
	border-right: none !important;
	border-left: none !important;
	padding: 1.5em 0 !important;
	margin-bottom: 1.5em !important;
}

/*---------------------------------------
Portfolio
-----------------------------------------*/
#visit_button{
	display: block;
	width:143px;
	padding-left: 15px;
	height:40px;
	margin-top: -8px;
	margin-bottom: 16px;
	background: url(images/visit-button.png) top left no-repeat;
	color:#fff;
	line-height: 40px;
	font-size: 28px;
	font-style: italic;
	text-decoration: none;
}
#thumbnails{
	margin:0 -12px;
}
#tech h3{
	font-style: italic;
	color:#82939a;	
}
#tech ul, .tech ul, .widget{
	margin-right:0;
	padding:0;
	list-style-type: none;
	}
	#tech a, .tech a{
		display: block;
		width:139px;
		padding-left: 5px;
		text-decoration: none;
		margin-bottom: 3px;
		background: url(images/list-bg-grey.png);
		color:#82939a;
	}

/*---------------------------------------
About
-----------------------------------------*/
#skills_list{
	color:#82939a;
}
#skills_list h3, #skills_list h4{
	color:#343c3f;
}
#skills_list h4{
	margin-bottom: 0;
	font-style: italic;
}
/*---------------------------------------
Skill Feed
-----------------------------------------*/
.skill_feed h3{
	margin-bottom: .5em;
}
.skill_feed p{
	color:#82939a;
}
.load_more a{
	display: block;
	width:312px;
	height:50px;
	background: url(images/load-more.png) 0px 0px no-repeat;
	text-indent: -9999px;
	margin: 1.5em 0;
}
.load_more a:hover, .load_more a:focus{
	background: url(images/load-more.png) 0px -50px no-repeat;
}
.appender{
	display: none;
}
/*---------------------------------------
Category
-----------------------------------------*/
#bottom_nav{
	margin-bottom: 1.5em;
}
.nav_next a, .nav_prev a{
	display: block;
	height:24px;
	width:144px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.nav_next a{
	background: url(images/list-bg-left.png) top left no-repeat;
	float: left;
}
.nav_prev a{
	background: url(images/list-bg.png) top left no-repeat;
	float: right;
}

/*---------------------------------------
Sidebar
-----------------------------------------*/
.widget li a{
	display: block;
	width:139px;
	padding-left: 5px;
	margin-bottom: 3px;
	background: url(images/list-bg-grey.png);
	color:#82939a;
	text-decoration: none;
}
/*---------------------------------------
Single Blog
-----------------------------------------*/
#post_excerpt{
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 30px;
	text-align: justify;
}
#post_excerpt hr + p, p.post_meta{
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	color:#82939a;
}
#post_content, .post_excerpt{
	text-align: justify;
}
/*---------------------------------------
Single Photo
-----------------------------------------*/
#daily_photo{
	margin-bottom: 1.5em;
	-moz-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	-o-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
}
#license{
	font-size: small;
	font-style: italic;
	color:#82939a;
}
/*---------------------------------------
Comments
-----------------------------------------*/
#comment_list{
	margin-right:0;
	padding-left:0;
	list-style-type: none;
}
#comment_list hr{
	margin-top: 1.5em;
}
#comment_list li:last-child hr{
	display: none;
}
#comment_list figure img{
	padding:5px;
	-moz-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	-o-box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
	box-shadow:0px 0px 10px RGBA(0,0,0,0.2);
}
#comment_list article h4, #comment_list article p:last-child{
	margin-bottom: 0;
}
#comment_list article h4 + p, .comment_disclaimer, .comment_moderation{
	font-size: small;
	font-style: italic;
	color:#82939a;
}
.comment-subscription-form{
	display: none;
}
/*---------------------------------------
404
-----------------------------------------*/
#four_oh_four_logo{
	position: relative;
	z-index: 999;
}
#four_oh_four{
	background: url(images/404.png) top right no-repeat;
	height: 544px;
	margin-bottom: 1.5em;
	margin-top: -140px;
}
#four_oh_four a{
	display: block;
	width:386px;
	padding-left: 10px;
	height:80px;
	line-height: 80px;
	color:#fff;
	font-size: 54px;
	font-style: italic;
	text-decoration: none;
	background: url(images/cta.png) top left no-repeat;
	margin-bottom: 48px;
	margin-top: 380px;
	margin-left: -60px;
}

/*---------------------------------------
OPTIONS PLUGIN
-----------------------------------------*/
.quiet{
	color:#666;
}
#doc_toc li{
	margin-bottom: .75em;
}
#doc_toc a{
	font-size: 1.2em;
}
.download_button{
	display: block;
	margin-bottom: 1.5em;
	width:228px;
	height:50px;
	background: url(images/download-button.png);
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
.download_plugin{
	display: block;
	margin-bottom: 1.5em;
	width:228px;
	height:50px;
	background: url(images/plugin-button.png);
	text-indent: -9999px;
	float: left;
	margin-right: 24px;
}
.download_theme{
	display: block;
	margin-bottom: 1.5em;
	width:228px;
	height:50px;
	background: url(images/theme-button.png);
	text-indent: -9999px;
	float: left;
}
.download_plugin:hover, .download_plugin:focus,
.download_theme:hover, .download_theme:focus,
.download_button:hover, .download_button:focus{
	background-position: 0px -50px;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


