/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
    FONTS
   ========================================================================== */

@font-face {
    font-family: 'titilliumtextLight';
    src: url('fonts/titilliumtext22l_light.eot');
    src: url('fonts/titilliumtext22l_light.eot?#iefix') format('embedded-opentype'),
        url('fonts/titilliumtext22l_light.woff') format('woff'),
        url('fonts/titilliumtext22l_light.ttf') format('truetype'),
        url('fonts/titilliumtext22l_light.svg#titilliumtextLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumtextRegular';
    src: url('fonts/titilliumtext22l_regular.eot');
    src: url('fonts/titilliumtext22l_regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/titilliumtext22l_regular.woff') format('woff'),
        url('fonts/titilliumtext22l_regular.ttf') format('truetype'),
        url('fonts/titilliumtext22l_regular.svg#titilliumtextRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumtextBold';
    src: url('fonts/titilliumtext22l_bold.eot');
    src: url('fonts/titilliumtext22l_bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/titilliumtext22l_bold.woff') format('woff'),
        url('fonts/titilliumtext22l_bold.ttf') format('truetype'),
        url('fonts/titilliumtext22l_bold.svg#titilliumtextBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumtextXBold';
    src: url('fonts/titilliumtext22l_xbold.eot');
    src: url('fonts/titilliumtext22l_xbold.eot?#iefix') format('embedded-opentype'),
        url('fonts/titilliumtext22l_xbold.woff') format('woff'),
        url('fonts/titilliumtext22l_xbold.ttf') format('truetype'),
        url('fonts/titilliumtext22l_xbold.svg#titilliumtextXBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* ==========================================================================

   ========================================================================== */


html,
button,
input,
select,
textarea {
    color: #3a3a3a;
}

body {
    font-size: 13px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    line-height: 1.4;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

p {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.3em;
}

a {

}

strong {
    font-weight: normal;
    font-family: 'titilliumtextBold', Tahoma, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'titilliumtextRegular', Tahoma, Helvetica, Arial, sans-serif;
    margin-top: 0;
}

h1 {
    margin: 0;
}

h2 {
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 22px;
}

h3 {
    font-size: 24px;
}

h4 {

}

h5 {

}

h6 {

}

/* PLACEHOLDERS
----------------------------------- */
::-webkit-input-placeholder {
    color: #808080;
}
:-moz-placeholder { /* Firefox 18- */
    color: #808080;
    opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #808080;
    opacity: 1;
}
:-ms-input-placeholder {  
    color: #808080 !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/**
*** Global
**/

body {
    background: #fff url(../img/bg_body_top.jpg) center top no-repeat;
}

.page_wrap {
    width: 1024px;
    margin: 0 auto;
}

.section_header {
    background: url(../img/bg_header_offer.png) center top no-repeat;
    min-height: 125px;
    padding-left: 172px;
    padding-right: 126px;
    position: relative;
}

.section_header h2 {
    font-size: 32px;
    color: #3e2c13;
    line-height: 1.1em;
    margin-bottom: 0;
}

.section_header h2 strong {
    font-family: 'titilliumtextBold', Tahoma, Helvetica, Arial, sans-serif;
}


.section_header .back_to_top {
    background: url(../img/arrow_top.png) center top no-repeat;
    font-family: 'titilliumtextRegular', Tahoma, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #3e2c13;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 54px;
    position: absolute;
    top: 29px;
    right: 54px;
}

/**
*** Header
**/

#header {
    margin-bottom: 25px;
}

#header .logo {
    margin: 0;
    padding-top: 14px;
    float: left;
}

#header .main_nav {
    font-size: 36px;
    font-family: 'titilliumtextLight', Tahoma, Helvetica, Arial, sans-serif;
    color: #3e2c13;
    margin: 0;
    padding: 0;
    padding-right: 300px;
    padding-top: 57px;
    float: right;
}

#header .main_nav li {
    float: left;
    margin-left: 32px;
}

#header .main_nav li:first-child {
    margin-left: 0;
}

#header .main_nav a {
    color: #3e2c13;
    text-decoration: none;
    display: block;
}

#header .main_nav a:hover {
    text-decoration: underline;
}

#header .main_nav a:active {
    background: none;
}

/**
*** Intro section
**/

