/*
Theme Name: Allyourmedia
Theme URI: http://www.allyourmedia.nl
Description: Allyourmedia website theme
Version: 1.0
Author: Vincent Markesteijn, Herm-Jan Klein Velderman
Author URI: http://www.allyourmedia.nl
Tags: none;
*/


/*****Reset*****/ 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, input {
	margin: 0;
	padding: 0;
}
/*****Basic Elements*****/

html, body {
	background: #FFF url(images/bg.jpg) no-repeat center top;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	height: 100%;
	line-height: 21px;
}
h1 {
	color: #555;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
h1 a {
	color: #555 !important;
	text-decoration: none;
}
h2 {
	color: #444;
	font-size: 20px;
	font-weight: normal;
}
h2 a {
	display: block;
	color: #444 !important;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
}
h3 {
	color: #222;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 a {
	color: #444;
	text-decoration: none;
}
h3 a:hover {
	color: #000;
}
h4 {
	font-size: 13px;
	color: #444;
	font-weight: normal;
}
h4 a {
	color: #444;
	text-decoration: none;
}
h4 a:hover {
	color: #000;
}
h5 {
	color: #444;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 25px;
	line-height: 24px;
}
p {
	margin-bottom: 15px;
}
a {
	color: #666666;
	text-decoration: none;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}
small {
	color: #a5a5a5;
	font-size: 10px;
}
small a {
	color: #7a7a7a !important;
	text-decoration: none;
}
div.tags {
	background: url(images/hline.gif) top repeat-x;
	line-height: 16px;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 12px;
}
div.tags a {
	color: #ababab;
}
textarea {
}
hr {
	background: #d2d1d1;
	border: 0;
	color: #d2d1d1;
	height: 1px;
}
/*****Generic Classes*****/


.alignleft {
	display: inline;
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	display: inline;
	text-align: right;
}
.clear {
	clear: both;
}
.darker {
	color: #666666;
}
.entry {
	background: url(images/hline.gif) bottom repeat-x;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.entry a {
	color: #333;
	text-decoration: none;
}
.entry a:hover {
	color: 000;
}
.entry h1 {
	margin-bottom: 5px;
}
.entry ul {
	list-style: square inside;
	margin-bottom: 15px;
}
.entry ol {
	list-style-position: outside;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 30px;
}
a.more-link, span.more-link {
	background: url(images/read-more.gif) right no-repeat;
	color: #333;
	padding-right: 20px;
	text-decoration: none;
}
a.more-link:hover {
	color: #000;
}
.hline {
	background: url(images/hline.gif) repeat-x;
	height: 3px;
	width: 100%;
}
.logo_rotate {
	background: url(images/logo.png) no-repeat 0 -840px;
	height: 60px;
	margin-left: 14px;
	width: 60px;
}
.searchbutton {
	background: url(images/search-hover.jpg) no-repeat 0px 5px;
	border: 0px solid black;
	cursor: pointer;
	height: 32px;
	margin-top: 1px;
	outline: none;
	width: 32px;
	
}
.searchbutton:active {
	cursor: pointer;
	margin-top: 2px;
	outline: none;
}
.searchbutton::-moz-focus-inner { border: 0; }

.searchfield {
	background: #fff;
	border: 1px solid #e5e5e5;
	color:#555555;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	height: 16px;
	margin-right: 5px;
	margin-top: 6px;
	padding: 4px;
	width: 195px;
}
.searchfield:hover, .searchfield:focus {
	background: #fbfbfb;
}
.searchinput {
	float: left;
	width: auto;
}
.sitemap, .sitemap ul, .sitemap ul ul {
	list-style: square;
}
.sitemap li {
	margin-left: 15px;
}
.sitemap li li {
	margin-left: 40px;
}
.sitemap a {
	color:#555555;
	text-decoration: none;
}
.textfield {
	background: #fff;
	border: 1px solid #e5e5e5;
	color:#555555;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
}
input.textfield {
	height: 17px;
	margin-right: 5px;
	margin-top: 6px;
	padding: 4px;
	width: 300px;
}
textarea.textfield {
	height: 80px;
	margin-right: 5px;
	margin-top: 6px;
	padding: 4px;
	width: 432px;
}
input.textfield:hover, input.textfield:focus, textarea.textfield:hover, textarea.textfield:focus{
	background: #fbfbfb;
}
.pagination span, .pagination a {
	background:#FFFFFF;
	border:1px solid #c3c3c3;
	color: #7a7a7a;
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 2px 2px 0;
	padding:3px 6px;
	text-decoration:none;
}
.pagination .current {
	color: #555555;
	font-size:11px;
	padding:3px 6px;
}
.pagination a:hover {
	background:#f5f5f5;
	border:1px solid #c3c3c3;
	color: #555555;
}
.pagination .current {
	background:#f5f5f5;
	border:1px solid #c3c3c3;
	color:#555555;
}
.verzenden {
	background: url(images/send.jpg) no-repeat;
	border: 0px solid black;
	color: #666;
	cursor: pointer;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	height: 27px;
	margin-top: 15px;
	padding-bottom: 6px;
	position: relative;
	width: 84px;
}
.verzenden:active {
	bottom: -1px;
	outline: none;
}
.verzenden::-moz-focus-inner { border: 0; }

/* Images */
img.alignnone {
	border: 1px solid #e4e4e4;
	padding: 5px;
}
img.centered {
	border: 1px solid #e4e4e4;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
img.alignright {
	border: 1px solid #e4e4e4;
	display: inline;
	float: right;
	margin: 6px 0px 6px 6px;
	padding: 5px;
}
img.alignleft {
	border: 1px solid #e4e4e4;
	display: inline;
	float: left;
	margin: 6px 6px 6px 0px;
	padding: 5px;
}
img.portfolio {
	border: 1px solid #e4e4e4;
	padding: 5px;
	height: 130px;
	width: 254px;
}
img.content-header {
	border: 0px solid black;
	margin: 4px 15px 0 0px;
	padding: 0;
}
/* End Images */

/*****Basic Layout*****/

#page {
	z-index: 1;
}
/*****Header*****/

#header {
	margin-bottom: 40px;
	margin-top: 35px;
}
#logo {
}
#menu {
}
#menubar {
	background: url(images/menu-m.jpg) repeat-x;
	display: inline;
	float: left;
	height: 50px;
	margin-top: 10px;
	padding: 0px 16px 0px 16px;
	position: relative;
	z-index: 29;
}
#menubar div#menu-l {
	background: url(images/menu-l.jpg) no-repeat;
	height: 50px;
	left: 0px;
	position: absolute;
	width: 9px;
}
#menubar div#menu-r {
	background: url(images/menu-r.jpg) no-repeat;
	height: 50px;
	position: absolute;
	right: 0px;
	width: 9px;
}
#menubar ul {
	list-style: none;
	padding-top: 14px;
}
#menubar ul ul {
	list-style: none;
	padding-top: 0px;
	width: 170px;
}
#menubar ul li {
	display: inline;
	padding: 0px 16px 0px 16px;
	margin: 0;
}
#menubar li li {
	padding: 0px;
	margin: 0;
}
#menubar a {
	color: #7a7a7a;
	text-decoration: none;
}
#menubar li.current_page_item a {
	color: #555555;
	text-decoration: none;
}
#menubar a:hover {
	color: #555555;
}
#menubar a {
	color: #7a7a7a;
	text-decoration: none;
}
#menubar li.current_page_item a {
	color: #555555;
	text-decoration: none;
}
#menubar a:hover {
	color: #555555;
}
#search {
	margin-top: 13px;
}
/*****Slider*****/
#slider {
	background: url(images/header-bg.jpg) repeat-x;
	float: left;
	height: 340px;
	margin-bottom: 25px;
	position: relative;
}
#slider div#slider-t {
	background: url(images/slider-t.png) no-repeat;
	height: 13px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 28;
}
#slider div#slider-b {
	background: url(images/slider-b.png) no-repeat;
	bottom: -4px;
	height: 13px;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 28;
	/*IE6 fix */
	_position: relative;
	_bottom: 10px;
}
#slider div#slider-l {
	background: url(images/slider-l.png) repeat-y;
	top: 0px;
	height: 100%;
	left: 0px;
	position: absolute;
	width: 6px;
	z-index: 28;
}
#slider div#slider-r {
	background: url(images/slider-r.png) repeat-y;
	top: 0px;
	height: 100%;
	position: absolute;
	right: 0px;
	width: 6px;
	z-index: 28;
}
/*****Content*****/

