/*  all material copyright 2009

    code by creativegroup.de & boraacemi.de for w-a-n-t.de
    author: jonas emde & bora acemi
    country: germany
   
    thank you for examining our code
    feel free to ask us about webdevelopment
---------------------------------------------------------------------------------*/


/*  modified eric meyer’s css reset
---------------------------------------------------------------------------------*/
*{padding:0;margin:0;}
option{padding-left:0.4em;}
html{height:100%;margin-bottom:1px;}
:focus{outline:0;}
fildset,img{border:none;overflow:hidden;resize:none;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/*  basic class
---------------------------------------------------------------------------------*/
.hide,
div#c372 {
    display: block;
    position: absolute;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 0;
    left: -999em;
    top: -999em;
    overflow: hidden;
}

.clr {
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.left,
.right {
    float: left;
    display: block;
    width: 49.9%;
}

hr.combined {
	background: url("../images/sep-block.gif") no-repeat 0 100%;
	padding: 0;
	margin: 0;
	display: block;
	height: 28px;
}


/*  generic
---------------------------------------------------------------------------------*/
body {
	margin: 0;
	color: #000;
	font: 16px "Times New Roman", Times, serif;
	background: #fff;
	height: 101%;
}

hr {
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
	display: block;
	background: url("../images/bg-box.gif") repeat-x;
	height: 10px;
	border: 0;
	margin: 16px 0;
}

div#content hr {
	font-size: 0;
	line-height: 0;
	clear: both;
	overflow: hidden;
	display: block;
	background: url("../images/hr_bg.jpg") no-repeat;
	height: 12px;
	border: 0;
	margin: 5px 0 16px 0;
}

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

div#c366 {
    margin-bottom: 20px;
}


/*  headline & paragraph
---------------------------------------------------------------------------------*/
h1#logo {
	width: 170px;
	height: 89px;
	float: left;
	margin: 0 35px 0 0;
}

h1#logo a {
	display: block;
	width: 170px;
	height: 89px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../images/want_logo.jpg") no-repeat;
}

h2 {
	margin: 0 0 10px 0;
	color: #c68631;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

div#sidebar h2 {
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 23px;
	margin-top: 20px;
}

div.csc-textpic h2 {
	font-size: 16px;
}

/*  formular
---------------------------------------------------------------------------------*/
legend {
	border: none;
	position: absolute;
	height: 0px;
	width: 0px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	left: -999em;
}

fieldset {
	border: none;
}

input,
label {
	display: block;
	margin-bottom: 3px;
}

input,
textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px 3px;
	width: 300px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
}

textarea {
	height: 130px;
}

input.powermail_submit {
	width: auto;	
	margin-top: 9px;
}

span.powermail_mandatory {
	color: #ccc;
}

/*  links
---------------------------------------------------------------------------------*/
a {
	color: #c68631;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.black {
	color: #000;
}

a:hover.black {
	text-decoration: none;
}


/*  list
---------------------------------------------------------------------------------*/
* html dl {
	height: 1%;
}

dl.bigleft {
	overflow: hidden;
}

dt.bigleft,
dl.bigleft {
	float: left;
}

dd.bigleft {
	float: right;
	width: 228px;
	margin: 0;
	padding: 0;
}

dt.bigleft img {
	float: left;
	margin-left: 10px;
}

dl {
	overflow: hidden;
	padding-left: 2px;
}

dt,
dl {
	float: right;
}

dd {
	float: left;
	width: 228px;
	margin: 0;
	padding: 0;
}

dt img {
	float: left;
	margin-left: 10px;
}

li {
	background: url("../images/liststyle.gif") no-repeat 0px 4px;
	list-style: none;
	padding-left: 14px;
	padding-bottom: 5px;
}

div#sidebar li {
	background: transparent;
}



/*  content
---------------------------------------------------------------------------------*/
div.tx-ttnews-browsebox {
    overflow: hidden;
}

* html div.tx-ttnews-browsebox {
    height: 1%;
}

div.tx-ttnews-browsebox strong {
    float: right;
}

div.tx-ttnews-browsebox a {
    display: block;
    float: left;
    padding: 5px;
}

div.tx-pmkmp3player-pi1 {
    margin: 5px 0 20px 0;
}

div.border_wrapper {
	clear: both;
	margin-top: 8px;
}

div.cols2,
div.cols3 {
	overflow: hidden;
	float: left;
}

div.cols2.first div.inner {
	padding-right: 15px;
}

div.cols2.sec div.inner {
	padding-left: 15px;
}

div.cols3.first div.inner {
	padding-right: 10px;
}

div.cols3.third div.inner {
	padding-left: 10px;
}

div.cols3.sec div.inner {
	padding: 0 5px;
}

div.cols2 {
	width: 49.9%;
}

div.cols3 {
	width: 33.2%;
}

p {
	margin-bottom: 20px;
}

div#sidebar p {
	margin: 0 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

img {
	border: 0;
}

address {
	font-style: normal;
	font: 12px "Times New Roman", Times, serif;
}

div.post {
	display: table;
	width: 100%;
	background: url("../images/bg-box.gif") repeat-x 0 100%;
	padding: 0 0 23px;
	margin: 0 0 18px;
}

div.post .text {
	width: 210px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px 0 10px;
}

div.post .text p {
	margin: 0;
	line-height: 18px;
}

div.csc-textpic-clear {
	margin-bottom: 0px;
}

/**
 * teaser
 */
.teaser {
	background: #c68631;
	font-size: 37px;
	color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 15px;
}

.teaser strong {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}


/*  basic layout
---------------------------------------------------------------------------------*/
/**
 * main
 */
div#wrapper {
	width: 965px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 175px 0 0;
}

div#main {
	overflow: hidden;
	width: 100%;
}

/**
 * header
 */
div#header {
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 8000;

}

div#header .holder {
	width: 965px;
	margin: 50px auto 0;
}

/**
 * content area
 */
div#content {
	width: 760px;
	float: right;
	overflow: hidden;
	margin: 0 0 20px;
}

/**
 * sidebar
 */
div#sidebar {
	float: left;
	position: fixed;
	overflow: hidden;
	width: 200px;
	background: #fff;
}

div#sidebar .holder {
	margin: 0 0 -3px;
}

/**
 * tooltips
 */
div#want-prinzip {
	position: relative;

} 

div#want-prinzip img {
    z-index: 10;
    display: block;
    position: relative;
    margin: 0 0 18px 0;
}

div.tooltip {
    display: none;
    padding: 20px;
    color: black;
    background: url("../images/arrow_bottom.png") no-repeat;
    width: 200px;
    height: 82px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: visible;
    z-index: 99;
    margin-top: 15px;
}

div#want-prinzip .top {
    background: url("../images/arrow_top.png") no-repeat;
    margin-top: 120px;
    padding: 35px 20px 10px;
}

div#want-prinzip .left {
    background: url("../images/arrow_left.png") no-repeat;
    width: 165px;
    margin-left:100px;
    height: 70px;
    margin-top: 40px;
    padding-left: 35px;
    padding-right: 20px;
}

div#want-prinzip .right {
    background: url("../images/arrow_right.png") no-repeat;
    width: 170px;
    height: 70px;
    margin-left:-100px;
    margin-top: 40px;
    padding-right: 50px;
}
 
a#strategie,
a#kreation,
a#unternehmen,
a#markt,
a#marke,
a#zielgruppe {
	position: absolute;
	text-indent: -999em;
    z-index: 20;
    display: block;
    z-index: 999;
}
  
a#strategie {
	width: 45px;
	height: 225px;
	top: 90px;
	left: 215px;
}

a#kreation {
	width: 45px;
	height: 225px;
	top: 90px;
	left: 516px;
}

a#unternehmen {
	width: 126px;
	height: 46px;
	top: 134px;
	left: 260px;
}

a#markt {
	width: 88px;
	height: 46px;
	top: 134px;
	left: 390px;
}

a#marke {
	width: 75px;
	height: 40px;
	top: 190px;
	left: 300px;
}

a#zielgruppe {
	width: 126px;
	height: 40px;
	top: 190px;
	left: 385px;
}


/*  navigation
---------------------------------------------------------------------------------*/
/**
 * mainnavi
 */
ul#nav,
ul#sub_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	margin:- 5px 0 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	overflow: hidden;
}

ul#nav a,
ul#sub_nav a {
	color: #000;
}
a.layer_one {
    margin-bottom: 10px;
}

ul#nav a:hover,
ul#sub_nav a:hover,
ul#sub_nav li.active a,
ul#nav li.active a,
ul#nav li.active li.active a,
ul#sub_nav li.active li.active a {
	color: #c68631;
	text-decoration: none;
}

ul#nav a:hover,
ul#nav li.active li a {
	color: #000;
}

ul#nav li,
ul#sub_nav li {
	padding: 0 0 7px;
	margin: 7px 0 0;
	margin-bottom: -1px; 
	text-transform: uppercase;
}

ul#nav li.even {
	background: url("../images/sep-even.gif") no-repeat bottom left;
	
}

ul#nav li.odd {
	background: url("../images/sep-odd.gif") no-repeat bottom left;
}

/**
 * subnavigation
 */
ul#sub_nav {
	margin-top: 12px;
}

ul#nav ul {
	font-style: normal;
	font: 12px "Times New Roman", Times, serif;
	list-style: none;
	margin: 7px 0 0 17px;
	padding: 0;
}

ul#nav ul li {
	margin: 2px 0 4px 0;
	padding: 0;
	text-transform: none;
	background: transparent;
}

ul#nav li ul {
	position: absolute;
	top: -999em;
	left: 0;
}

ul#nav li.active ul {
	position: relative;
	top: 0;
	left: 0;
}

/**
 * breadcrumb
 */
div.breadcrumbs {
	font-size: 15px;
	font-weight: bold;
	color: #bf873c;
	background: url("../images/bg-bread.gif") repeat-x;
	padding: 28px 0;
	height: 47px;
	overflow: hidden;
}

div.breadcrumbs span {
	color: #000;
	float: left;
	margin: 0 7px 0 0;
}

div.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	background: url("../images/bg-star.gif") no-repeat 0 3px;
	overflow: hidden;
	padding: 0 0 0 13px;
}

div.breadcrumbs ul li {
	float: left;
	background: url("../images/bg-slash.gif") no-repeat 0 50%;
	padding: 0 0 0 12px;
	margin: 0 11px 0 0;
}

div.breadcrumbs ul li.active {
	background: url("../images/bg-slash-active.gif") no-repeat 0 50%;
}

div.breadcrumbs a {
	color: #000;
	text-decoration: none;
}

div.breadcrumbs a:hover {
	text-decoration: underline;
}


/*  typo3 "tx_cssstyledcontent"
---------------------------------------------------------------------------------*/
/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
div.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
div.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid black;
	padding: 0px 0px;
}

div.csc-textpic-imagewrap { padding: 0; }

div.csc-textpic img { border: none; }

/* div: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image { float: left; }

/* ul: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul { list-style: none; margin: 0; padding: 0; }
div.csc-textpic div.csc-textpic-imagewrap ul li { float: left; margin: 0; padding: 0; }

/* dl: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image { float: left; }
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt { float: none; }
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd { float: none; }
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img { border: none; } /* FE-Editing Icons */
dl.csc-textpic-image { margin: 0; }
dl.csc-textpic-image dt { margin: 0; display: inline; }
dl.csc-textpic-image dd { margin: 0; }

/* Clearer */
div.csc-textpic-clear { clear: both; }

