/*
Theme Name: Dauerfeuer
Theme URI: http://dauerfeuer.net/
Description: Das fabuloese Dauerfeuer-Theme.
Version: 0.1
Author: Emanuekl Kluge
Author URI: http://www.emanuel-kluge.de/
Tags: black, two columns
Text Domain: dauerfeuer

	Dauerfeuer v0.1
	 http://dauerfeuer.net/

	This theme was built by Emanuekl Kluge,
	whose blog you will find at http://www.emanuel-kluge.de/blog/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Eric Meyer's CSS Reset
____________________________________________________________
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

	
}

*{ 
 }


html {
	overflow-y: scroll;
}

body    { color: #e6e6e6; font: 16px/1.5em Podkova, arial, serif; background-color: #0e0e0e; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; text-align: left }

focus, :active {
	outline: 0;
}

ul {
	list-style: none;
}

a:link,
a:visited  { color: #0ff; text-decoration: none }

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#wrap {
	width: 890px;
	margin: 0 0 20px 240px;
	clear: left;
	overflow: hidden;
}

#wrap{
	margin: 0 auto;
	padding: 50px 30px 30px;
	text-align: left;
	width: 890px;
}


/* HEADER
=======================================*/

#header {
	position: relative;
	width: 248px;
	height: 190px;
	margin: 21px 196px 16px 450px;
}

h1 {
	width: 248px;
	height: 62px;
	margin-bottom: 20px;
}

h1 a {
	display: block;
	width: auto;
	height: 62px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/logo.jpg') 0 0 no-repeat;
}

.nav {
	margin: 0 0 15px 5px;
}

.nav li,
.feed_links li {
	text-transform: lowercase;
}

.nav a {
	color: #e0ff00;
}


/* CONTENT
=======================================*/


#top{
	width:100%;
	height:35px;
	background:#000;
	text-align:left;
	border-bottom:1px solid #222;
	position: fixed;
	z-index: 666;
}

#top .inner{
	width:880px;
	margin:0 auto;
}




/* CONTENT
=======================================*/

#content {
	width: 720px;
	margin-right: 10px;
	display: inline;
	float: left;
}

h2    { color: #0ff; font-size: 22px; font-family: Abel, arial; font-weight: normal; line-height: 1.4em; text-transform: uppercase; margin-bottom: 15px; border-bottom: 3px solid #151515 }

.content_headline {
	margin-right: 20px;
}

#portfolio {
	margin-bottom: 20px;
	clear: left;
	overflow: hidden;
}

#portfolio li {
	position: relative;
	width: 220px;
	height: 180px;
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	border-bottom: 5px solid #e0ff00;
}

#portfolio li:hover  { border-color: #0ff }

#portfolio li img {
	position: absolute;
	top: -20px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

#portfolio li a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#portfolio li h3 {

 font-family: Abel, arial; font-weight: normal; line-height: 1.1em; text-transform: uppercase;
	position: absolute;
	width: 200px;
	padding: 5px 10px 20px 10px;
	left: 0;
	bottom: 0;
	line-height: 18px;
	background-color: #000;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

.post,
.page {
	margin: 0 20px 35px 0;
}

.date {

 font-family: Abel, arial; font-weight: normal; line-height: 1.1em; text-transform: uppercase

	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #e0ff00;
}

.post h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #2B2B2B;
}

.post p,
.page p  { font-style: normal; font-variant: normal; font-weight: normal; margin-bottom: 20px }

p.edit_post_link {
	width: 120px;
	height: 22px;
	margin-top: 10px;
	font: normal 12px Verdana, Arial, Helvetica;
	text-align: center;
	vertical-align: middle;
	background-color: #111;
	border: 1px solid #333;
}

p.edit_post_link a {
	line-height: 22px;
}

.single_post {
	border-bottom: 1px solid #2B2B2B;
}

.back_button {
	margin-bottom: 20px;
}

.posts_navigation,
.post_navigation {
	width: 700px;
	margin: 0 20px 20px 0;
	clear: both;
	overflow: hidden;
}

.posts_navigation li {
	width: 350px;
}

.next_posts {
	float: left;
}

.prev_posts {
	float: right;
	text-align: right;
}

.post_navigation {
	margin: -30px 20px 30px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #2B2B2B;
}

.next_post {
	width: 300px;
	margin-right: 50px;
	float: left;
}

.prev_post {
	width: 300px;
	margin-left: 50px;
	float: right;
	text-align: right;
}

/* 404-SEITE
=======================================*/

.error404 .post p {
	text-align: center;
}

.error404 .post p a {
	display: block;
	width: 304px;
	height: 371px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #000;
	background: url('images/404.jpg') 0 0 no-repeat;
}

.error404 .post p a:hover {
	border-color: #2B2B2B;
}

/* KOMMENTARE
=======================================*/

#comments {
	margin-top: 20px;
}

#comments,
#respond h4 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #e0ff00;
}

.commentlist {
	margin-bottom: 20px;
}

.commentlist li {
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
}

.comment_header {
	width: 630px;
	height: 22px;
	padding-left: 70px;
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
	border-bottom: 1px solid #2B2B2B;
}

.comment_header h5 {
	width: 530px;
	height: 22px;
	float: left;
	color: #e0ff00;
	font-weight: bold;
}

.comment_header small {
	display: block;
	width: 100px;
	height: 22px;
	float: left;
	text-align: right;
}

.avatar {
	width: 48px;
	height: 48px;
	margin-right: 20px;
	border: 1px solid #2B2B2B;
	float: left;
}

.commenttext {
	width: 630px;
	float: left;
	font: normal 14px Times, "Times New Roman", Georgia;
}

.comment_moderation {
	padding: 0 5px;
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	background-color: #e0ff00;
}

#commentform {
	margin-bottom: 20px;
}

#commentform dl {
	clear: left;
	overflow: hidden;
}

#commentform dt,
#commentform dd {
	height: 22px;
	float: left;
	margin-bottom: 5px;
}

#commentform dt {
	width: 220px;
	margin-right: 10px;
}

#commentform dd {
	width: 490px;
}

#author,
#email,
#url {
	width: 210px;
	height: 20px;
	padding: 0 4px;
	line-height: 20px;
}

#comment {
	width: 538px;
	height: 170px;
	padding: 4px 0;
	margin: 0 180px 5px 0;
	resize: none;
}

#submit {
	width: 90px;
	height: 24px;
	padding-bottom: 3px;
	margin-right: 450px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

#author,
#email,
#url,
#comment,
#submit {
	border: 1px solid #B1B1B1;
	color: #B1B1B1;
	background-color: #000;
	font: normal 12px Verdana, Arial, Helvetica;
}

#author:focus,
#email:focus,
#url:focus,
#comment:focus,
#submit:hover {
	border-color: #e0ff00;
	color: #e0ff00;
}

/* NEWSLETTER-FORMULAR
=======================================*/

#newsletter_subscription {
	width: 400px;
	clear: both;
	overflow: hidden;
}

#newsletter_subscription dl {
	width: 400px;
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
}

#newsletter_subscription dl dt,
#newsletter_subscription dl dd {
	float: left;
	height: 22px;
	margin-bottom: 5px;
}

#newsletter_subscription input {
	width: 240px;
	height: 20px;
	padding: 0 4px;
	border: 1px solid #B1B1B1;
	line-height: 20px;
	color: #B1B1B1;
	background-color: #000;
	font: normal 12px Verdana, Arial, Helvetica;
}

#newsletter_subscription dl dt {
	width: 150px;
	line-height: 22px;
}

#newsletter_subscription dl dd {
	width: 250px;
}

input#newsletter_subscription_submit {
	width: 90px;
	height: 25px;
	margin-left: 310px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	font: normal 12px Verdana, Arial, Helvetica;
}

#newsletter_subscription input:focus,
#newsletter_subscription input#newsletter_subscription_submit:hover {
	border-color: #e0ff00;
	color: #e0ff00;
}

/* SIDEBAR
=======================================*/

#sidebar {
	width: 160px;
	margin-bottom: 20px;
	float: left;
}

#sidebar h2{
	margin:30px 0 0 0;
}


#sidebar div {
	margin-bottom: 10px;
}

.shop_badge img {
	padding-bottom: 1px;
	border-bottom: 5px solid #e0ff00;
}

.shop_badge a:hover img {
	border-color: #d30062;
}

.shoplink_sidebar{
	clear: both;
	margin:0 0 30px 0;
}


.flickr_badge a {
	display: block;
	width: 72px;
	height: 72px;
	padding: 4px;
	float: left;
}

.flickr_badge a img {
	border: 1px solid #2B2B2B;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.flickr_badge a:hover {
	background-color: #333;
}

.flickr_badge a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.flickr_badge a:active {
	background-color: #e0ff00;
}

.flickr_badge p {
	width: auto;
	clear: left;
	padding: 5px 0 0 5px;
}

.flickr_badge p a {
	display: inline;
	padding: 0;
	float: none;
}

.flickr_badge p a:hover {
	background-color: #000;
}

.subscribe_to_nl {
	width: 160px;
	height: 51px;
	text-indent: -9999px;
	overflow: hidden;
}

.subscribe_to_nl a {
	display: block;
	width: auto;
	height: 51px;
	background: url('images/newsletter.gif') 0 0 no-repeat;
}