#content {
	background: url(images/content-m.png) repeat-y;
	float: left;
	margin-bottom: 25px;
	padding: 35px 0 35px 0;
	position: relative;
}
#content div#content-t {
	background: url(images/content-t.png) no-repeat;
	height: 13px;
	left: 0px;
	position: absolute;
	top: -5px;
	width: 100%;
	/*IE6 fix */
	_position: relative;
	_top: -45px;
}
#content div#content-b {
	background: url(images/content-b.png) no-repeat;
	bottom: -5px;
	height: 13px;
	left: 0px;
	position: absolute;
	width: 100%;
	/*IE6 fix */
	_position: relative;
	_bottom: -45px;
}
#content .content-col {
	font-size: 10px;
	line-height: 19px;
	margin-top: 20px;
	padding-right: 15px;
}
#content .content-col h2 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
#content .content-col h2 a {
	color: #333;
	display: block;
	padding-left: 68px;
	padding-bottom: 35px;
	padding-top: 20px;
	text-decoration: none;
}
#content .content-col h2 a:hover {
	color: #111 !important;
}
#content h2.bureau {
	background: url(images/icon-bureau.jpg) no-repeat;
}
#content h2.diensten {
	background: url(images/icon-diensten.jpg) no-repeat;
}
#content h2.portfolio {
	background: url(images/icon-portfolio.jpg) no-repeat;
}
#content h2.offerte {
	background: url(images/icon-offerte.jpg) no-repeat;
}
#content-portfolio {
	background: url(images/content-portfolio-m.png) repeat-y;
	float: left;
	margin-bottom: 25px;
	padding: 35px 0 35px 0;
	position: relative;
}
#content-portfolio div#content-portfolio-t {
	background: url(images/content-t.jpg) no-repeat;
	height: 13px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#content-portfolio div#content-portfolio-b {
	background: url(images/content-portfolio-b.jpg) no-repeat;
	bottom: 0px;
	height: 13px;
	left: 0px;
	position: absolute;
	width: 100%;
	/*IE6 fix */
	_position: relative;
	_bottom: -40px;
}
#content-portfolio h3 {
	color: #111;
	font-size: 11px;
	margin-bottom: 4px;
	margin-top: 0px;
}
#content-portfolio .portfolio-shadow {
	background: url(images/shadow.jpg) no-repeat bottom;
	height: 142px;
	margin: 6px 0px 15px 0px;
	padding-bottom: 8px;
}
#content-portfolio .portfolio-left {
	background: url(images/hline.gif) repeat-x bottom;
	margin-bottom: 30px;
	margin-right: 6px;
	padding-bottom: 12px;
}
#content-portfolio .portfolio-mid {
	background: url(images/hline.gif) repeat-x bottom;
	margin-bottom: 30px;
	margin-left:3px;
	margin-right: 3px;
	padding-bottom: 12px;
}
#content-portfolio .portfolio-right {
	background: url(images/hline.gif) repeat-x bottom;
	margin-bottom: 30px;
	margin-left:6px;
	padding-bottom: 12px;
}
#content-portfolio .portfolio-desc {
	height: 34px;
}
#content-portfolio .portfolio-desc small {
	line-height: 16px;
}
#content-portfolio .portfolio-link {
	height: 22px;
}
#breadcrumbs {
	margin-bottom: 15px;
}
#myMap {
	height: 360px;
	margin-bottom: 25px;
	margin-top: 0;
	padding-top: 0;
}
#portfolio-entry div.entry {
	margin-bottom: 0;
}
/*****Sidebar*****/
#sidebar {
}
#sidebar a.more-link, #sidebar span.more-link {
	background: url(images/read-more-sidebar.gif) right no-repeat;
	color: #555;
	cursor: pointer;
}
#sidebar a.more-link:hover {
	color: #111;
}
#sidebar h3.h3-blog {
	float: left;
	/*IE6 fix */
	_position: relative;
}
#sidebar h3.h3-archief a {
	background: url(images/icon-archief.jpg) right no-repeat;
	padding-right: 34px;
	padding-top: 8px;
}
#sidebar h3.h3-contact a {
	background: url(images/icon-contact.jpg) right no-repeat;
	padding-right: 34px;
	padding-top: 8px;
}
#sidebar img.rss {
	margin-left: 5px;
}
#sidebar .sidebar-item {
	position: relative;
	margin-bottom: 35px;
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
	background: url(images/list-item.gif) no-repeat 5px 13px;
	border-bottom: 1px solid #FFF;
	list-style: none;
	padding: 5px 0 5px 18px;
}
#sidebar li:hover {
	background: #fcfcfc url(images/list-item.gif) no-repeat 5px 13px;
}
#sidebar li a {
	color: #666;
	display: block;
	text-decoration: none;
}
#sidebar li a:hover {
	color: #555555;
}
#sidebar li.current_page_item {
	background: #fcfcfc url(images/list-item-current.gif) no-repeat 5px 13px;
	border-bottom: 1px solid #FFF;
	list-style: none;
	padding: 5px 0 5px 18px;
}
#sidebar li.current_page_item a {
	color: #555555;
}
/*****Footer*****/