/* Margins around images: */
div.csc-textpic { overflow: hidden; }
* html div.csc-textpic { height: 1%; }

/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

div.csc-textpic {
    margin-bottom: 15px;
}

div.csc-textpic-imagewrap {
    display: block;
    height: 100%;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img { margin: 0; }

/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
div.csc-textpic-equalheight div.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
div.csc-textpic div.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 0px !important;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
    margin-left: 20px;
}
.csc-textpic-intext-left .csc-textpic-imagewrap img {
    padding-right: 10px;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 20px !important;
}

div.csc-textpic-intext-left div.csc-textpic-text,
div.csc-textpic-intext-right div.csc-textpic-text,
div.csc-textpic-intext-right-nowrap div.csc-textpic-text,
div.csc-textpic-intext-left-nowrap div.csc-textpic-text { 
	width:auto;
}

/* Positioning of images: */

/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }
div.csc-textpic-above div.csc-textpic-imagewrap { margin-bottom: 20px; }

#c358 .csc-textpic-imagewrap,
#c359 .csc-textpic-imagewrap,
#c365 .csc-textpic-imagewrap,
#c364 .csc-textpic-imagewrap{
    margin-bottom: 0px;
}

/* Center (above or below) */
div.csc-textpic-center { text-align: center; /* IE-hack */ }
div.csc-textpic-center div.csc-textpic-imagewrap { margin: 0 auto; }
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
div.csc-textpic-center div.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap { float: right; }
div.csc-textpic-right div.csc-textpic-text { clear: right; }

/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap { float: left; }
div.csc-textpic-left div.csc-textpic-text { clear: left; }

/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap { float: left; }

/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */
div.csc-textpic div.csc-textpic-imagerow-last { margin-bottom: 0; }




/*  JQuery Content Slider
---------------------------------------------------------------------------------*/
.tx-frpfancyzoom-pi1 {
    border: 1px dotted #c68631;
    overflow: hidden;
    height: 98px;
    padding: 5px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.tx-frpfancyzoom-pi1 {
  width: 748px;
  position: relative;
}

.tx-frpfancyzoom-pi1 .wrapper {
  width: 650px; /* .tx-frpfancyzoom-pi1 width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.tx-frpfancyzoom-pi1 ul a {
  display: block;
  float: none;
  overflow: hidden;
  height: 87px;
  width: 112px;
  position: relative;
}

.tx-frpfancyzoom-pi1 .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.tx-frpfancyzoom-pi1 ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 87px;
  width: 112px;
  overflow: hidden;
  background: transparent;
}

.tx-frpfancyzoom-pi1 ul li img.frame {
    position: absolute;
    padding: 0;
    text-align: left;
    top: 0;
    left: 0;
}

.tx-frpfancyzoom-pi1 ul li a img {
  display:block;
  padding:5px;
  margin: 0 auto;
}

.tx-frpfancyzoom-pi1 .arrow {
  display: block;
  height: 75px;
  width: 20px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 15px;
  cursor: pointer;
}

.tx-frpfancyzoom-pi1 .forward {
  background: url("../images/right_iact.jpg") no-repeat center center;
  right: 0;
}

.tx-frpfancyzoom-pi1 .back {
  background: url("../images/left_iact.gif") no-repeat center center;
  left: 0;
}

.tx-frpfancyzoom-pi1 .forward:hover {
  background: url("../images/right_act.gif") no-repeat center center;
}

.tx-frpfancyzoom-pi1 .back:hover {
  background: url("../images/left_act.gif") no-repeat center center;
}

/*  JQuery Fancy Box
---------------------------------------------------------------------------------*/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 8900; /* 30 */
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 9000; /* 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: 8990; /* 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: 9000;/* 100 */
	position: absolute;
}

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

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 9000;/* 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: 9081;/* 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: 9011; 
	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: 9012; 
	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: 8970;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 8970;
	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: 9000;
	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;
}
