@charset "utf-8";
/*

/*reset
---------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/*Grid System - FIXED 16
---------------------------------------------- */
.container_16{margin-left:auto;margin-right:auto;width:960px;position:relative}
/* Grid >> Global */.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;position:relative;margin-left:10px;margin-right:10px;}
/* Grid >> Children (Alpha ~ First, Omega ~ Last) */.alpha{margin-left:0;}.omega{margin-right:0;}
/* Grid */.grid_1{width:40px;}.grid_2{width:100px;}.grid_3{width:160px;}.grid_4{width:220px;}.grid_5{width:280px;}.grid_6{width:340px;}.grid_7{width:400px;}.grid_8{width:460px;}.grid_9{width:520px;}.grid_10{width:580px;}.grid_11{width:640px;}.grid_12{width:700px;}.grid_13{width:760px;}.grid_14{width:820px;}.grid_15{width:880px;}.grid_16{width:940px;}
/* Prefix Extra Space */.prefix_1{padding-left:60px;}.prefix_2{padding-left:120px;}.prefix_3{padding-left:180px;}.prefix_4{padding-left:240px;}.prefix_5{padding-left:300px;}.prefix_6{padding-left:360px;}.prefix_7{padding-left:420px;}.prefix_8{padding-left:480px;}.prefix_9{padding-left:540px;}.prefix_10{padding-left:600px;}.prefix_11{padding-left:660px;}.prefix_12{padding-left:720px;}.prefix_13{padding-left:780px;}.prefix_14{padding-left:840px;}.prefix_15{padding-left:900px;}
/* Suffix Extra Space */.suffix_1{padding-right:60px;}.suffix_2{padding-right:120px;}.suffix_3{padding-right:180px;}.suffix_4{padding-right:240px;}.suffix_5{padding-right:300px;}.suffix_6{padding-right:360px;}.suffix_7{padding-right:420px;}.suffix_8{padding-right:480px;}.suffix_9{padding-right:540px;}.suffix_10{padding-right:600px;}.suffix_11{padding-right:660px;}.suffix_12{padding-right:720px;}.suffix_13{padding-right:780px;}.suffix_14{padding-right:840px;}.suffix_15{padding-right:900px;}
/* Push Space */.push_1{left:60px;}.push_2{left:120px;}.push_3{left:180px;}.push_4{left:240px;}.push_5{left:300px;}.push_6{left:360px;}.push_7{left:420px;}.push_8{left:480px;}.push_9{left:540px;}.push_10{left:600px;}.push_11{left:660px;}.push_12{left:720px;}.push_13{left:780px;}.push_14{left:840px;}.push_15{left:900px;}
/* Pull Space */.pull_1{left:-60px;}.pull_2{left:-120px;}.pull_3{left:-180px;}.pull_4{left:-240px;}.pull_5{left:-300px;}.pull_6{left:-360px;}.pull_7{left:-420px;}.pull_8{left:-480px;}.pull_9{left:-540px;}.pull_10{left:-600px;}.pull_11{left:-660px;}.pull_12{left:-720px;}.pull_13{left:-780px;}.pull_14{left:-840px;}.pull_15{left:-900px;}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	}


/*Layout
---------------------------------------------- */

body {
	background:url(../assets/gfx/bg-body.gif) repeat-x top #fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.75em; /* =12px */
	line-height:1.5em;
	}

a {text-decoration:none; color:#1894e3;}

@font-face {
	font-family: 'Captureit';
	src: url('/fonts/capture_it.eot');
	src: local('?'),  url('/fonts/capture_it.ttf') format('truetype'), url('/fonts/capture_it-webfont.svg#webfontuGzs9LVk') format('svg');
	font-weight: normal;
	font-style: normal;
	}
 

/* headings */
h1, h2, h3, h4, h5 {font-weight:normal;margin-bottom:1em; line-height:1em;}
h1{
	padding-left:20px;
	background:url(../assets/gfx/bg-arrows.png) no-repeat left 3px;
	font-size:1.67em;
	color:#2c2a26;
	line-height:1.2em;
	}
h2, h3, h5{font-size:1.33em;/*=16px*/}
h2 {
	color:#f0aa00;
	margin-bottom:0.5em;
	}
h3{
	border-bottom:2px solid #fdb812;
	line-height:1.9em;
	clear:left;
	}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#2c2a26;
	text-transform:uppercase;
	margin-bottom:0.5em
	}
h4 strong{font-size:1.36em;}
h5{margin-bottom:0.5em;}

/* forms
----------------------------------------------- */
form {overflow:hidden;}
fieldset {
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	}
fieldset li{padding:3px 0; position:relative;}
fieldset li input, fieldset li select, fieldset li textarea {
	width:85%;
	padding:4px;
	background-color:#fbfbfb;
	border:1px solid #b2162d;
	font-family:Verdana, Geneva, sans-serif;
	color:#989898;
	font-size:1em;
	}
#content fieldset{background-color:#eee;padding-top:10px;}
#content fieldset input, #content fieldset select, #content fieldset textarea{width:60%;}
#content fieldset label{display:block; width:38%; float:left;}
fieldset li input.active, fieldset li textarea.active{background-color:#f8eed6;}
fieldset li input[type="checkbox"]{width:auto;}
.footer fieldset label{display:none;}
fieldset li.checkbox{font-size:0.92em;}
fieldset li.checkbox label{display:inline-block;}
#content fieldset li.checkbox label{width:50%;}
#content fieldset li.checkbox input{width:5%;}
fieldset input.button, a.button, #content input.button{
	width:auto;
	background-color:#fdb812;
	border:2px solid #fff;
	cursor:pointer;
	text-transform:lowercase;
	color:#131210;
	}
#content input.button, #content fieldset .note{margin-left:38%}
fieldset span.error{
	display:inline-block;
	position:absolute;
	left:83%;
	top:2px;
	width:25px;
	height:25px;
	background:url(../assets/gfx/icons.png) no-repeat 0 -229px;
	text-indent:-999px;
	overflow:hidden;
	}
#content span.error{left:85%;}
.success{background-color:#fdb812; color:#2c2a26; padding:4px; border:2px solid #fff;}
#content fieldset ol{list-style-type:none;}

/* general layout
----------------------------------------------- */
/*skip links*/
ul.skiplinks a{
	color:#fbfbfb;
	}
	
/* branding */
#branding {
	height:160px;
	}
#branding a.branding{
	background:url(../assets/gfx/logo-easystart.gif) no-repeat bottom center;
	display:block;
	text-indent:-999em;
	height:125px;
	width:100%;
	margin-top:-5px;	
	}
img.print{display:none;}

/* call */
#call{
	background:url(../assets/gfx/bg-call.gif) no-repeat right top;
	height:157px;
}
#call h2{
	margin:30px 50px 0 75px;
	text-transform:uppercase;
	color:#fff;
	font-size:2.4em; 
	text-align:center;
	line-height:1em;
}
#call h2 em{font-size:1.25em; font-style:normal;}
#call h2 span{font-size:0.7em; line-height:1.2em;text-transform:none;}

#content{padding:20px 0;}
a.button{
	display:block;
	line-height:2em;
	text-align:center;
	border:2px solid #a9a9a9;
	font-size:1.17em;
	}
/* badge */
.badge-on{
	background:url("../assets/badge.png") no-repeat scroll 0 0 transparent;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	height:104px;
	line-height:1.1;
	padding:50px 17px 0 15px;
	position:absolute;
	right:-50px;
	text-align:center;
	top:213px;
	vertical-align:middle;
	width:120px;
	z-index:5;			
}
.badge-on, .badge-on a{color:#FFFFFF;}

/* cycle
----------------------------------------------- */
.cycle{margin:20px 0 20px 0;}
.cycle img{border:2px solid #fdb812;}
.slideshow{position:relative;}
#caption{
	position:absolute;
	bottom:10px;
	right:22px;
	background:url(../assets/gfx/bg-cycletext.png) no-repeat left top;
	padding:10px;
	z-index:10;
	color:#fff;
	text-indent:40px;
	font-size:1.33em;
	font-weight:bold;
	}
#caption span{
	display:block;
	margin-top:-7px;
	font-size:0.9em;
	line-height:1;
	
}
#caption em{
	display:block;
	font-size:0.65em;
	font-style:normal;
}
.cycle2{
	margin-bottom:20px;
	height:250px;
	overflow:hidden;
}

/**
 * HoverScroll Style Sheet
 *
 * @author RasCarlito <carl.ogren@gmail.com>
 * @version 0.2.4
 * @revision 21
 */

/* Main container */
div.hoverscroll {
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}

/* List container */
div.hoverscroll div.listcontainer {
	overflow:hidden;
}

/* Actual list containing items */
div.hoverscroll ul.list {
	list-style:none;
	margin:0;
	padding:0;
}

/* Items contained in the list */
div.hoverscroll ul.list li.item {
	display:block;
	padding:0;
}

/* Item highlighting*/
#thumbs,#thumbs a{background:#ccc;}
#thumbs a{display:block;padding:0 3px 3px;position:relative;}
#thumbs li.activeSlide a,#thumbs a:hover{background:#F0AA00;padding-top:3px;margin-top:-3px;}

/* shaddow*/
.hoverscroll{
	overflow:hidden;
	padding-left:5px;
}
.listcontainer{
	-moz-box-shadow:0 0 5px #000000;
	-webkit-box-shadow:0 0 5px #000000;
	box-shadow:0 0 5px #000000;
}

/* home page boxes
----------------------------------------------- */
.box{
	width:195px;
	float:left;
	border:5px solid #fdb812;
	padding:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative;
	min-height:107px;
	height:107px;
	}
.box h4{
	text-indent:34px;
	line-height:1.2em;
	}
.homes, .houseland, .finance, .offer{
	margin:0 7px 20px 7px; 
	padding:8px;
	}
a.boxlink{
	width:195px;
	display:block;
	color:#000;
	}
.box a.arrow_link, .box a.icon_link{
	width:36px;
	overflow:hidden;
	height:36px;
	background:url(../assets/gfx/bg-arrows.png) no-repeat 0 -104px;
	position:absolute;
	bottom:-8px;
	right:-8px;
	text-indent:-999px;
	}
.box a.icon_link{
	width:53px;
	height:55px;
	background:url(../assets/gfx/icons.png) no-repeat 0 0;
	top:-15px;
	left:-12px;
	}
.houseland {border-color:#e31837;}
.houseland a.arrow_link{background-position:0 -184px;}
.houseland a.icon_link{background-position:0 -55px;}

.finance{border-color:#a9a9a9;}
.finance a.arrow_link{background-position:0 -144px;}
.finance a.icon_link{background-position:0 -110px;}

.offer a.icon_link{background-position:0 -165px;}

/* home designs floorplan & elevation boxes
----------------------------------------------- */
.homes_menu div.floorplanbox, .homes_menu div.elevation{
	width:200px;
	padding:7px;
	background-color:#f1f1f1;
	border:1px solid #c0c0c0;
	-moz-box-shadow: 0 2px 3px #c1c1c1;
	-webkit-box-shadow: 0 2px 3px #c1c1c1;
	box-shadow: 0 2px 3px #c1c1c1;
	margin:8px;
	float:left;
	text-align:center;
	}
.homes_menu div.elevation{width:432px;}
.homes_menu span, span.icons{
	display:inline-block;
	color:#a8a8a8;
	background:url(../assets/gfx/icons.png) no-repeat left -262px;
	text-indent:25px;
	margin:5px 10px 7px 0;
	text-align:left;
	}
span.bathrooms{background-position:0 -283px; text-indent:20px;}
span.cars{background-position:0 -308px;}

.homes_menu a.button, .homes_menu .comingsoon{
	width:214px;
	margin:0 -7px -7px -7px;
	border:none;
	font-family:Captureit, Verdana, Geneva, sans-serif;
	font-size:1.25em;
	color:#fff;
	border:none;
	}
.homes_menu .comingsoon{
	line-height:2em;
	text-align:center;
	background-color:#b4b4b4;
	}
.homes_menu .elevation a.button{width:446px;}
.homes_menu h5{text-align:left;}
.homes_menu img{border:1px solid #c0c0c0;}
	
/* Home details page
----------------------------------------------- */
.sub_menu{margin-top:43px;}
.sub_menu li{
	display:block;
	margin:0 10px 3px 0;
	background-color:#a9a9a9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	}
.sub_menu li:hover{background-color:#fdb812;}
.sub_menu li a{
	display:block;
	line-height:3.5em;
	padding-left:5px;
	margin-right:-10px;
	color:#2c2a26;
	background:url(../assets/gfx/bg-arrows.png) no-repeat 193px -305px;
	}
.sub_menu li a:hover{background-position: 193px -346px;}

.reviews{
	font-size:0.92em; /*=11px*/
	margin-top:30px;
	padding-top:10px;
	border-top:2px solid #fdb812;
	}
.reviews strong{
	display:block;}
	
.floorplan{
	text-align:center;
	position:relative;
	}
.floorplan span{
display:none;
	width:29px;
	height:29px;
	left:50%;
	top:50%;
	margin-left:-15px;
	margin-top:-15px;
	position:absolute;
	z-index:11;
	background:url(../assets/gfx/icons.png) no-repeat 0 -338px;}
	
/* side panel for home designs page
----------------------------------------------- */
#side_panel{
	padding:0 10px 10px 10px;
	border:3px solid #a9a9a9;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top:18px;
	}
#side_panel h4{
	text-align:center;
	color:#e31837;
	margin-top:-18px;
	padding-top:37px;
	background:url(../assets/gfx/bg-arrows.png) no-repeat 55px -224px;
	}
#side_panel span{
	display:block;
	padding:4px 0;
	margin-bottom:3px;
	background:url(../assets/gfx/bg-number.gif) no-repeat top center;
	text-align:center;
	font-weight:bold;
	color:#fff;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;}
blockquote {}
blockquote, cite {}
#content .grid_11 ul, #content ol {margin-left:1em;margin-bottom:1.5em;}
#content .grid_11 ul li{
	padding-left:10px;
	background:url(/assets/gfx/icons.png) no-repeat 0 -368px;
	padding-bottom:2px;
	}
#content ol{list-style-type:decimal; padding-left:20px;}
#content ol li{margin-bottom:5px;}
.note{color:#a9a9a9; font-style:italic;}
em.note{font-style:normal;color:#fff;font-size:0.8em;}

img.right, p.right img{float:right; margin-left:25px;}
/* internal side images */
.side_images{margin-top:50px;}
.side_images img{border:2px solid #fdb812;}

/* summer breeze campaign
----------------------------------------------- */
#summerbreeze{
	width:550px;
	height:293px;
	padding:306px 393px 0 32px;
	background:url(/Assets/summer-breeze/summerbreeze.jpg) no-repeat 0 0;
	}
#summerbreeze a{margin-right:15px; display:inline-block; height:270px; overflow:hidden;}
#summerbreeze img{border:none;}
a.summerbreeze{margin:-8px; display:inline-block;}
img.tick{position:absolute; right:-40px; top:-25px;}
img.windeposit, img.yestick, img.lgtick{position:absolute; top:0; z-index:22;}
img.windeposit{left:-100px;}
img.yestick{left:350px; top:10px;}
img.lgtick{right:-110px; top:265px;}

/* new home & land campaign
----------------------------------------------- */
#newhomeland{
	width:550px;
	height:118px;
	padding:306px 393px 0 32px;
	background:url(/Assets/new-home-land/newhomeland-zero2.jpg) no-repeat 0 0;
	}

/* menus
----------------------------------------------- */
.menulist{z-index:23; background-color:#e31837;}
#listMenuRoot{font-size:1.17em; /*=14px*/; text-transform:lowercase; font-weight:bold;}
#listMenuRoot li{
	float:left;
	position:relative;
	z-index:11;
	}

#listMenuRoot li a:link, #listMenuRoot li a:active, #listMenuRoot li a:visited{
	padding:0 14px;
	color:#fbfbfb;
	line-height:50px;
	height:50px;
	display:inline-block;
	}
#listMenuRoot li a:hover{background-color:#d41a36;}

#listMenuRoot li ul{
	width:240px;
	padding:5px 0;
	display:none;
	position:absolute;
	top:50px;
	background:url(../assets/gfx/bg-submenu.gif) repeat-x top #414040;
	border:1px solid #2c2c2c;
	font-size:1em;
	left:0;
	}
#listMenuRoot ul li a:link, #listMenuRoot ul li a:active, #listMenuRoot ul li a:visited{
	padding:0 0 0 14px;
	width:225px;
	height:30px;
	line-height:30px;
	}