#intro {
    background: url(../img/bg_intro_bottom.jpg) center bottom no-repeat;
    padding: 0 52px;
    padding-bottom: 70px;
    min-height: 758px;
}

#intro .intro_text {
    width: 578px;
    margin-bottom: 30px;
    clear: both;
    text-align: justify;
}

#intro .intro_text h2 {
    width: 500px;
    text-align: left;
}

.company_images {
    margin-bottom: 30px;
}

.lt-ie9 .company_images {
    margin-left: -10px;
}

.company_images figure {
    width: 286px;
    margin-bottom: 10px;
    margin-right: 30px;
    float: left;
}

.lt-ie9 .company_images figure {
    margin-right: 20px;
}

.company_images figure:nth-child(n + 3) {
    margin-right: 0;
}

.company_images figure img {
    max-width: 100%;
    display: block;
    margin-bottom: 5px;
}

.company_images figure figcaption {
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

.owner_details {
    width: 430px;
    margin-bottom: 14px;
}

.owner_details img {
    float: left;
}

.owner_details h3 {
    font-size: 14px;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    line-height: 1;
    margin-bottom: 2px;
    margin-left: 166px;
}

.owner_details p {
    text-align: justify;
    margin-left: 166px;
}


/**
*** Offer
**/

#offer {
    padding-bottom: 10px;
}

#offer .section_header {
    background: url(../img/bg_header_offer.png) center top no-repeat;
    padding-bottom: 44px;
}

#offer .section_header h2 {
    padding-top: 43px;
}


.offer_content {
    padding: 0 32px 0 52px;
}

.offer_details {
    width: 578px;
    float: left;
}

.products_info_wrapper {
    border: 1px solid #00a651;
    /*min-height: 412px;*/
    height: 412px;
    margin-top: 76px;
    margin-bottom: 72px;
    position: relative;
}

.products_info_wrapper .products_nav_wrapper {
    background: #00a651;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.products_nav_wrapper .products_nav {
    width: 140px;
    float: left;
    padding: 0;
    margin: 0;
}

.products_nav_wrapper .products_nav li {
    list-style: none;
}

.products_nav_wrapper .products_nav li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #37bc78;
    padding: 14px 4px 14px 16px;
    display: block;
    outline: none;
}

.products_nav_wrapper .products_nav li a:hover {
    background: #37bc78;
}

.products_nav_wrapper .products_nav li a.active {
    background: #fff url(../img/bg_slider_active.png) right center no-repeat;
    color: #00a651;
    cursor: default;
}

.products_info_wrapper .products_control {
    background: url(../img/sprite_slider_controls.png) no-repeat;
    width: 49px;
    height: 32px;
    display: block;
    position: absolute;
    left: 38px;
    cursor: pointer;
}

.products_info_wrapper .products_control.top {
    background-position: left top;
    top: -47px;
}

.products_info_wrapper .products_control.bottom {
    background-position: left bottom;
    bottom: -47px;
}

.products_description_wrapper {
    margin-left: 140px;
    overflow: hidden;
}

.products_description_wrapper .product_description {
    height: 412px;
    overflow: auto;
    display: none;
}

.products_description_wrapper .product_description.active {
    display: block;
}

.products_description_wrapper .product_description > div {
    padding-left: 66px;
    padding-bottom: 4px;
    padding-right: 10px;
    /*padding-top: 20px;*/
    border-bottom: 1px dotted #cfcfcf;
}

.products_description_wrapper .product_description > div:last-child {
    border-bottom: none;
}

.products_description_wrapper .product_description > div:nth-child(2n + 2) {
    background-color: #f4f4f4;
}

.products_description_wrapper .product_description h4 {
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #00a651;
    margin-bottom: 12px;
}

.product_description .source {
    background: url(../img/ico_origin.png) 16px 22px no-repeat;
    padding-top: 32px;
}
.product_description .growth {
    background: url(../img/ico_growth.png) 16px 12px no-repeat;
    padding-top: 22px;
}
.product_description .fruits {
    background: url(../img/ico_fruits.png) 16px 10px no-repeat;
    padding-top: 20px;
}
.product_description .harvest {
    background: url(../img/ico_harvest.png) 16px 12px no-repeat;
    padding-top: 20px;
}

.quality_policy {
    width: 276px;
    float: right;
    border: 1px solid #00a651;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 18px;
    padding-bottom: 16px;
    margin-top: 4px;
}

