
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #fff; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #fff; }

/*
    // ========================================== \\
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \\ ========================================== //
*/

html {
	background: #2F373D url('/assets/img/bg_top.png') 49% top repeat-x;
	}
	
body {
	background: #262C31;
	width: 1125px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 36px;
	border-bottom: 5px solid #282F33;
	font-family: "futura-pt-1","futura-pt-2", Futura, sans-serif;
	}

body header {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-bottom: 4px;
	background: url('/assets/img/headerbg.png') center top repeat-x;
	}

	body header h1 {
		display: block;
		width: 309px;
		height: 60px;
		float: left;
		background: url('/assets/img/logo.png') no-repeat;
		text-indent: -99999em;
		margin-top: 30px;
		margin-right: 230px;
		}
		
		body header div {
			float: left;
			}
			
			body header .vcard div {
				padding-top: 25px;
				height: 75px;
				color: #8C9DA6;
				font-size: 13px;
				}
				
			body header .vcard div:first-child {
				padding-left: 54px;
				width: 261px;
				background: url('/assets/img/grad.png') no-repeat;
				}
				
				body header .vcard div:first-child img {
					float: left;
					margin-right: 12px;	
					}
				
				body header .vcard div:first-child h2 {
					text-transform: uppercase;
					font-size: 12px;
					color: #819DAA;
					}
					
				body header .vcard div:first-child h2,
				body header .vcard div:first-child h3 {
					font-weight: normal;
					}	
		
nav.navigation {
	width: 168px;
	float: left;
	clear: both;
	line-height: 36px;
	font-size: 14px;
	padding-right: 12px;
	padding-top: 32px;
	padding-bottom: 48px;
	}
	
	nav.navigation li {
		padding-left: 24px;
		}
		
	nav.navigation h3 {
		font-weight: normal;
		padding-left: 24px;
		background: #2F373D;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright:12px;
		-moz-border-radius-bottomleft:0px;
		-moz-border-radius-bottomright:12px;
		-webkit-border-top-left-radius:0px;
		-webkit-border-top-right-radius:12px;
		-webkit-border-bottom-left-radius:0px;
		-webkit-border-bottom-right-radius:12px;
		border-top-left-radius:0px;
		border-top-right-radius:12px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:12px;
		}
	
	nav.navigation a {
		color: #8C9DA6;
		text-decoration: none;
		text-transform: uppercase;
		}
		
		nav.navigation a:hover,
		nav.navigation .active a,
		nav.navigation .current a{
			color: #fff;
			}
		
section[role=main] {
	width: 944px;
	float: right;
	background: url('/assets/img/grad.png') no-repeat;
	}

.intro {
	width: 822px;
	margin: 12px;
	background: #131719;
	overflow: hidden;
	line-height: 21px;
	font-size: 15px;
	color: #8C9DA6;
	padding-left: 20px;
	}
	
	.signature {
		color: #fff;
		font-style: italic;
		background: url('/assets/img/signature.png') no-repeat;
		height: 55px;
		padding-left: 72px;
		}
		
	.intro p+p,
	.page p+p,
	.testimonial p {
		margin-top: 21px;
		}
	
		.testimonial p {
			padding-right: 12px;
			}
			
	.intro h3,
	.page h3,
	.gallery h3 {
		margin-top: 20px;
		padding-bottom: 6px;
		border-bottom: 1px solid #2F373D;
		margin-bottom: 6px;
		font-weight: normal;
		color: #fff;
		font-size: 24px;
		width: 360px;
		text-transform: uppercase;
		}
		
		.intro h3 {
			text-transform: none;
			}
	
	.intro img {
		float: right;
		margin-left: 38px;
		}

.school,
.news {
	float: left;
	width: 376px;
	background: #2F373D;
	padding: 20px;
	margin-left: 12px;
	line-height: 21px;
	font-size: 15px;
	color: #8C9DA6;
	color: #8C9DA6;
	}
	
	.school h3,
	.news h3 {
		font-weight: normal;
		color: #fff;
		font-size: 24px;
		margin-bottom: 8px;
		}
		
		.more {
			text-align: right;
			}
			
			.more a {
				color: #fff;
				text-decoration: none;
				}
				
				.more a:hover {
					text-decoration: underline;
					}
.news {
	//background: #131719;
	}
	
	.news ul, .news li {
		line-height: 24px;
		list-style: none;
		padding: 0;
		margin: 0;
		color: #fff;
		font-size: 12px;
		}
		
		.news li a {
			font-size: 15px;
			color: #8C9DA6;
				color: #8C9DA6;
			text-decoration: none;
			}