#footer {
	background: url(images/footer.jpg) repeat-y;
	float: left;
	margin-bottom: 0px;
	position: relative;
}
#footer div#footer-m {
	background: url(images/footer-m.jpg) no-repeat;
	float: left;
	padding: 25px 0 25px 0;
	position: relative;
}
#footer div#footer-t {
	background: url(images/footer-t.jpg) no-repeat;
	height: 8px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	/*IE6 fix */
	_position: relative;
	_top: -25px;
}
#footer div#footer-b {
	background: url(images/footer-b.jpg) no-repeat;
	bottom: 0px;
	height: 8px;
	left: 0px;
	position: absolute;
	width: 100%;
	/*IE6 fix */
	_position: relative;
	_bottom: -10px;
}
#footer ul {
	list-style: none;
}
#footer a {
	color: #848b94;
	margin-right: 4px;
	text-decoration: none;
}
#footer a:hover {
	color: #747a81;
}
#footer h3 {
	color: #a2a7ad;
	font-size: 14px;
	font-weight: normal;
}
#footer h3.footertags {
	background: url(images/icon-footertags.jpg) no-repeat;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#footer h3 a {
	color: #d3d3d3;
}
#footer2 {
	background: url(images/footer2.jpg) no-repeat;
	color: #a2a2a2;
	height: 40px;
	font-size: 9px;
	padding-top: 20px;
}
#footer2 a {
	color: #a2a2a2;
	text-decoration: none;
}
/****** Latest Tweets ******/