.quality_policy h3 {
    color: #00a651;
    font-size: 24px;
    font-family: 'titilliumtextLight', Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

.quality_policy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quality_policy li {
    line-height: 1.2em;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 58px;
    background: url(../img/ico_check.png) 5px center no-repeat;
}

/**
*** Contact
**/

#contact {
    background: #00a651;
    padding-bottom: 22px;
    color: #fff;
}

#contact .section_header {
    background: url(../img/bg_header_contact.png) center top no-repeat;
}

#contact .section_header h2 {
    padding-top: 28px;
}

#contact .contact_details {
    margin-bottom: 8px;
}

.contact_details .vcard {
    font-size: 17px;
    color: #fff;
    text-shadow: 0 1px 1px #555;
    padding: 25px 52px 16px;
}

.contact_details .email_wrap {
    display: inline-block;
    width: 215px;
}

.contact_details .email {
    background: url(../img/ico_mail.png) left 8px no-repeat;
    color: #fff;
    font-family: 'titilliumtextRegular', Tahoma, Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding-left: 28px;
    width: 215px;
}

.contact_details .email:hover {
    text-decoration: underline;
}

.contact_details .tel_landline {
    background: url(../img/ico_phone.png) left bottom no-repeat;
    padding-left: 32px;
    margin-right: 30px;
    margin-left: 17px;
}

.contact_details .tel_mobile {
    background: url(../img/ico_mobile.png) left 4px no-repeat;
    font-family: 'titilliumtextBold', Tahoma, Helvetica, Arial, sans-serif;
    padding-left: 18px;
}

.contact_details .adr {
    float: right;
}

.contact_form_wrapper {
    margin-left: 52px;
    float: left;
    width: 215px;
}

.contact_form_wrapper form label {
    display: none;
}

.ie9 .contact_form_wrapper form label,
.lt-ie9 .contact_form_wrapper form label {
    display: block;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
}

.contact_form_wrapper form input[type="text"],
.contact_form_wrapper form input[type="email"] {
    color: #000;
    box-shadow: 0 1px 1px #006230;
    display: block;
    width: 172px;
    height: 15px;
    padding: 13px 10px 13px 32px;
    border: none;
    margin-bottom: 14px;
}

.contact_form_wrapper form textarea {
    color: #000;
    box-shadow: 0 1px 1px #006230;
    display: block;
    width: 172px;
    height: 132px;
    padding: 13px 10px 13px 32px;
    border: none;
    resize: none;
}

.contact_form_wrapper form input.error,
.contact_form_wrapper form textarea.error {
    /*border: 1px solid #B21300;*/
    background-color: #FFD5CF !important;
    margin-bottom: 2px;
}

.contact_form_wrapper form .error_message {
    color: #B21300;
    padding-left: 10px;
}

.contact_form_wrapper form #cf_name {
    background: #e8e8e8 url(../img/ico_form_name.png) 12px center no-repeat;
}

.contact_form_wrapper form #cf_email {
    background: #e8e8e8 url(../img/ico_form_email.png) 12px center no-repeat;
}

.contact_form_wrapper form #cf_message {
    background: #e8e8e8 url(../img/ico_form_message.png) 12px 15px no-repeat;
}

.contact_form_wrapper .note {
    font-size: 10px;
    margin-bottom: 18px;
}

.contact_form_wrapper .submit_wrap {
    text-align: center;
}

.contact_form_wrapper #cf_submit {
    background: url(../img/bg_submit_btn.png) no-repeat;
    width: 135px;
    height: 43px;
    border: none;
}

#map_wrapper {
    margin-right: 52px;
    float: right;
    width: 685px;
    height: 350px;
    color: #000;
}

#info_window_content {
    min-width: 370px;
    min-height: 64px;
}

#info_window_content h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    white-space: nowrap;
}

#info_window_content p {
    margin-bottom: 4px;
}

/**
*** Footer
**/
#footer {
    background: #383838;
    color: #8e8e8e;
    box-shadow: 0 5px 10px -10px #000 inset;
    padding: 13px 52px 46px;
}

#footer .copy {
    float: left;
    margin: 0;
}

#footer .realization {
    float: right;
    margin: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


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

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

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

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

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

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

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

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

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

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