.page {
	background: #131719;
	margin: 12px;
	overflow: hidden;
	padding-left: 20px;
	line-height: 21px;
	font-size: 15px;
	color: #8C9DA6;
	width: 824px;
	}
	
	.page img {
		float: right;
		}
		
		.page aside {
			float: left;
			width: 250px;
			}
			
			.page aside.vcard {
				margin-top: 0px;
				}
			
			.page aside ul {
				width: 100%;
				}
			
			.page aside ul li,
			.classes .contact {
				width: 100%;
				list-style: none;
				line-height: 48px;
				margin-bottom: 6px;
				}
				
			.page aside ul li a,
			.classes .contact a {
				background: #8C9DA6;
				width: 100%;
				color: #fff;
				text-decoration: none;
				display: inline-block;
				text-align: center;
				text-transform: uppercase;
				}
				
				.page aside ul li a:hover,
				.classes .contact a:hover {
					background: #798E99;
					text-decoration: underline;
					}
		
	.page p {
		width: 380px;
		}
		
		.page aside p {
			width: 100%;
			}
	
	.page .main {
		float: left;
		width: 380px;
		}

.page.students {
	float: left;
	}
	
.page.students {
	width: 324px;
	}
		
.page.students p {
	width: 314px;
	}
	
	.page.students h3 {
		width: 304px;
		}
		
		ul.students,
		ul.galleries {
			list-style: none;
			line-height: 36px;
			font-size: 16px;
			margin:0;
			margin-top: 36px;
			margin-bottom: 36px;
			}
			
			ul.students a,
			ul.galleries a {
				display: block;
				padding-left: 24px;
				text-decoration: none;
				}
				
				ul.students a:hover,
				ul.students .current a,
				ul.galleries a:hover,
				ul.galleries .current a {
					color: #fff;
					background: #2F373D;
					}
					
.gallery {
	float: left;
	background: #131719;
	margin: 12px;
	overflow: hidden;
	padding-left: 20px;
	line-height: 21px;
	font-size: 15px;
	color: #8C9DA6;
	width: 540px;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 36px;
	}
	
	.gallery h3 {
		width: 520px;
		text-transform: uppercase;
		}
		
		.testimonial p:before {
			content: open-quote;
			}
		
			.testimonial p:last-child:after {
				content: close-quote;
				}
				
.gallery .testimonial,
.gallery .details {
	clear: both;
	}
	
.image-browser {
	display: block;
	float: left;
	position: relative;
	width: 520px;
	height: 400px;
	background: #000;
	margin-top: 24px;
	margin-bottom: 24px;
	}
	
	.image-browser ul {
		list-style: none;
		margin:0;
		}
		
		.image-browser .thumb-slider {
			position: absolute;
			right:0;
			float: right;
			width: 124px;
			margin-right: 6px;
			margin-top: 36px;
			height: 320px;
			overflow: hidden;
			}
			
			.image-browser .thumbs a {
				position: relative;
				left: -5px;
				opacity: 0.3;
				-webkit-transition: 1s;
				}
				
				.image-browser .thumbs a:hover,
				.image-browser .thumbs a.current {
					opacity: 1;
					-webkit-transition: 0.3s;
					}
	.full img {
		position: absolute;
		left: 180px;
		top: 50%;
		max-height: 400px;
		}
		
	.controls a {
		position: absolute;
		right: 70px;
		top: 20px;
		width: 12px;
		height: 10px;
		background: url('/assets/img/arrows.png');
		text-indent: -99999px;
		}
		
		.controls a:hover {
			background-position: -12px 0;
			}
		
		.controls a[href="#next"] {
			top: 370px;
			background-position: 0 -14px;
			}
			
			.controls a[href="#next"]:hover {
				background-position: -12px -14px;
				}

.page.classes {
	width: 450px;
	float: left;
	}

.page.workshops {
	width: 405px;
	float: right;
	}
	
ul.classes,
ul.workshops,
.details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 36px;
	}
	
	ul.classes li,
	ul.workshops li {
		margin-top: 24px;
		}
	
	ul.classes p+p,
	ul.workshops p+p,
	.contact aside p+p {
		margin-top: 0;
		}
	
	ul.classes p {
		width: 170px;
		display: inline-block;
		}
	
	ul.classes h4,
	ul.workshops h4,
	.main h4 {
		color: #fff;
		text-transform: uppercase;
		font-weight: 500;
		}
		
		.read-news h4 {
			margin-bottom: 24px;
			}
	
	.details {
		color: #fff;
		}
	
.classes .contact {
	width: 95%;
	margin-bottom: 36px;
	}

.details ul {
	clear: both;
	position: relative;
	}
	
	.details li {
		position: absolute;
		top: 0;
		left: 0;
		}
	
.page .info {
	background: white;
	color: black;
	padding: 12px;
	text-align: center;
	width: 320px;
	}
	
form {
	padding-top: 36px;
	padding-bottom: 36px;
	}
	
form p {
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
	}

form label {
	width: 80px;
	display: inline-block;
	text-transform: uppercase;
	color: #2F373D;
	text-align: right;
	padding-right: 12px;
	
	}
	
form input {
	line-height: 24px;
	}

form textarea {
	height: 120px;
	}
	
form input, form textarea {
	color: #fff;
	vertical-align: top;
	width: 220px;
	background: #2F373D;
	border: 1px solid #2F373D;
	}

form input[type=submit] {
	margin-left: 92px;
	}
				
@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

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

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

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

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

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

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

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

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

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

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

/* IE6 */

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

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

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/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='/assets/img/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='/assets/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }