
* {
    margin: 0;
    padding: 0;
}

/* Reset
-------------------------------------------------------------- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
table{border-collapse:separate;border-spacing:0;margin-bottom:1.4em;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:;}
a img{border:none;}









/* ---------------------------- Typography ---------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 0 0;
}

h1 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 33px;
    color: #333;
    font-weight: regular;
    letter-spacing:1px;
    margin-bottom: 10px;
    font-family: 'din-condensed-web-1', 'din-condensed-web-2', sans-serif;
    text-transform: uppercase;
}

h2 {
    font-size:22px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    letter-spacing:1px;
    font-family: Georgia,'Times New Roman',Times,serif;
    margin-bottom: 10px;

}

h3 {
    padding-top: 2px;
    font-size: 20px;
    margin-bottom:-2px;
    color: #c3902c;
    font-family: 'din-condensed-web-1', 'din-condensed-web-2', sans-serif;
    text-transform: uppercase;
    font-weight: regular;
    letter-spacing: 1px;
}

h3 a {
    color: #c3902c;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px; 
}

h6 {
    padding: 15px 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #c3902c;
    color: #000000;
    font-family: Georgia,'Times New Roman',Times,serif;

}

p {
    font-size: 12px;
    padding-top: 2px;
    margin-bottom: -2px;
    font-family: Georgia,'Times New Roman',Times,serif;
}

a {
    text-decoration: none;
    color: #000000;
    transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out;
}

a:hover {
    color: #c3902c;
    text-decoration: underline;
    transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out;
}

.pre-headline {
    color: #c3902c;
}

/* ----------------------------- Design Elements ---------------------------------- */

.v-rule {
    border-right: 1px solid #333 !important;
}

.h-rule {
    border-bottom: 1px solid #333 !important;
}


/* ---------------------------- General Styles ---------------------------------- */

body {
    background: url('images/bg-black.gif');
    font-size: 100%;
    line-height: 22px;
    color: #333;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 12px;
    font-style: normal;
}
.wrapper {
    margin:0 auto;
    width: 940px;
    background: #fff;
    -moz-box-shadow:  0 0 10px #777;
    -webkit-box-shadow:  0 0 10px #777;
    box-shadow:  0 0 10px #777;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#777')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#777');
}

.row {
    float: left;
    clear: both;
    margin:2em 0 0 0;
    width: 100%;
}

img {
    width:100%;
    height: auto;
}

.img-fit img{
    width:100% !important;
    height: auto;
}

.newsevents img {
    width:100% !important;
    height: auto;
}

.page img {
    width: auto;
}

.page-id-312 .page img {
    width: auto !important;
}

.page .page-content img {
    width: 100%;
}

.open-table {
    position: relative;
right: -658px;
top: 110px;
}
.sliderbottom {
    width: 100%;
    display: block;
    padding: 5px 0;
    text-align: center;
    background: #000;
    font-size: 11px;
    letter-spacing: 2px;
    color: #fff;
}

.content {
    padding: 0 4%;
}

.post {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px #333 solid;
}

.page .cat-links {
    float: right;
    margin: 0 0 10px 0;
}

.cat-links a {
    background: #000;
    padding: 5px;
    color: #fff;
    font-size: .75em;
}

.cat-links a:hover {
    color: #000000;
}

.cat-links .post-date {
    font-size: .75em;
    margin: 0 4px 0 0;
    padding: 4px;
    background: #000000;
    color: #fff;

}

.entry-title {

}

/* ---------------------------- Header ---------------------------------- */


.site-header {
    display: block;
}
.header-top {
    height: 54px;
    background: url('images/header-bg-blk.png') repeat-x;
    width: 100%;
    display:block;
    text-align: center;
}

.header-top img {
    margin: 20px 0 0 0;
    width: 95%;
}
.logo {
    width: auto;
}
.nav {
    text-align: center;
    margin: 25px 0 75px 0;
        padding: 0 4%;
}
.nav ul{
    padding: 0;
    border-top: 8px solid #000000;
    margin: 20px 0 0 0;
}

.home.page .nav ul{
    border-bottom: none;
}

.page .nav ul{
    border-bottom: 1px solid #000000;
}
.nav ul.sub-menu {
    margin:-5px 0 0 0;
    padding: 5px 0 0 0;
}
.nav ul li {
    list-style:none;
    display: inline-block;
    padding: 0;
}


.nav .sub-menu{
    list-style:none;
    padding: 0;
    position: absolute;
}
.nav .sub-menu li {
    display:block;
}

.nav a {
    color: #000000;
    display:block;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: bold;
}

.nav ul li a {
    padding: 7px 20px 7px 7px;
    background: url('images/nav-spacer-gold.png') no-repeat right;
    background-size: 8px;
}

.nav ul li.last a {
    padding: 11px;
    background: none;
}

.nav ul li.first ul {
    border: 1px solid #c3902c;
    background: #fff;
    z-index: 99;
}
.nav ul li.first ul li a {
    margin: 0 0 0 11px;
    padding: 7px 22px 7px 7px;
    background: none;
}

.nav ul li ul li a {
    margin: 0 0 0 11px;
    padding: 7px 22px 7px 7px;
    background: none;
}

.nav a:hover {
    color: #000000;
    text-decoration: none;
}

li.nolink {
    cursor: default;    
}

li.navtitle a {
    color: #c3902c;
    cursor: default;
    text-transform: uppercase;
}

li.navtitle a:hover {
    color: #c3902c;
    cursor: default;
}


ul.menu li.menu-item-has-children:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

ul.sub-menu{
    visibility :hidden;
    text-align: left;
    opacity:0;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
}

.sub-pages {
    text-align: right;
    margin-top: -32px;
    list-style: none;
    height: 26px;
}

.sub-pages li {
    display: inline-block;
    padding: 0 5px 0 0;
}

.sub-pages li a {
    padding: 0 18px 0 0;
    background: url('images/nav-spacer.png') no-repeat right;
    background-size: 8px;
}

.sub-pages li:last-child a {
    padding: 0;
    background: none;
}


.sub-pages img {
    width: 100%;
}

.sub-header {
    position: relative;
    margin-top: -50px;
}

#mobilesmart_switcher {
    position: fixed;
    bottom: 35px;
    background: #fff;
    padding: 3px;
    font-size: .75em;
}
#mobilesmart_switcher a {
    color: #333;
}


.locations {
    margin: 2em 0 ;
}


/* ---------------------------- Footer ---------------------------------- */

.footer {
    padding: 0 4%;
    background: url('images/footer_bg_gold.png') repeat-x scroll 0% 0% transparent;
    clear: both;
    height:49px;
    top: 30px;
    position: relative;
}

.footer .row {
margin: 15px 0 0 0;
}

.social li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 3px 0;
    float: left;
}

.social li img{
    width: 100%;
    height: 100%;
}

.footer .col-5 p {
    float: left;
}

/* ---------------------------- Grid Structure ---------------------------------- */

.grid {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.wprmm_menu .two-column li{
    width:98% !important;
}



.inner_house, .outer_house {
    display: none;
}

.menu_category h2 {
    cursor: pointer;
}

.wprmm_menu .two-column li{
    width:98% !important;
}


.wprmm_menu .two-column li{
    width:98% !important;
}


.wprmm_menu{
background: url('images/arrow-down.png') 587px 14px no-repeat;
background-size: 18px;
background-color: #EDECE0;
margin: 0 0 15px;
}

.menu_manager {
padding: 2px 30px 0px 15px;
}
.wprmm_menu:nth-child(even) {
    background-color: #fff;
}

.menu_manager h1 {
font-size: 14px;
cursor: pointer;
}



.menu_manager .menu_manager {
    padding: 0;
}


.awardslider {
height: auto;
position: relative;
z-index: 999;
top: -442px;
width: 80px;
right: -900px;
}


.slider {
    margin: -75px 4% 0;
    padding: 0 0 15px 0;
    border-bottom: double 25px #000000;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('/wp-content/themes/Select Theme One/fonts/flexslider-icon.eot');
    src:url('/wp-content/themes/Select Theme One/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Select Theme One/fonts/flexslider-icon.woff') format('woff'),
        url('/wp-content/themes/Select Theme One/fonts/flexslider-icon.ttf') format('truetype'),
        url('/wp-content/themes/Select Theme One/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flex-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 275px;
}

.flex-overlay a, .flex-overlay a h3 {
    color: #fff;
    font-family: Georgia,'Times New Roman',Times,serif;
}

.flex-overlay a .read-more {
    font-family: Georgia,'Times New Roman',Times,serif;
}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0 0;
background: #fff;
position: relative;
}
/* .flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; } */
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 30px; padding: 10px 0 0 0; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav { display: none; width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}





@media screen and (min-width: 0px) {

        
        .row .grid:first-child {
            margin-left:0;
            padding: 0 1.5% 0 0;
        }

        .row .grid:last-child {
            margin:0;
            padding: 0 0 0 1.5%;
        }
        
        .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
            width: 100%;
        }

}

    /*
    ----------------------------------------------------------------------------- 
    
   
    
    ----------------------------------------------------------------------------- */

    @media screen and (min-width: 768px) {
        
        
        .col-1 {
            width:16.25%;
        }
        .col-2 {
            width:33.0%;
        }
        .col-3 {
            width:49.75%;
        }
        .col-4 {
            width:66.5%;
        }
        .col-5 {
            width:83.25%;
        }
        .col-6 {
            margin-left:0;
            width:100%;
        }
        .wprmm_menu .two-column li{
            width:48% !important;
        }
        #mobilesmart_switcher {
            display: none;
        }

    }



.gallery-image {
    width: 16.25%;
}
.gallery {
    margin: 0 0 60px;
}

/*
 * 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='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='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='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='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }