/* CSS Document */



.columnsContainer, footer, header {position: relative;margin: 8px 20px 10px 10px;}
.leftColumn, .rightColumn {  
	/*border: 1px solid  #ccc; */
	padding: 0px;
}
.leftColumn {
	margin-bottom: 8px;
	/* overflow: hidden; */
}
/* MEDIA QUERIES http://johnstonianera.com/demos/simpleResponsiveLayouts/*/
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

@media screen and (min-width: 760px) {
  	.leftColumn {margin-right: 312px;}
	.rightColumn {position: absolute;top: 0;right: 0;width: 400px;}   
}
@media screen and (max-width: 760px) {
	.iso_main {
	    height: 350px !important;
	}
}
.iso_main {
	width: 100%;
	height: 650px; /* CAMBIA EN PRODUCCION */
	margin-top: 0px;
	right: 0px;
	/*border: 1px solid red;*/
}
.main_background_v1 {
	background-color: #82d6c6;
}
.main_background_v2 {
	background-color: #f7b25d;
}
.main_background_v3 {
	background: rgba(239,247,245,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(239,247,245,1) 0%, rgba(152,200,192,1) 70%, rgba(152,200,192,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(239,247,245,1)), color-stop(70%, rgba(152,200,192,1)), color-stop(100%, rgba(152,200,192,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(239,247,245,1) 0%, rgba(152,200,192,1) 70%, rgba(152,200,192,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(239,247,245,1) 0%, rgba(152,200,192,1) 70%, rgba(152,200,192,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(239,247,245,1) 0%, rgba(152,200,192,1) 70%, rgba(152,200,192,1) 100%);
background: radial-gradient(ellipse at center, rgba(239,247,245,1) 0%, rgba(152,200,192,1) 70%, rgba(152,200,192,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7f5', endColorstr='#98c8c0', GradientType=1 );
}
.main_background_v4 {
	background: rgba(210,254,246,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(210,254,246,1) 0%, rgba(130,214,198,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(210,254,246,1)), color-stop(100%, rgba(130,214,198,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(210,254,246,1) 0%, rgba(130,214,198,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(210,254,246,1) 0%, rgba(130,214,198,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(210,254,246,1) 0%, rgba(130,214,198,1) 100%);
	background: radial-gradient(ellipse at center, rgba(210,254,246,1) 0%, rgba(130,214,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2fef6', endColorstr='#82d6c6', GradientType=1 );
}
.main_background_v5 {
background: rgba(255,227,161,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,227,161,1) 0%, rgba(247,178,93,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,227,161,1)), color-stop(100%, rgba(247,178,93,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,227,161,1) 0%, rgba(247,178,93,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,227,161,1) 0%, rgba(247,178,93,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,227,161,1) 0%, rgba(247,178,93,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,227,161,1) 0%, rgba(247,178,93,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe3a1', endColorstr='#f7b25d', GradientType=1 );
}

#iso_container,#iso_clone {
	position:relative;
	width:1px;
}
#iso_container {
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.transition {	
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.iso_container .panel_back, .iso_container .panel_right, .iso_container .panel_left {
    height:280px;
	
}
.noUi-target {
    /*z-index: 50000;*/
}
#slider .noUi-handle {
	outline: none; 
    border: 1px solid #ffadad;
    background: #ff5757;
    cursor: pointer; cursor: hand; 
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #bd3d3d, 0 3px 6px -3px #BBB;
}

.iso_container > div {
    width: 100px;
    height:210px;
    background-color: red;
    background: url(../im/floor_default.svg) no-repeat center bottom;
	position: absolute;	
	/*border:1px solid red;*/
}
.iso_container.floor-1 .panel_floor { background: url(../im/floor_color-1.svg) no-repeat center bottom; }
.iso_container.floor-2 .panel_floor	{ background: url(../im/floor_color-2.svg) no-repeat center bottom; }
.iso_container.floor-3 .panel_floor	{ background: url(../im/floor_color-3.svg) no-repeat center bottom; }
.iso_container.floor-4 .panel_floor	{ background: url(../im/floor_color-4.svg) no-repeat center bottom; }
.iso_container.floor-5 .panel_floor	{ background: url(../im/floor_color-5.svg) no-repeat center bottom; }
.iso_container.floor-6 .panel_floor	{ background: url(../im/floor_color-6.svg) no-repeat center bottom; }


.iso_container #panel-back-art  {background:none}
.PanelBack #panel-back-art		{width: 150px;z-index: 120;}
.PanelBackArt1.PanelBack #panel-back-art 	{background: url(../im/panel_art-1.svg) no-repeat center bottom;top: -36px;left: -38px;} 
.PanelBackArt2.PanelBack #panel-back-art 	{background: url(../im/panel_art-1.svg) no-repeat center bottom;top: -54px;left: -13px;} 
.PanelBackArt3.PanelBack #panel-back-art 	{background: url(../im/panel_art-3.svg) no-repeat center bottom;top: -54px;left: 13px;} 
.PanelBackArt4.PanelBack #panel-back-art 	{background: url(../im/panel_art-3.svg) no-repeat center bottom;top: -68px;left: 40px;}
.PanelBackArt5.PanelBack #panel-back-art 	{background: url(../im/panel_art-3.svg) no-repeat center bottom;top: -82px;left: 64px;} 
.PanelBackArt6.PanelBack #panel-back-art 	{background: url(../im/panel_art-3.svg) no-repeat center bottom;top: -95px;left: 85px;} 


.iso_container .panel_back 				{background:none;}
.PanelBack .panel_back 					{background: url(../im/panel_1-large.svg) no-repeat center bottom;margin-left: -12px;margin-top: -77px;}
.PanelBack #grid-1-1-back.panel_back 	{z-index: 110;}
.PanelBack #grid-1-2-back.panel_back 	{z-index: 109;}
.PanelBack #grid-1-3-back.panel_back 	{z-index: 108}
.PanelBack #grid-1-4-back.panel_back 	{z-index: 107}
.PanelBack #grid-1-5-back.panel_back 	{z-index: 106}
.PanelBack #grid-1-6-back.panel_back 	{z-index: 105}

.iso_container .panel_right 			{background:none;}
.PanelRight .panel_right 				{background: url(../im/panel_right-large.svg) no-repeat center bottom; margin-left: 12px;    margin-top: -76px;}

.iso_container .panel_left 				{background:none;}
.PanelLeft .panel_left					{background: url(../im/panel_left-large.svg) no-repeat center bottom; margin-left: -11px; z-index: 2000; margin-top: -63px;}



.mesa_alta_1-dragg #handle-main 			{top: 85px;width: 70px;height: 110px;left:70px;}
.iso_container .mesa_alta_1					{background: url(../im/mesa_alta_1.svg) no-repeat 0px bottom; width:150px; height:210px; position: relative;}

.mesa_alta_2-dragg #handle-main 			{top: 75px;width: 120px;height: 140px;left:45px;}
.iso_container .mesa_alta_2					{background: url(../im/mesa_alta_2.svg) no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mesa_alta_3-dragg #handle-main 			{top: 75px;width: 120px;height: 140px;left:45px;}
.iso_container .mesa_alta_3					{background: url(../im/mesa_alta_3.svg) no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mesa_alta_1-promo-dragg #handle-main 		{top: 5px;width: 70px;height: 190px;left:40px;}
.mesa_alta_1-promo-dragg #handle-sec		{top: -100px;width: 35px;height: 105px;left: 110px;display:block !important;}
.iso_container .mesa_alta_1-promo			{background: url(../im/mesa_alta_1-promotora.svg) no-repeat 0px bottom; width:150px; height:210px; position: relative;}

.mesa_alta_2-promo-dragg #handle-main 		{top: 5px;width: 70px;height: 190px;left:40px;}
.mesa_alta_2-promo-dragg #handle-sec		{top: -100px;width: 50px;height: 130px;left: 110px;display:block !important;}
.iso_container .mesa_alta_2-promo			{background: url(../im/mesa_alta_2-promotora.svg) no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mesa_alta_3-promo-dragg #handle-main 		{top: 5px;width: 70px;height: 210px;left:40px;}
.mesa_alta_3-promo-dragg #handle-sec		{top: -140px;width: 50px;height: 145px;left: 110px;display:block !important;}
.iso_container .mesa_alta_3-promo			{background: url(../im/mesa_alta_3-promotora.svg) no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador_1-dragg #handle-main 			{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador_1-dragg #handle-sec				{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador_1					{background: url(../im/mostrador_1.svg) no-repeat 0px bottom; width:200px; height:239px; position: relative;}

.mostrador-1-promo-dragg #handle-main 		{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador-1-promo-dragg #handle-sec		{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador-1-promo			{background: url(../im/mostrador_1-promotora.svg) 		no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador_2-dragg #handle-main 			{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador_2-dragg #handle-sec				{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador_2					{background: url(../im/mostrador_2.svg) no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador-2-promo-dragg #handle-main 		{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador-2-promo-dragg #handle-sec		{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador-2-promo			{background: url(../im/mostrador_2-promotora.svg) no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador_3-dragg #handle-main 			{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador_3-dragg #handle-sec				{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador_3					{background: url(../im/mostrador_3.svg) 				no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador-3-promo-dragg #handle-main 		{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador-3-promo-dragg #handle-sec		{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador-3-promo			{background: url(../im/mostrador_3-promotora.svg) 		no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador_4-dragg #handle-main 			{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador_4-dragg #handle-sec				{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador_4					{background: url(../im/mostrador_4.svg) 				no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador-4-promo-dragg #handle-main 		{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador-4-promo-dragg #handle-sec		{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador-4-promo			{background: url(../im/mostrador_4-promotora.svg) 		no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador_5-dragg #handle-main 			{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador_5-dragg #handle-sec				{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador_5					{background: url(../im/mostrador_5.svg) 				no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.mostrador-5-promo-dragg #handle-main 		{top: 60px;width: 150px;height: 110px;left:30px;}
.mostrador-5-promo-dragg #handle-sec		{top: 59px;width: 120px;height: 50px;left: 30px;display:block !important;}
.iso_container .mostrador-5-promo			{background: url(../im/mostrador_5-promotora.svg) 		no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.escritorio_1-dragg #handle-main 			{top: 85px;width: 150px;height: 100px;left:30px;}
.escritorio_1-dragg #handle-sec				{top: 80px;width: 70px;height: 50px;left: 30px;display:block !important;}
.iso_container .escritorio_1				{background: url(../im/escritorio_1.svg) no-repeat 0px bottom; width:200px; height:239px; position: relative;}

.escritorio-1-promo-dragg #handle-main 		{top: 85px;width: 150px;height: 100px;left:30px;}
.escritorio-1-promo-dragg #handle-sec		{top: -50px;width: 70px;height: 175px;left: 30px;display:block !important;}
.iso_container .escritorio-1-promo			{background: url(../im/escritorio_1-promotora.svg) no-repeat 0px bottom; width:200px; height:239px; position: relative;}

.escritorio_2-dragg #handle-main 			{top: 85px;width: 150px;height: 100px;left:30px;}
.escritorio_2-dragg #handle-sec				{top: 80px;width: 70px;height: 50px;left: 30px;display:block !important;}
.iso_container .escritorio_2				{background: url(../im/escritorio_2.svg) no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.escritorio-2-promo-dragg #handle-main 		{top: 85px;width: 150px;height: 100px;left:30px;}
.escritorio-2-promo-dragg #handle-sec		{top: -50px;width: 70px;height: 175px;left: 30px;display:block !important;}
.iso_container .escritorio-2-promo			{background: url(../im/escritorio_2-promotora.svg) no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.escritorio_3-dragg #handle-main 			{top: 85px;width: 150px;height: 100px;left:30px;}
.escritorio_3-dragg #handle-sec				{top: 80px;width: 70px;height: 50px;left: 30px;display:block !important;}
.iso_container .escritorio_3				{background: url(../im/escritorio_3.svg) 				no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.escritorio-3-promo-dragg #handle-main 		{top: 85px;width: 150px;height: 140px;left:30px;}
.escritorio-3-promo-dragg #handle-sec		{top: -95px;width: 70px;height: 40px;left: 30px;display:block !important;}
.iso_container .escritorio-3-promo			{background: url(../im/escritorio_3-promotora.svg) 		no-repeat 0px bottom; width:200px; height:239px;position: relative;}

.promotora-dragg #handle-main 				{top: 15px;width: 60px;height: 185px;left:30px;}
.iso_container .promotora 					{background: url(../im/promotora_1.svg) no-repeat 0px bottom; width: 150px; height:210px; position: relative;}

.sofa-dragg #handle-main 					{top: 100px; width: 150px; height: 120px; left:30px }
.iso_container .sofa						{background: url(../im/sofa.svg) no-repeat 0px bottom; width:200px; height:239px; position: relative;}

.sofa-mesaratona-dragg #handle-main			{top: 80px;width: 150px;height: 122px;left:20px;}
.sofa-mesaratona-dragg #handle-sec			{top: 39px;width: 112px;height: 80px;left: 95px;display:block !important;}
.iso_container .sofa-mesaratona				{background: url(../im/sofa-mesaratona.svg) no-repeat 0px bottom; width:250px; height:268px; position: relative;}

.sofa-mesaratona-cubos-dragg #handle-main	{top: 81px;width: 137px;height: 140px;left:20px;}
.sofa-mesaratona-cubos-dragg #handle-sec	{top: 30px;width: 142px;height: 75px;left: 100px;display:block !important;}
.iso_container .sofa-mesaratona-cubos		{background: url(../im/sofa-mesaratona-cubo.svg) no-repeat 0px bottom; width:250px; height:268px; position: relative;}

.mesaratona-dragg #handle-main				{top: 119px;width: 115px;height: 70px;left: 25px;}
.iso_container .mesaratona					{background: url(../im/mesa_ratona.svg) no-repeat 0px bottom; width: 150px; height:210px; position: relative;}

.cubos-dragg #handle-main					{top: 119px;width: 125px;height: 70px;left: 25px;}
.iso_container .cubos						{background: url(../im/cubo.svg) no-repeat 0px bottom; width: 150px; height:210px; position: relative;}

.cubo-mesaratona-dragg #handle-main			{top: 119px;width: 125px;height: 70px;left: 25px;}
.cubo-mesaratona-dragg #handle-sec			{top: 80px;width: 100px;height: 70px;left: 75px;display:block !important;}
.iso_container .cubo-mesaratona				{background: url(../im/cubo-mesaratona.svg) no-repeat 0px bottom; width:200px; height:239px; position: relative}

.sofa-cubo-dragg #handle-main				{top: 81px;width: 137px;height: 140px;left:20px;}
.sofa-cubo-dragg #handle-sec				{top: 30px;width: 142px;height: 75px;left: 100px;display:block !important;}
.iso_container .sofa-cubo					{background: url(../im/sofa-cubo.svg) no-repeat 0px bottom; width:250px; height:268px; position: relative}

.folleto-dragg #handle-main 				{top: 70px;width: 60px;height: 130px;left:30px;}
.iso_container .folleto 					{background: url(../im/folleto.svg) no-repeat 0px bottom; width: 100px; height:210px; position: relative}

.iso_container .null 						{background: none}


.iso_container .ISOdraggable { 	
	background: none;
	position:absolute;
}
.handleUI#handle-main{
	/*border: 1px solid red !important;*/
}
.handleUI#handle-sec{
	/*border: 1px solid green !important;*/
	display:none;
}
.handleUI {
    z-index: 3000 !important;
    float: left;
    position: relative;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.drag-text {
	padding: 5px 10px;
	font-family: Arial;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #009688;
	border-color: #009688;
	color: rgba(255,255,255,.8);
	top: -10px;	
	display: none;
	position: relative;
	left: -19px;
}
#handle-main:hover .drag-text /*, #handle-sec:hover .drag-text */{
	display:inline-block;
}
/*
.iso_container .bus_1 	{background: url(../im/bus_1.svg) no-repeat center bottom;}
.iso_container .bus_2 	{background: url(../im/bus_2.svg) no-repeat center bottom;}
.iso_container .bus_3 	{background: url(../im/bus_3.svg) no-repeat center bottom;}
.iso_container .bus_4 	{background: url(../im/bus_4.svg) no-repeat center bottom;}
*/

/* 4 blocks */
.iso_container .bus_1 				{background: url(../im/bus_all.svg) no-repeat 0px 58px; width: 150px; height:220px;}
.iso_container .bus_2 				{background: none}
.iso_container .bus_3 				{background: none}
.iso_container .bus_4 				{background: none}


.grid-1-1 	{	top:0px; 			left:0px;}		#grid-1-1 {z-index: 100;}
.grid-1-2 	{	top:-29px; 			left:50px;}		#grid-1-2 {z-index: 99;}
.grid-1-3 	{	top:-58px; 			left:100px;}	#grid-1-3 {z-index: 98;}
.grid-1-4 	{	top:-87px; 			left:150px;}	#grid-1-4 {z-index: 97;}
.grid-1-5 	{	top:-116px; 		left:200px;}	#grid-1-5 {z-index: 96;}
.grid-1-6 	{	top:-145px; 		left:250px;}	#grid-1-6 {z-index: 95;}
.grid-1-7 	{	top:-174px; 		left:300px;}	#grid-1-7 {z-index: 94;}
.grid-1-8 	{	top:-203px; 		left:350px;}	#grid-1-8 {z-index: 93;}
.grid-1-9 	{	top:-232px; 		left:400px;}	#grid-1-9 {z-index: 92;}
.grid-1-10	{	top:-261px; 		left:450px;}	#grid-1-10 {z-index: 91;}


.grid-2-1 	{	top:29px; 			left:50px;}		#grid-2-1 {z-index:200;}
.grid-2-2 	{	top:0px; 			left:100px;}	#grid-2-2 {z-index: 199;}
.grid-2-3 	{	top:-29px; 			left:150px;}	#grid-2-3 {z-index: 198;}
.grid-2-4 	{	top:-58px; 			left:200px;}	#grid-2-4 {z-index: 197;}
.grid-2-5 	{	top:-87px; 			left:250px;}	#grid-2-5 {z-index: 196;}
.grid-2-6 	{	top:-116px; 		left:300px;}	#grid-2-6 {z-index: 195;}
.grid-2-7 	{	top:-145px; 		left:350px;}	#grid-2-7 {z-index: 194;}
.grid-2-8 	{	top:-174px; 		left:400px;}	#grid-2-8 {z-index: 193;}
.grid-2-9 	{	top:-203px; 		left:450px;}	#grid-2-9 {z-index: 192;}
.grid-2-10 	{	top:-232px; 		left:500px;}	#grid-2-10 {z-index: 191;}


.grid-3-1 	{	top:58px; 			left:100px;}	#grid-3-1 {z-index: 400;}
.grid-3-2 	{	top:29px; 			left:150px;}	#grid-3-2 {z-index: 399;}
.grid-3-3 	{	top:0px; 			left:200px;}	#grid-3-3 {z-index: 398;}
.grid-3-4 	{	top:-29px; 			left:250px;}	#grid-3-4 {z-index: 397;}
.grid-3-5 	{	top:-58px; 			left:300px;}	#grid-3-5 {z-index: 396;}
.grid-3-6 	{	top:-87px; 			left:350px;}	#grid-3-6 {z-index: 395;}
.grid-3-7 	{	top:-116px; 		left:400px;}	#grid-3-7 {z-index: 394;}
.grid-3-8 	{	top:-145px; 		left:450px;}	#grid-3-8 {z-index: 393;}
.grid-3-9 	{	top:-174px; 		left:500px;}	#grid-3-9 {z-index: 392;}
.grid-3-10 	{	top:-203px; 		left:550px;}	#grid-3-10 {z-index: 391;}

.grid-4-1 	{	top:87px; 			left:150px;}	#grid-4-1 {z-index: 500;}
.grid-4-2 	{	top:58px; 			left:200px;}	#grid-4-2 {z-index: 499;}
.grid-4-3 	{	top:29px; 			left:250px;}	#grid-4-3 {z-index: 498;}
.grid-4-4 	{	top:0px; 			left:300px;}	#grid-4-4 {z-index: 497;}
.grid-4-5 	{	top:-29px; 			left:350px;}	#grid-4-5 {z-index: 496;}
.grid-4-6 	{	top:-58px; 			left:400px;}	#grid-4-6 {z-index: 495;}
.grid-4-7 	{	top:-87px; 			left:450px;}	#grid-4-7 {z-index: 494;}
.grid-4-8 	{	top:-116px; 		left:500px;}	#grid-4-8 {z-index: 493;}
.grid-4-9 	{	top:-145px; 		left:550px;}	#grid-4-9 {z-index: 492;}
.grid-4-10 	{	top:-174px; 		left:600px;}	#grid-4-10 {z-index: 491;}

.grid-5-1 	{	top:116px; 			left:200px;}	#grid-5-1 {z-index: 600;}
.grid-5-2 	{	top:87px; 			left:250px;}	#grid-5-2 {z-index: 599;}
.grid-5-3 	{	top:58px; 			left:300px;}	#grid-5-3 {z-index: 598;}
.grid-5-4 	{	top:29px; 			left:350px;}	#grid-5-4 {z-index: 597;}
.grid-5-5 	{	top:0px; 			left:400px;}	#grid-5-5 {z-index: 596;}
.grid-5-6 	{	top:-29px; 			left:450px;}	#grid-5-6 {z-index: 595;}
.grid-5-7 	{	top:-58px; 			left:500px;}	#grid-5-7 {z-index: 594;}
.grid-5-8 	{	top:-87px; 			left:550px;}	#grid-5-8 {z-index: 593;}
.grid-5-9 	{	top:-116px; 		left:600px;}	#grid-5-9 {z-index: 592;}
.grid-5-10 	{	top:-145px; 		left:650px;}	#grid-5-10{z-index: 591;}

.grid-6-1 	{	top:145px; 			left:250px;}	#grid-6-1 {z-index: 700;}
.grid-6-2 	{	top:116px; 			left:300px;}	#grid-6-2 {z-index: 699;}
.grid-6-3 	{	top:87px; 			left:350px;}	#grid-6-3 {z-index: 698;}
.grid-6-4 	{	top:58px; 			left:400px;}	#grid-6-4 {z-index: 697;}
.grid-6-5 	{	top:29px; 			left:450px;}	#grid-6-5 {z-index: 696;}
.grid-6-6 	{	top:0px; 			left:500px;}	#grid-6-6 {z-index: 695;}
.grid-6-7 	{	top:-29px; 			left:550px;}	#grid-6-7 {z-index: 694;}
.grid-6-8 	{	top:-58px; 			left:600px;}	#grid-6-8 {z-index: 693;}
.grid-6-9 	{	top:-87px; 			left:650px;}	#grid-6-9 {z-index: 692;}
.grid-6-10 	{	top:-116px; 		left:700px;}	#grid-6-10 {z-index: 691;}
