/* Minification failed. Returning unminified contents.
(478,1): run-time error CSS1019: Unexpected token, found '@charset'
(478,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(478,17): run-time error CSS1019: Unexpected token, found ';'
 */
/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

ol,
ul {
    margin: 1em 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

ol,
ul {
    padding: 0 0 0 40px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear              {clear: both;}
.hidden             {display: none}

/* user style for ckeditor */		
.wed-alert					{color: #c00;}
.highlight-p,
.highlight-span				{background: yellow}

.image-left					{float: left; margin: 0 10px 10px 0}
.image-right				{float: right; margin: 0 0 10px 10px}
.image-border				{border: 3px solid #cfcac6}

.wed-table					{border-collapse: collapse; margin: 20px 0 20px 0}
.wed-table caption			{padding: 2px 0px 4px 0px; font-size: 18px; background: none}

.wed-table tr th			{padding: 2px 10px 4px 10px; color: #ffffff; background: #808893; font-weight: normal; border: solid 1px #ffffff}
	.wed-table tr.even th	{background: #666666}	
	.wed-table tr.odd th	{background: #555555}		

.wed-table tr td			{padding: 2px 10px 4px 10px; background: #eee; border: solid 1px #ffffff}	
	.wed-table tr.even td	{background: #eee}	
	.wed-table tr.odd td	{background: #e4e4e4}

/* genum banners */
.toptext		    {background: #900; color: #FFFFFF; font-size: 18px; text-align: center; line-height: 26px; border: 1px solid #692325; padding: 0 0 3px 0; position: relative; z-index: 1000}
.toptext span	    {font-size: 11px;  line-height: 16px;}
.toptext a          {color: yellow; text-decoration: underline;}
.toptext a:hover    {color: yellow; text-decoration: none;}

#genumproperty     	    {border: solid 5px #000}
#genumproperty div      {background: #c00; padding: 7px 20px 13px 20px; color: #fff; font-size: 18px; text-align: center}
#genumproperty div a    {color: #ff0}
.form           {margin: 10px 0;}
.form ul        {margin: 10px 0; padding: 0; list-style: none; font-size: 12px; width: 400px}
.form li        {margin: 10px 0; overflow: hidden; position: relative;}
.form label     {float: left; width: 140px; padding-right: 10px; text-align: right; margin: 3px 0 0}

.form input,
.form textarea,
.form select    {margin: 0;}

.form .txt input        {width: 240px; padding: 1px 4px; border: 1px solid #d6dae2; border-top-color: #abadb3; outline: none;}
.form .txt input:focus  {border-color: #b5cfe7; border-top-color: #3d7bad; outline: none;}

.form .check            {padding-left: 150px;}
.form .check label      {float: none; width: auto; padding: 0; vertical-align: middle;}
.form .check input      {margin-right: 5px; padding: 0; vertical-align: middle;}

.form .captcha              {margin: 7px 0 7px;}
.form .captcha label        {padding-top: 10px; margin: 0;}
.form .captcha img          {border: 1px solid #dbdfe6; float: right; height: 34px; width: 150px;}
.form .captcha input        {float: left; margin: 7px 0px 0px; width: 75px; padding: 1px 4px; border: 1px solid #d6dae2; border-top-color: #abadb3; outline: none;}
.form .captcha input:focus  {border-color: #b5cfe7; border-top-color: #3d7bad; outline: none;}

.form textarea         {width: 240px; padding: 1px 4px; border: 1px solid #d6dae2; border-top-color: #abadb3; outline: none; height: 70px}
.form textarea:focus   {border-color: #b5cfe7; border-top-color: #3d7bad; outline: none;}

.form .bttns    {padding-left: 148px;}
.form .bttns a  {text-decoration: none;}

.form .bttns button, .form .bttns input, .submit {
    color: #6e6e6e;
    cursor: pointer;
    font: bold 12px Helvetica, Arial, sans-serif;
    padding: 6px 14px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    
    border: solid 1px #dcdcdc;
    border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        
    margin-right: 10px;
}

.form .bttns button:hover, .form .bttns input:hover, .submit:hover {
    color: #333;
    border-color: #999;
    
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.form .bttns input:active, .submit:active {color: #000; border-color: #444;}

.field-validation-error     {display: block; font-size: 11px; color: #c00; padding-left: 150px; clear: both}
.field-validation-valid     {display: none;}
.validation-summary-errors  {color: #c00}

#cboxLoadedContent .form                    {padding-top: 15px;}
#cboxLoadedContent .form label              {width: 90px;}
#cboxLoadedContent .field-validation-error  {padding-left: 100px;}

@charset "UTF-8";
/* =================================================================

	Файл сгенерирован из файла /content/sass/style.scss
	При необходимости внести изменения, пожалуйста,
	сделайте это, используя исходный файл. Спасибо!

================================================================= */
/* General Formatting */
html {
  height: 100%;
  min-height: 100%;
  overflow: auto; }

body {
  color: #000;
  background: #4e99b8 url("images/bg.jpg");
  font: normal 0.75em/1.5 Verdana, Geneva, "DejaVu Sans", sans-serif;
  height: 100%;
  min-height: 100%;
  position: relative; }

a:link, a:visited {
  color: #145586;
  text-decoration: underline; }

a:hover, a:active {
  color: #586773; }

input, textarea {
  font-family: Tahoma, Geneva, sans-serif; }

.wrapper {
  background: url("images/c_bg.png") repeat-y center top;
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
  min-width: 996px; }

.innerWrap {
  width: 996px;
  margin: 0 auto;
  overflow: hidden; }

/* Header Formatting */
.header {
  padding-top: 9px;
  background: url("images/top.jpg") repeat-x 0 0; }
  .header .pic {
    background: url("images/header-pic.png") no-repeat center top;
    min-width: 996px; }
  .header .innerWrap {
    height: 273px; }
    .header .innerWrap .side:first-child {
      padding: 35px 0 0 0;
      width: 249px;
      text-align: center; }
  .header .side {
    width: 199px;
    float: left;
    padding: 28px 20px 0;
    font-size: 16px; }
    .header .side p {
      padding-left: 55px;
      line-height: 1.2em; }
    .header .side .title {
      margin-left: -55px;
      width: 55px;
      float: left;
      color: #e83d00;
      font-weight: bold; }
    .header .side span {
      display: block;
      margin-bottom: 15px; }
  .header .flash {
    width: 443px;
    float: left;
    padding: 13px 0 0 55px; }

/* Navigation Formatting */
.nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #5d6d79;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkNmQ3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTQ2NTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5d6d79 0%, #3a4650 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d6d79), color-stop(100%, #3a4650));
  background: -webkit-linear-gradient(top, #5d6d79 0%, #3a4650 100%);
  background: -o-linear-gradient(top, #5d6d79 0%, #3a4650 100%);
  background: -ms-linear-gradient(top, #5d6d79 0%, #3a4650 100%);
  background: linear-gradient(to bottom, #5d6d79 0%, #3a4650 100%);
  border-top: 1px solid #ABB3BE;
  border-bottom: 1px solid #2F373F; }
  .nav a span {
    display: block;
    padding: 10px 5px 11px 0;
    margin-left: 5px;
    cursor: pointer;
    -webkit-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }
  .nav a:hover {
    color: #c3dced; }
  .nav a.act {
    cursor: default;
    color: #e83d00; }
    .nav a.act span {
      background: #fff;
      cursor: default; }
.nav li ul {
  margin: 0;
  padding: 3px 20px;
  background: #808893;
  font-size: .916em; }
.nav li li a {
  border: 0;
  text-align: left;
  padding: 3px 0 5px 12px;
  background: url("images/li.png") no-repeat left 4px;
  font-weight: normal; }
  .nav li li a span {
    border: 0;
    margin: 0;
    padding: 0; }
  .nav li li a:hover, .nav li li a.act {
    background-position: 0 -96px; }
  .nav li li a.act {
    color: #c3dced; }
    .nav li li a.act span {
      background: none; }

/* Main Body Formatting */
.content .innerWrap {
  padding: 0 10px 94px;
  width: 976px; }

.sidebar {
  float: left;
  width: 229px;
  margin: 0; }

.content_right {
  float: right;
  width: 706px;
  padding: 30px 10px 15px 30px; }

.nav-path {
  margin: 0 0 20px;
  font-size: 11px;
  color: #555; }
  .nav-path h1 {
    margin: 0 0 3px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.1em;
    color: #c00; }

/* Footer Formatting */
.footer {
  overflow: hidden;
  margin: -94px auto 0;
  /* margin-top = - height - border - padding (.footer) */
  height: 94px;
  position: relative;
  background: #cad0d4 url("images/footer.gif") repeat-x 0 0;
  min-width: 996px; }
  .footer .innerWrap {
    padding: 25px 20px 20px;
    color: #515151;
    width: 956px;
    font-size: .833em; }

.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 0 10px; }
  .footer-nav ul li {
    display: inline;
    border-left: 1px solid #515151; }
    .footer-nav ul li:first-child {
      border: 0; }
      .footer-nav ul li:first-child a {
        padding-left: 0; }
  .footer-nav ul a {
    color: #515151;
    padding: 0 15px; }
    .footer-nav ul a:hover, .footer-nav ul a.act {
      color: #000; }

.genum {
  float: right;
  margin-left: 20px;
  white-space: nowrap;
  text-indent: 9999em;
  overflow: hidden;
  width: 88px;
  height: 32px;
  background: url("images/genum.png") no-repeat 0 0; }
  .genum:hover {
    background-position: left -34px; }

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url('/content/colorbox/images/overlay.png') 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url('/content/colorbox/images/controls.png') -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url('/content/colorbox/images/controls.png') -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url('/content/colorbox/images/controls.png') -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url('/content/colorbox/images/controls.png') -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url('/content/colorbox/images/controls.png') left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url('/content/colorbox/images/controls.png') right top repeat-y;}
    #cboxTopCenter{height:21px; background:url('/content/colorbox/images/border.png') 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url('/content/colorbox/images/border.png') 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url('/content/colorbox/images/controls.png') -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url('/content/colorbox/images/controls.png') -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url('/content/colorbox/images/loading_background.png') center center no-repeat;}
        #cboxLoadingGraphic{background:url('/content/colorbox/images/loading.gif') center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url('/content/colorbox/images/controls.png') -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/colorbox/images/internet_explorer/borderTopLeft.png', sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/colorbox/images/internet_explorer/borderTopCenter.png', sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/colorbox/images/internet_explorer/borderTopRight.png', sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/colorbox/images/internet_explorer/borderBottomLeft.png', sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/colorbox/images/internet_explorer/borderBottomCenter.png', sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/colorbox/images/internet_explorer/borderBottomRight.png', sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/colorbox/images/internet_explorer/borderMiddleLeft.png', sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/colorbox/images/internet_explorer/borderMiddleRight.png', sizingMethod='scale');}