.mylasttweets {
	width:560px;
	background:url(img/header.png) no-repeat center top;
	padding: 20px 0 20px 0;
}
.mylasttweets ul {
	border: 1px solid #e4e4e4;
	margin:0;
	padding-top:1px;
	padding-left: 0;
	list-style: none;
	list-style-position: outside;
}
.mylasttweets li {
	clear:both;
	text-align:left;
	font-size:13px;
	line-height:20px;
	padding:10px;
	border-bottom:1px solid #e4e4e4;
	background:#f5f5f5;
	margin: 0;
}
#twitter_content {
	font-size:11px;
}
.mylasttweets li:hover {
	background:#f8f8f8;
	cursor:default;
}
.mylasttweets a {
	text-decoration:none;
	cursor:pointer;
}
.mylasttweets a:hover {
	text-decoration:underline;
}
.mylasttweets cite {
	font-weight:bold;
	font-style:normal;
	color:#514e40;
}
.mylasttweets cite a {
	color:#514e40;
}
.mylasttweets span {
	color:#514e40;
}
.mylasttweets span a {
	color:#ccab17;
	font-weight:bold;
}
.mylasttweets input {
	/*	background: transparent url('http://twitter.com/favicon.ico') 0 50% no-repeat; */
	text-indent:18px;
	width:100%;
	border:1px solid #ccc;
}
.mylasttweets p {
	display:block;
	color:#ababab;
	font-size: 10px;
	margin-bottom: 0;
}
.mylasttweets p a {
	color:#ababab;
}
.mylasttweets p:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
.mylasttweets img {
	margin:0 10px 10px 0;
	height:36px;
	width:36px;
	border: 1px solid #e4e4e4;
	padding: 3px;
	background: #FFF;
}
.mylasttweets img:hover {
	border:1px solid #e0e0e0;
}
.mylasttweets .hidden {
	display:none;
}
.mylasttweets p:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
/****** Latest Tweets EOF ******/

/****** superfish menu  ******/
.sf-menu ul {
	position:		absolute;
	top:			-999em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu li a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			5px;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	border-top: 2px solid #f4f4f4;
	left:			170px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 99;
}
ul.sf-menu li li a {
	background: #f5f5f5;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 2px 10px 2px 10px;
	height: 20px;
	font-size: 10px;
}
ul.sf-menu li li a:hover {
	background: #ffffff;
}
ul.sf-menu li ul {
	border-bottom: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	border-right: 4px solid #f4f4f4;
	margin: 0;
	padding: 0;
	width: auto;
}
/****** superfish menu EOF ******/

/****** Fancybox *****/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
	text-align: left;
}
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/fancy/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #e4e4e4;
	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/fancy/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(images/fancy/data:image/gif;base64,AAAA);
	outline: none;
}
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/fancy/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancy/fancy_right.png') no-repeat;
}
a#fancy_left:hover {
	visibility: visible;
}
a#fancy_right:hover {
	visibility: visible;
}
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: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
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/fancy/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy/fancy_title_right.png) repeat-x;
}

/****** EOF Fancybox *****/