#listMenuRoot ul li a:hover{background-color:#2c2c2c;}
#listMenuRoot li:hover ul, #listMenuRoot li.sfhover ul{display:block;}


/* footer
----------------------------------------------- */
#footer{
	background:url(../assets/gfx/bg-footer.gif) repeat-x top;
	padding-top:29px;
	clear:left;
	color:#fbfbfb;}
.footer{
	background:url(../assets/gfx/bg-footer-repeat.gif) top left #cf0c29;
	padding:20px 0 15px 0;
	}
.footer a:link, .footer a:active, .footer a:visited{color:#770a1a;}
.footer a:hover{text-decoration:underline;}
.footer h1{
	color:#fff;
	background-position:0 -31px;
	}
.footer .quicklinks h1, .footer h1.win{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2.3em;}
.footer h1.win{background:url(/Assets/arrow-icon.gif) no-repeat top left; text-align:center;}
p.enter_now{
	padding-left:10px;
	background:url(../assets/gfx/bg-arrows.png) no-repeat 313px -62px #b00a23;
	line-height:2.3em;
	}

/* quicklinks */	
.quicklinks li{
	width:160px;
	margin-right:20px;
	float:left;
	line-height:30px;
	border-bottom:1px solid #bb0b25;
	}

/* site credits */	
#sitecredits{
	background:url(../assets/gfx/bg-sitecredits-repeat.gif) top left #ab0c24;
	line-height:35px;
	color:#fff;
	text-align:center;
	}
#sitecredits a:link, #sitecredits a:active, #sitecredits a:visited, #sitecredits em{color:#fff; padding:0 5px; font-style:normal;}
#sitecredits a:hover{text-decoration:underline;}

/* 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;}

/* ColorBox 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:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(../assets/gfx/colorbox/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(../assets/gfx/colorbox/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(../assets/gfx/colorbox/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../assets/gfx/colorbox/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(../assets/gfx/colorbox/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(../assets/gfx/colorbox/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(../assets/gfx/colorbox/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(../assets/gfx/colorbox/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(../assets/gfx/colorbox/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
    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=../assets/gfx/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../assets/gfx/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../assets/gfx/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../assets/gfx/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../assets/gfx/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../assets/gfx/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../assets/gfx/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../assets/gfx/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