.subscribe_to_nl a:link,
.subscribe_to_nl a:visited {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.subscribe_to_nl a:hover,
.subscribe_to_nl a:active {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

.social {
	width: 160px;
	height: 17px;
	margin-bottom: 10px;
	clear: left;
}

.social p {
	width: 78px;
	height: 17px;
	padding-right: 2px;
	float: left;
}

.social p a {
	display: block;
	width: auto;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/social_sprite.jpg');
	background-attachment: no-repeat;
}

.twitter_link a:link,
.twitter_link a:visited {
	background-position: 0 0;
}

.twitter_link a:hover,
.twitter_link a:active {
	background-position: 0 -17px;
}

.facebook_link a:link,
.facebook_link a:visited {
	background-position: 80px 0;
}

.facebook_link a:hover,
.facebook_link a:active {
	background-position: 80px -17px;
}

.feed_links li {
	margin-bottom: 5px;
}

.feed_links li a {
	display: block;
	width: auto;
	height: 22px;
	padding: 1px;
	line-height: 22px;
	text-align: center;
}

.feed_links li a span {
	display: block;
	width: auto;
	height: 22px;
	color: #000;
}

.feed_links li a:link,
.feed_links li a:visited {
	border: 1px solid #222;
}

.feed_links li a:link span,
.feed_links li a:visited span {
	background-color: #222;
}

.feed_links li a:hover {
	border: 1px solid #2B2B2B;
	text-decoration: none;
}

.feed_links li a:active {
	border: 1px solid #e0ff00;
	text-decoration: none;
}

.feed_links li a:hover span {
	background-color: #3B3B3B;
	text-decoration: none;
}

.feed_links li a:active span {
	background-color: #e0ff00;
	text-decoration: none;
}

/* SUCHE
=======================================*/

#search {
	width: 160px;
	height: 24px;
	margin-bottom: 10px;
	clear: left;
}

#search input {
	float: left;
	line-height: 22px;
	border: 1px solid #B1B1B1;
	background-color: #000;
	color: #B1B1B1;
	font: normal 12px Verdana, Arial, Helvetica;
}

#s {
	height: 22px;
	width: 124px;
	padding: 0 2px;
	margin-right: 5px;
}

#searchsubmit {
	height: 24px;
	width: 23px;
	text-align: center;
	cursor: pointer;
}

#s:focus, #searchsubmit:hover {
	border-color: #e0ff00;
	color: #e0ff00;
}

#searchsubmit:active {
	border-color: #e0ff00;
	background-color: #e0ff00;
	color: #000;
}

.searchlist {
	list-style: square;
	list-style-position: inside;
	color: #e0ff00;
	font-size: 14px;
}

.searchlist li {
	margin-bottom: 5px;
}

.searchlist li h3,
.searchlist li span.date {
	display: inline;
}

.searchlist li span.date {
	font-size: 11px;
}

/* TOP > LOGO
------------------------------------------------------------------------------*/

#top .inner .logo{
	width:60px;
	float:left;
	position:relative;
	top:5px;
}

#top .inner .logo a{
	width:25px;
	height:25px;
	display:block;
	text-decoration: none;
	background: transparent url(images/logo.png) no-repeat;
}


/* TOP > MENU
------------------------------------------------------------------------------*/

#top .inner .main { position: relative; top: 5px; width: 400px; float: left }

#top .inner .main ul{
	list-style-type:none;
	margin: 0 0 0 0px;
}

#top .inner .main  ul li{
	float:left;
	margin:0 18px 0 0;
}

#top .inner .main ul li a { color: #fff; font-size: 17px; font-family: Abel, arial; text-decoration: none; text-transform: uppercase }

#top .inner .main ul li a:hover,
#top .inner .main ul li a.act { color: #0ff }


/* TOP > SUBMENU
------------------------------------------------------------------------------*/

#top .inner .subsub { position: relative; top: 5px; width: 300px; float: right }

#top .inner .subsub ul{
	list-style-type:none;
	margin: 0 0 0 0px;
}

#top .inner .subsub  ul li{
	float:left;
	margin:0 0 0 18px;
}

#top .inner .subsub ul li a { color: #fff; font-size: 14px; font-family: Abel, arial; text-decoration: none; text-transform: uppercase }

#top .inner .subsub ul li a:hover,
#top .inner .subsub ul li a.act { color: #0ff }


/* TOP > SUBMENU > SN
------------------------------------------------------------------------------*/

#top .inner .sn { list-style-type: none; margin: 2px 20px 0 0; position: relative; top: 5px; float: left }

#top .inner .sn li{
	float:left;
	margin-left:8px;
}


#top .inner .sn li a{
	width:21px;
	height:21px;
	display:block;
	float:left;
  text-decoration:none;
}

#top .inner .sn li a.fb{
	background: transparent url(images/icon_fb.png) no-repeat left top;
}

#top .inner .sn li a:hover.fb{
	background: transparent url(images/icon_fb.png) no-repeat left bottom;
}

#top .inner .sn li a.tw{
	background: transparent url(images/icon_tw.png) no-repeat left top;
}

#top .inner .sn li a:hover.tw{
	background: transparent url(images/icon_tw.png) no-repeat left bottom;
}



/* FOOTER
=======================================*/

#footer {
	width: 890px;
	padding-top: 1px;
	clear: both;
	border-top: 1px solid #2B2B2B;
}

#footer p {
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #2B2B2B;
	text-align: center;
}

/*
 * 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('../../plugins/fancybox/files/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('../../plugins/fancybox/files/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('../../plugins/fancybox/files/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('../../plugins/fancybox/files/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../../plugins/fancybox/files/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('../../plugins/fancybox/files/fancybox-x.png');
}

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

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

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

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

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

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

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../../plugins/fancybox/files/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('../../plugins/fancybox/files/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('../../plugins/fancybox/files/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('../../plugins/fancybox/files/fancybox-x.png') 0px -40px;
}

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








/* IE6, IE7, IE8 */

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

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