BODY
{
	background: #F8F8F8 url(../images/back2012.jpg);
}
.container
{

	width: 800px;
	height: 1100px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 50;

}
.stacking
{
	width: 400px;
	height: 300px;
	margin: 100px auto;
	position: relative;
	z-index: 50;
	-webkit-perspective: 2400px;
	-moz-perspective: 2400px;
	-ms-perspective: 2400px;
	-o-perspective: 2400px;
	perspective: 2400px;
}
.logo
{
	position: absolute;
	/*+placement:float-left 31px 157px;*/
	float: left;
	left: 25px;
	top: 157px;
}



@font-face {
	font-family: Ubuntu-Title;
	src: url('Ubuntu-Title.ttf');
	
}

@font-face {
	font-family:JustOldFashion;
	src: url('JustOldFashion.ttf');
}

@font-face {
	
font-family: Tekton;
src: url('TektonPro-Bold.otf');
}
/*.return
{
	position: relative;
	left: 15px;
	font: normal 20px/25px "Tekton Pro", cursive; */
	/*+placement:shift -31px 382px;*/

/*
	top: 382px;
}*/

#return {

position: relative;
left: 50px;
top: 250px;
 position:absolute;
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 80px auto 0 auto;
	text-align: center;
	width: 660px;
	/*+placement:shift -113px 335px;*/



}

/* Image Box Style */
#return .box {
	border: 5px solid #fff;
	cursor: pointer;
	height: 127px;
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 180px;
		-webkit-box-shadow: 1px 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px 1px #ccc;
}


  
#return .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}





#return .box .pawzcaption {
font-family: Ubuntu-Title;

background-color: rgba(0, 0, 0, 0.8);
color: white;
	height: 30px;
	width: 200px;
	display: block;
	bottom: -30px;
	line-height: 25pt;
	text-align: center;
	/*+placement:shift -11px 85px;*/
	position: relative;
	left: -11px;
	top: 115px;
			-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	
	
	
	
}
/** Simple Caption :hover Behaviour **/
#return .box:hover .pawzcaption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
		+placement: shift -11px 85px;
		
		
		
}


.box .pawz {  
    height: 30px;  
    width: 200px;  
    display: block;  
    bottombottom: -30px;  
    line-height: 25pt;  
    text-align: center;  
}  


.container INPUT
{
position:absolute;
 left:-9999px;
 }
.container .stacking DIV
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.container .stacking DIV .banner
{
	position: absolute;
	left: -50px;
	top: -88px;
	width: 550px;
	text-align: center;
	opacity: 0;
font-family:Tekton;
font-size: 16pt;
	color: #800;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.container .stacking DIV .prev,
.container .stacking DIV .next
{
	display: block;
	position: absolute;
	left: -8999px;
	top: -80px;
	width: 48px;
	height: 100px;
	-webkit-transition: left 0s 0.8s;
	-moz-transition: left 0s 0.8s;
	-ms-transition: left 0s 0.8s;
	-o-transition: left 0s 0.8s;
	transition: left 0s 0.8s;
}
.container .stacking DIV .prev
{
	background: url(images/Button Next.png) no-repeat center center;
}
.container .stacking DIV .next
{
	background: url(images/Button Previous.png) no-repeat center center;
}
.container .stack
{
	width: 800px;
	position: absolute;
	top: 550px;
	left: 0;
}
.container .stack UL
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: -384px;
}
.container .stack UL.leftPile
{
	left: 25px;
}
.container .stack UL.rightPile
{
	right: 5px;
}
.container .stack UL LI
{
	height: 3px;
	width: 240px;
	background: #CCC;
	margin: 2px 0;
	-webkit-transition: 0s 0.4s;
	-moz-transition: 0s 0.4s;
	-ms-transition: 0s 0.4s;
	-o-transition: 0s 0.4s;
	transition: 0s 0.4s;
}
.container .stack UL LI.red
{
	background: #F81111;
}
.container .stack UL LI.orange
{
	background: #FFA500;
}
.container .stack UL LI.yellow
{
	background: #EAD907;
}
.container .stack UL LI.green
{
	background: #24F60C;
}
.container .stack UL LI.blue
{
	background: #0000FF;
}
.container .stack UL LI.purple
{
	background: #800080;
}
.container .stack UL.rightPile LI
{
	background: transparent;
	-webkit-transition: 0s 0.4s;
	-moz-transition: 0s 0.4s;
	-ms-transition: 0s 0.4s;
	-o-transition: 0s 0.4s;
	transition: 0s 0.4;
}
.container .stacking DIV > IMG
{
	padding: 10px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	position: absolute;
	left: -10px;
	top: -10px;
	display: block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s 0s, opacity 0.8s 0s;
	-moz-transition: -moz-transform 0.8s 0s, opacity 0.8s 0s;
	-ms-transition: -ms-transform 0.8s 0s, opacity 0.8s 0s;
	-o-transition: -o-transform 0.8s 0s, opacity 0.8s 0s;
	transition: transform 0.8s 0s, opacity 0.8s 0s;
	-webkit-transform-origin: 50% 375px 0px;
	-moz-transform-origin: 50% 375px 0px;
	-ms-transform-origin: 50% 375px 0px;
	-o-transform-origin: 50% 375px 0px;
	transform-origin: 50% 375px 0px;
	-webkit-transform: rotateZ(-91deg) rotateY(91deg);
	-moz-transform: rotateZ(-91deg) rotateY(91deg);
	-ms-transform: rotateZ(-91deg) rotateY(91deg);
	-o-transform: rotateZ(-91deg) rotateY(91deg);
	transform: rotateZ(-91deg) rotateY(91deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/*pic checked action*/
#p1:checked ~ .stacking DIV:nth-of-type(1),
#p2:checked ~ .stacking DIV:nth-of-type(2),
#p3:checked ~ .stacking DIV:nth-of-type(3),
#p4:checked ~ .stacking DIV:nth-of-type(4),
#p5:checked ~ .stacking DIV:nth-of-type(5),
#p6:checked ~ .stacking DIV:nth-of-type(6),
#p7:checked ~ .stacking DIV:nth-of-type(7),
#p8:checked ~ .stacking DIV:nth-of-type(8),
#p9:checked ~ .stacking DIV:nth-of-type(9),
#p10:checked ~ .stacking DIV:nth-of-type(10),
#p11:checked ~ .stacking DIV:nth-of-type(11),
#p12:checked ~ .stacking DIV:nth-of-type(12),
#p13:checked ~ .stacking DIV:nth-of-type(13),
#p14:checked ~ .stacking DIV:nth-of-type(14),
#p15:checked ~ .stacking DIV:nth-of-type(15),
#p16:checked ~ .stacking DIV:nth-of-type(16),
#p17:checked ~ .stacking DIV:nth-of-type(17),
#p18:checked ~ .stacking DIV:nth-of-type(18),
#p19:checked ~ .stacking DIV:nth-of-type(19),
#p20:checked ~ .stacking DIV:nth-of-type(20),
#p21:checked ~ .stacking DIV:nth-of-type(21),
#p22:checked ~ .stacking DIV:nth-of-type(22),
#p23:checked ~ .stacking DIV:nth-of-type(23),
#p24:checked ~ .stacking DIV:nth-of-type(24),
#p25:checked ~ .stacking DIV:nth-of-type(25),
#p26:checked ~ .stacking DIV:nth-of-type(26),
#p27:checked ~ .stacking DIV:nth-of-type(27),
#p28:checked ~ .stacking DIV:nth-of-type(28),
#p29:checked ~ .stacking DIV:nth-of-type(29),
#p30:checked ~ .stacking DIV:nth-of-type(30),
#p31:checked ~ .stacking DIV:nth-of-type(31),
#p32:checked ~ .stacking DIV:nth-of-type(32),
#p33:checked ~ .stacking DIV:nth-of-type(33),
#p34:checked ~ .stacking DIV:nth-of-type(34),
#p35:checked ~ .stacking DIV:nth-of-type(35),
#p36:checked ~ .stacking DIV:nth-of-type(36),
#p37:checked ~ .stacking DIV:nth-of-type(37),
#p38:checked ~ .stacking DIV:nth-of-type(38),
#p39:checked ~ .stacking DIV:nth-of-type(39),
#p40:checked ~ .stacking DIV:nth-of-type(40),
#p41:checked ~ .stacking DIV:nth-of-type(41),
#p42:checked ~ .stacking DIV:nth-of-type(42),
#p43:checked ~ .stacking DIV:nth-of-type(43),
#p44:checked ~ .stacking DIV:nth-of-type(44),
#p45:checked ~ .stacking DIV:nth-of-type(45),
#p46:checked ~ .stacking DIV:nth-of-type(46),
#p47:checked ~ .stacking DIV:nth-of-type(47),
#p48:checked ~ .stacking DIV:nth-of-type(48),
#p49:checked ~ .stacking DIV:nth-of-type(49),
#p50:checked ~ .stacking DIV:nth-of-type(50),
#p51:checked ~ .stacking DIV:nth-of-type(51),
#p52:checked ~ .stacking DIV:nth-of-type(52),
#p53:checked ~ .stacking DIV:nth-of-type(53),
#p54:checked ~ .stacking DIV:nth-of-type(54),
#p55:checked ~ .stacking DIV:nth-of-type(55),
#p56:checked ~ .stacking DIV:nth-of-type(56),
#p57:checked ~ .stacking DIV:nth-of-type(57),
#p58:checked ~ .stacking DIV:nth-of-type(58),
#p59:checked ~ .stacking DIV:nth-of-type(59),
#p60:checked ~ .stacking DIV:nth-of-type(60),
#p61:checked ~ .stacking DIV:nth-of-type(61),
#p62:checked ~ .stacking DIV:nth-of-type(62),
#p63:checked ~ .stacking DIV:nth-of-type(63),
#p64:checked ~ .stacking DIV:nth-of-type(64),
#p65:checked ~ .stacking DIV:nth-of-type(65),
#p66:checked ~ .stacking DIV:nth-of-type(66),
#p67:checked ~ .stacking DIV:nth-of-type(67),
#p68:checked ~ .stacking DIV:nth-of-type(68),
#p69:checked ~ .stacking DIV:nth-of-type(69),
#p70:checked ~ .stacking DIV:nth-of-type(70),
#p71:checked ~ .stacking DIV:nth-of-type(71),
#p72:checked ~ .stacking DIV:nth-of-type(72),
#p73:checked ~ .stacking DIV:nth-of-type(73),
#p74:checked ~ .stacking DIV:nth-of-type(74),
#p75:checked ~ .stacking DIV:nth-of-type(75),
#p76:checked ~ .stacking DIV:nth-of-type(76),
#p77:checked ~ .stacking DIV:nth-of-type(77),
#p78:checked ~ .stacking DIV:nth-of-type(78),
#p79:checked ~ .stacking DIV:nth-of-type(79),
#p80:checked ~ .stacking DIV:nth-of-type(80),
#p81:checked ~ .stacking DIV:nth-of-type(81),
#p82:checked ~ .stacking DIV:nth-of-type(82),
#p83:checked ~ .stacking DIV:nth-of-type(83),
#p84:checked ~ .stacking DIV:nth-of-type(84),
#p85:checked ~ .stacking DIV:nth-of-type(85),
#p86:checked ~ .stacking DIV:nth-of-type(86),
#p87:checked ~ .stacking DIV:nth-of-type(87),
#p88:checked ~ .stacking DIV:nth-of-type(88),
#p89:checked ~ .stacking DIV:nth-of-type(89),
#p90:checked ~ .stacking DIV:nth-of-type(90),
#p91:checked ~ .stacking DIV:nth-of-type(91),
#p92:checked ~ .stacking DIV:nth-of-type(92),
#p93:checked ~ .stacking DIV:nth-of-type(93),
#p94:checked ~ .stacking DIV:nth-of-type(94),
#p95:checked ~ .stacking DIV:nth-of-type(95),
#p96:checked ~ .stacking DIV:nth-of-type(96),
#p97:checked ~ .stacking DIV:nth-of-type(97),
#p98:checked ~ .stacking DIV:nth-of-type(98),
#p99:checked ~ .stacking DIV:nth-of-type(99),
#p100:checked ~ .stacking DIV:nth-of-type(100),
#p101:checked ~ .stacking DIV:nth-of-type(101),
#p102:checked ~ .stacking DIV:nth-of-type(102),
#p103:checked ~ .stacking DIV:nth-of-type(103),
#p104:checked ~ .stacking DIV:nth-of-type(104),
#p105:checked ~ .stacking DIV:nth-of-type(105),
#p106:checked ~ .stacking DIV:nth-of-type(106),
#p107:checked ~ .stacking DIV:nth-of-type(107),
#p108:checked ~ .stacking DIV:nth-of-type(108),
#p109:checked ~ .stacking DIV:nth-of-type(109),
#p110:checked ~ .stacking DIV:nth-of-type(110),
#p100:checked ~ .stacking DIV:nth-of-type(100),
#p101:checked ~ .stacking DIV:nth-of-type(101),
#p102:checked ~ .stacking DIV:nth-of-type(102),
#p103:checked ~ .stacking DIV:nth-of-type(103),
#p104:checked ~ .stacking DIV:nth-of-type(104),
#p105:checked ~ .stacking DIV:nth-of-type(105),
#p106:checked ~ .stacking DIV:nth-of-type(106),
#p107:checked ~ .stacking DIV:nth-of-type(107),
#p108:checked ~ .stacking DIV:nth-of-type(108),
#p109:checked ~ .stacking DIV:nth-of-type(109),
#p110:checked ~ .stacking DIV:nth-of-type(110),
#p111:checked ~ .stacking DIV:nth-of-type(111),
#p112:checked ~ .stacking DIV:nth-of-type(112),
#p113:checked ~ .stacking DIV:nth-of-type(113),
#p114:checked ~ .stacking DIV:nth-of-type(114),
#p115:checked ~ .stacking DIV:nth-of-type(115),
#p116:checked ~ .stacking DIV:nth-of-type(116),
#p117:checked ~ .stacking DIV:nth-of-type(117),
#p118:checked ~ .stacking DIV:nth-of-type(118),
#p119:checked ~ .stacking DIV:nth-of-type(119),
#p120:checked ~ .stacking DIV:nth-of-type(120),
#p121:checked ~ .stacking DIV:nth-of-type(121),
#p122:checked ~ .stacking DIV:nth-of-type(122),
#p123:checked ~ .stacking DIV:nth-of-type(123),
#p124:checked ~ .stacking DIV:nth-of-type(124),
#p125:checked ~ .stacking DIV:nth-of-type(125),
#p126:checked ~ .stacking DIV:nth-of-type(126),
#p127:checked ~ .stacking DIV:nth-of-type(127),
#p128:checked ~ .stacking DIV:nth-of-type(128),
#p129:checked ~ .stacking DIV:nth-of-type(129),
#p130:checked ~ .stacking DIV:nth-of-type(130),
#p131:checked ~ .stacking DIV:nth-of-type(131),
#p132:checked ~ .stacking DIV:nth-of-type(132),
#p133:checked ~ .stacking DIV:nth-of-type(133),
#p134:checked ~ .stacking DIV:nth-of-type(134)
{
z-index:500;
}
#p2:checked ~ .stacking DIV:nth-child(1) > IMG,
#p3:checked ~ .stacking DIV:nth-child(2) > IMG,
#p4:checked ~ .stacking DIV:nth-child(3) > IMG,
#p5:checked ~ .stacking DIV:nth-child(4) > IMG,
#p6:checked ~ .stacking DIV:nth-child(5) > IMG,
#p7:checked ~ .stacking DIV:nth-child(6) > IMG,
#p8:checked ~ .stacking DIV:nth-child(7) > IMG,
#p9:checked ~ .stacking DIV:nth-child(8) > IMG,
#p10:checked ~ .stacking DIV:nth-child(9) > IMG, 
#p11:checked ~ .stacking DIV:nth-child(10) > IMG,
#p12:checked ~ .stacking DIV:nth-child(11) > IMG,
#p13:checked ~ .stacking DIV:nth-child(12) > IMG,
#p14:checked ~ .stacking DIV:nth-child(13) > IMG,
#p15:checked ~ .stacking DIV:nth-child(14) > IMG,
#p16:checked ~ .stacking DIV:nth-child(15) > IMG,
#p17:checked ~ .stacking DIV:nth-child(16) > IMG, 
#p18:checked ~ .stacking DIV:nth-child(17) > IMG,
#p19:checked ~ .stacking DIV:nth-child(18) > IMG,
#p20:checked ~ .stacking DIV:nth-child(19) > IMG,
#p21:checked ~ .stacking DIV:nth-child(20) > IMG,
#p22:checked ~ .stacking DIV:nth-child(21) > IMG,
#p23:checked ~ .stacking DIV:nth-child(22) > IMG,
#p24:checked ~ .stacking DIV:nth-child(23) > IMG, 
#p25:checked ~ .stacking DIV:nth-child(24) > IMG,
#p26:checked ~ .stacking DIV:nth-child(25) > IMG,
#p27:checked ~ .stacking DIV:nth-child(26) > IMG, 
#p28:checked ~ .stacking DIV:nth-child(27) > IMG,
#p29:checked ~ .stacking DIV:nth-child(28) > IMG,
#p30:checked ~ .stacking DIV:nth-child(29) > IMG, 
#p31:checked ~ .stacking DIV:nth-child(30) > IMG,
#p32:checked ~ .stacking DIV:nth-child(31) > IMG,
#p33:checked ~ .stacking DIV:nth-child(32) > IMG,
#p34:checked ~ .stacking DIV:nth-child(33) > IMG,
#p35:checked ~ .stacking DIV:nth-child(34) > IMG, 
#p36:checked ~ .stacking DIV:nth-child(35) > IMG,
#p37:checked ~ .stacking DIV:nth-child(36) > IMG,
#p38:checked ~ .stacking DIV:nth-child(37) > IMG, 
#p39:checked ~ .stacking DIV:nth-child(38) > IMG,
#p40:checked ~ .stacking DIV:nth-child(39) > IMG,
#p41:checked ~ .stacking DIV:nth-child(40) > IMG, 
#p42:checked ~ .stacking DIV:nth-child(41) > IMG,
#p43:checked ~ .stacking DIV:nth-child(42) > IMG,
#p44:checked ~ .stacking DIV:nth-child(43) > IMG, 
#p45:checked ~ .stacking DIV:nth-child(44) > IMG,
#p46:checked ~ .stacking DIV:nth-child(45) > IMG,
#p47:checked ~ .stacking DIV:nth-child(46) > IMG, 
#p48:checked ~ .stacking DIV:nth-child(47) > IMG,
#p49:checked ~ .stacking DIV:nth-child(48) > IMG,
#p50:checked ~ .stacking DIV:nth-child(49) > IMG, 
#p51:checked ~ .stacking DIV:nth-child(50) > IMG,
#p52:checked ~ .stacking DIV:nth-child(51) > IMG,
#p53:checked ~ .stacking DIV:nth-child(52) > IMG,
#p54:checked ~ .stacking DIV:nth-child(53) > IMG,
#p55:checked ~ .stacking DIV:nth-child(54) > IMG,
#p56:checked ~ .stacking DIV:nth-child(55) > IMG,
#p57:checked ~ .stacking DIV:nth-child(56) > IMG,
#p58:checked ~ .stacking DIV:nth-child(57) > IMG,
#p59:checked ~ .stacking DIV:nth-child(58) > IMG,
#p60:checked ~ .stacking DIV:nth-child(59) > IMG,
#p61:checked ~ .stacking DIV:nth-child(60) > IMG,
#p62:checked ~ .stacking DIV:nth-child(61) > IMG,
#p63:checked ~ .stacking DIV:nth-child(62) > IMG,
#p64:checked ~ .stacking DIV:nth-child(63) > IMG,
#p65:checked ~ .stacking DIV:nth-child(64) > IMG,
#p66:checked ~ .stacking DIV:nth-child(65) > IMG,
#p67:checked ~ .stacking DIV:nth-child(66) > IMG,
#p68:checked ~ .stacking DIV:nth-child(67) > IMG,
#p69:checked ~ .stacking DIV:nth-child(68) > IMG,
#p70:checked ~ .stacking DIV:nth-child(69) > IMG,
#p71:checked ~ .stacking DIV:nth-child(70) > IMG,
#p72:checked ~ .stacking DIV:nth-child(71) > IMG,
#p73:checked ~ .stacking DIV:nth-child(72) > IMG,
#p74:checked ~ .stacking DIV:nth-child(73) > IMG,
#p75:checked ~ .stacking DIV:nth-child(74) > IMG,
#p76:checked ~ .stacking DIV:nth-child(75) > IMG,
#p77:checked ~ .stacking DIV:nth-child(76) > IMG,
#p78:checked ~ .stacking DIV:nth-child(77) > IMG,
#p79:checked ~ .stacking DIV:nth-child(78) > IMG,
#p80:checked ~ .stacking DIV:nth-child(79) > IMG,
#p81:checked ~ .stacking DIV:nth-child(80) > IMG,
#p82:checked ~ .stacking DIV:nth-child(81) > IMG,
#p83:checked ~ .stacking DIV:nth-child(82) > IMG,
#p84:checked ~ .stacking DIV:nth-child(83) > IMG,
#p85:checked ~ .stacking DIV:nth-child(84) > IMG,
#p86:checked ~ .stacking DIV:nth-child(85) > IMG,
#p87:checked ~ .stacking DIV:nth-child(86) > IMG,
#p88:checked ~ .stacking DIV:nth-child(87) > IMG,
#p89:checked ~ .stacking DIV:nth-child(88) > IMG,
#p90:checked ~ .stacking DIV:nth-child(89) > IMG, 
#p91:checked ~ .stacking DIV:nth-child(90) > IMG,
#p92:checked ~ .stacking DIV:nth-child(91) > IMG,
#p93:checked ~ .stacking DIV:nth-child(92) > IMG,
#p94:checked ~ .stacking DIV:nth-child(93) > IMG,
#p95:checked ~ .stacking DIV:nth-child(94) > IMG,
#p96:checked ~ .stacking DIV:nth-child(95) > IMG,
#p97:checked ~ .stacking DIV:nth-child(96) > IMG,
#p98:checked ~ .stacking DIV:nth-child(97) > IMG,
#p99:checked ~ .stacking DIV:nth-child(98) > IMG,
#p100:checked ~ .stacking DIV:nth-child(99) > IMG, 
#p101:checked ~ .stacking DIV:nth-child(100) > IMG,
#p102:checked ~ .stacking DIV:nth-child(101) > IMG,
#p103:checked ~ .stacking DIV:nth-child(102) > IMG,
#p104:checked ~ .stacking DIV:nth-child(103) > IMG,
#p105:checked ~ .stacking DIV:nth-child(104) > IMG,
#p106:checked ~ .stacking DIV:nth-child(105) > IMG,
#p107:checked ~ .stacking DIV:nth-child(106) > IMG,
#p108:checked ~ .stacking DIV:nth-child(107) > IMG,
#p109:checked ~ .stacking DIV:nth-child(108) > IMG,
#p110:checked ~ .stacking DIV:nth-child(109) > IMG, 
#p111:checked ~ .stacking DIV:nth-child(110) > IMG,
#p112:checked ~ .stacking DIV:nth-child(111) > IMG,
#p113:checked ~ .stacking DIV:nth-child(112) > IMG,
#p114:checked ~ .stacking DIV:nth-child(113) > IMG,
#p115:checked ~ .stacking DIV:nth-child(114) > IMG,
#p116:checked ~ .stacking DIV:nth-child(115) > IMG,
#p117:checked ~ .stacking DIV:nth-child(116) > IMG,
#p118:checked ~ .stacking DIV:nth-child(117) > IMG,
#p119:checked ~ .stacking DIV:nth-child(118) > IMG,
#p120:checked ~ .stacking DIV:nth-child(119) > IMG, 
#p121:checked ~ .stacking DIV:nth-child(120) > IMG,
#p122:checked ~ .stacking DIV:nth-child(121) > IMG, 
#p123:checked ~ .stacking DIV:nth-child(122) > IMG,
#p124:checked ~ .stacking DIV:nth-child(123) > IMG,
#p125:checked ~ .stacking DIV:nth-child(124) > IMG,
#p126:checked ~ .stacking DIV:nth-child(125) > IMG,
#p127:checked ~ .stacking DIV:nth-child(126) > IMG,
#p128:checked ~ .stacking DIV:nth-child(127) > IMG,
#p129:checked ~ .stacking DIV:nth-child(128) > IMG,
#p130:checked ~ .stacking DIV:nth-child(129) > IMG, 
#p131:checked ~ .stacking DIV:nth-child(130) > IMG,
#p132:checked ~ .stacking DIV:nth-child(131) > IMG, 
#p133:checked ~ .stacking DIV:nth-child(132) > IMG,
#p134:checked ~ .stacking DIV:nth-child(133) > IMG
{
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s 0s, opacity 0.4s 0.4s;
	-moz-transition: -moz-transform 0.8s 0s, opacity 0.4s 0.4s;
	-ms-transition: -ms-transform 0.8s 0s, opacity 0.4s 0.4s;
	-o-transition: -o-transform 0.8s 0s, opacity 0.4s 0.4s;
	transition: transform 0.8s 0s, opacity 0.4s 0.4s;
	-webkit-transform: rotateZ(91deg) rotateY(-91deg);
	-moz-transform: rotateZ(91deg) rotateY(-91deg);
	-ms-transform: rotateZ(91deg) rotateY(-91deg);
	-o-transform: rotateZ(91deg) rotateY(-91deg);
	transform: rotateZ(91deg) rotateY(-91deg);
}

#p1:checked ~ .stacking DIV:nth-child(1) > IMG,
#p2:checked ~ .stacking DIV:nth-child(2) > IMG,
#p3:checked ~ .stacking DIV:nth-child(3) > IMG,
#p4:checked ~ .stacking DIV:nth-child(4) > IMG,
#p5:checked ~ .stacking DIV:nth-child(5) > IMG,
#p6:checked ~ .stacking DIV:nth-child(6) > IMG,
#p7:checked ~ .stacking DIV:nth-child(7) > IMG,
#p8:checked ~ .stacking DIV:nth-child(8) > IMG,
#p9:checked ~ .stacking DIV:nth-child(9) > IMG,
#p10:checked ~ .stacking DIV:nth-child(10) > IMG, 
#p11:checked ~ .stacking DIV:nth-child(11) > IMG, 
#p12:checked ~ .stacking DIV:nth-child(12) > IMG, 
#p13:checked ~ .stacking DIV:nth-child(13) > IMG, 
#p14:checked ~ .stacking DIV:nth-child(14) > IMG, 
#p15:checked ~ .stacking DIV:nth-child(15) > IMG, 
#p16:checked ~ .stacking DIV:nth-child(16) > IMG,
#p17:checked ~ .stacking DIV:nth-child(17) > IMG, 
#p18:checked ~ .stacking DIV:nth-child(18) > IMG,
#p19:checked ~ .stacking DIV:nth-child(19) > IMG,
#p20:checked ~ .stacking DIV:nth-child(20) > IMG,
#p21:checked ~ .stacking DIV:nth-child(21) > IMG,
#p22:checked ~ .stacking DIV:nth-child(22) > IMG,
#p23:checked ~ .stacking DIV:nth-child(23) > IMG,
#p24:checked ~ .stacking DIV:nth-child(24) > IMG, 
#p25:checked ~ .stacking DIV:nth-child(25) > IMG,
#p26:checked ~ .stacking DIV:nth-child(26) > IMG,
#p27:checked ~ .stacking DIV:nth-child(27) > IMG, 
#p28:checked ~ .stacking DIV:nth-child(28) > IMG,
#p29:checked ~ .stacking DIV:nth-child(29) > IMG,
#p30:checked ~ .stacking DIV:nth-child(30) > IMG, 
#p31:checked ~ .stacking DIV:nth-child(31) > IMG,
#p32:checked ~ .stacking DIV:nth-child(32) > IMG,
#p33:checked ~ .stacking DIV:nth-child(33) > IMG,
#p34:checked ~ .stacking DIV:nth-child(34) > IMG,
#p35:checked ~ .stacking DIV:nth-child(35) > IMG, 
#p36:checked ~ .stacking DIV:nth-child(36) > IMG,
#p37:checked ~ .stacking DIV:nth-child(37) > IMG,
#p38:checked ~ .stacking DIV:nth-child(38) > IMG, 
#p39:checked ~ .stacking DIV:nth-child(39) > IMG,
#p40:checked ~ .stacking DIV:nth-child(40) > IMG,
#p41:checked ~ .stacking DIV:nth-child(41) > IMG, 
#p42:checked ~ .stacking DIV:nth-child(42) > IMG,
#p43:checked ~ .stacking DIV:nth-child(43) > IMG,
#p44:checked ~ .stacking DIV:nth-child(44) > IMG, 
#p45:checked ~ .stacking DIV:nth-child(45) > IMG,
#p46:checked ~ .stacking DIV:nth-child(46) > IMG,
#p47:checked ~ .stacking DIV:nth-child(47) > IMG, 
#p48:checked ~ .stacking DIV:nth-child(48) > IMG,
#p49:checked ~ .stacking DIV:nth-child(49) > IMG,
#p50:checked ~ .stacking DIV:nth-child(50) > IMG, 
#p51:checked ~ .stacking DIV:nth-child(51) > IMG,
#p52:checked ~ .stacking DIV:nth-child(52) > IMG,
#p53:checked ~ .stacking DIV:nth-child(53) > IMG,
#p54:checked ~ .stacking DIV:nth-child(54) > IMG,
#p55:checked ~ .stacking DIV:nth-child(55) > IMG,
#p56:checked ~ .stacking DIV:nth-child(56) > IMG,
#p57:checked ~ .stacking DIV:nth-child(57) > IMG,
#p58:checked ~ .stacking DIV:nth-child(58) > IMG,
#p59:checked ~ .stacking DIV:nth-child(59) > IMG,
#p60:checked ~ .stacking DIV:nth-child(60) > IMG,
#p61:checked ~ .stacking DIV:nth-child(61) > IMG,
#p62:checked ~ .stacking DIV:nth-child(62) > IMG,
#p63:checked ~ .stacking DIV:nth-child(63) > IMG,
#p64:checked ~ .stacking DIV:nth-child(64) > IMG,
#p65:checked ~ .stacking DIV:nth-child(65) > IMG,
#p66:checked ~ .stacking DIV:nth-child(66) > IMG,
#p67:checked ~ .stacking DIV:nth-child(67) > IMG,
#p68:checked ~ .stacking DIV:nth-child(68) > IMG,
#p69:checked ~ .stacking DIV:nth-child(69) > IMG,
#p70:checked ~ .stacking DIV:nth-child(70) > IMG,
#p71:checked ~ .stacking DIV:nth-child(71) > IMG,
#p72:checked ~ .stacking DIV:nth-child(72) > IMG,
#p73:checked ~ .stacking DIV:nth-child(73) > IMG,
#p74:checked ~ .stacking DIV:nth-child(74) > IMG,
#p75:checked ~ .stacking DIV:nth-child(75) > IMG,
#p76:checked ~ .stacking DIV:nth-child(76) > IMG,
#p77:checked ~ .stacking DIV:nth-child(77) > IMG,
#p78:checked ~ .stacking DIV:nth-child(78) > IMG,
#p79:checked ~ .stacking DIV:nth-child(79) > IMG,
#p80:checked ~ .stacking DIV:nth-child(80) > IMG,
#p81:checked ~ .stacking DIV:nth-child(81) > IMG,
#p82:checked ~ .stacking DIV:nth-child(82) > IMG,
#p83:checked ~ .stacking DIV:nth-child(83) > IMG,
#p84:checked ~ .stacking DIV:nth-child(84) > IMG,
#p85:checked ~ .stacking DIV:nth-child(85) > IMG,
#p86:checked ~ .stacking DIV:nth-child(86) > IMG,
#p87:checked ~ .stacking DIV:nth-child(87) > IMG,
#p88:checked ~ .stacking DIV:nth-child(88) > IMG,
#p89:checked ~ .stacking DIV:nth-child(89) > IMG,
#p90:checked ~ .stacking DIV:nth-child(90) > IMG,
#p91:checked ~ .stacking DIV:nth-child(91) > IMG,
#p92:checked ~ .stacking DIV:nth-child(92) > IMG,
#p93:checked ~ .stacking DIV:nth-child(93) > IMG,
#p94:checked ~ .stacking DIV:nth-child(94) > IMG,
#p95:checked ~ .stacking DIV:nth-child(95) > IMG,
#p96:checked ~ .stacking DIV:nth-child(96) > IMG,
#p97:checked ~ .stacking DIV:nth-child(97) > IMG,
#p98:checked ~ .stacking DIV:nth-child(98) > IMG,
#p99:checked ~ .stacking DIV:nth-child(99) > IMG,
#p100:checked ~ .stacking DIV:nth-child(100) > IMG,
#p101:checked ~ .stacking DIV:nth-child(101) > IMG,
#p102:checked ~ .stacking DIV:nth-child(102) > IMG,
#p103:checked ~ .stacking DIV:nth-child(103) > IMG,
#p104:checked ~ .stacking DIV:nth-child(104) > IMG,
#p105:checked ~ .stacking DIV:nth-child(105) > IMG,
#p106:checked ~ .stacking DIV:nth-child(106) > IMG,
#p107:checked ~ .stacking DIV:nth-child(107) > IMG,
#p108:checked ~ .stacking DIV:nth-child(108) > IMG,
#p109:checked ~ .stacking DIV:nth-child(109) > IMG,
#p110:checked ~ .stacking DIV:nth-child(110) > IMG,
#p111:checked ~ .stacking DIV:nth-child(111) > IMG,
#p112:checked ~ .stacking DIV:nth-child(112) > IMG,
#p113:checked ~ .stacking DIV:nth-child(113) > IMG,
#p114:checked ~ .stacking DIV:nth-child(114) > IMG,
#p115:checked ~ .stacking DIV:nth-child(115) > IMG,
#p116:checked ~ .stacking DIV:nth-child(116) > IMG,
#p117:checked ~ .stacking DIV:nth-child(117) > IMG,
#p118:checked ~ .stacking DIV:nth-child(118) > IMG,
#p119:checked ~ .stacking DIV:nth-child(119) > IMG,
#p120:checked ~ .stacking DIV:nth-child(120) > IMG,
#p121:checked ~ .stacking DIV:nth-child(121) > IMG,
#p122:checked ~ .stacking DIV:nth-child(122) > IMG,
#p123:checked ~ .stacking DIV:nth-child(123) > IMG,
#p124:checked ~ .stacking DIV:nth-child(124) > IMG,
#p125:checked ~ .stacking DIV:nth-child(125) > IMG,
#p126:checked ~ .stacking DIV:nth-child(126) > IMG,
#p127:checked ~ .stacking DIV:nth-child(127) > IMG,
#p128:checked ~ .stacking DIV:nth-child(128) > IMG,
#p129:checked ~ .stacking DIV:nth-child(129) > IMG,
#p130:checked ~ .stacking DIV:nth-child(130) > IMG,
#p131:checked ~ .stacking DIV:nth-child(131) > IMG,
#p132:checked ~ .stacking DIV:nth-child(132) > IMG,
#p133:checked ~ .stacking DIV:nth-child(133) > IMG,
#p134:checked ~ .stacking DIV:nth-child(134) > IMG

{
	opacity: 1;
	-webkit-transition: -webkit-transform 0.8s 0s, opacity 0.4s 0s;
	-moz-transition: -moz-transform 0.8s 0s, opacity 0.4s 0s;
	-ms-transition: -ms-transform 0.8s 0s, opacity 0.4s 0s;
	-o-transition: -o-transform 0.8s 0s, opacity 0.4s 0s;
	transition: transform 0.8s 0s, opacity 0.4s 0s;
	-webkit-transform: rotateY(0deg) rotateZ(0deg);
	-moz-transform: rotateY(0deg) rotateZ(0deg);
	-ms-transform: rotateY(0deg) rotateZ(0deg);
	-o-transform: rotateY(0deg) rotateZ(0deg);
	transform: rotateY(0deg) rotateZ(0deg);
}
#p2:checked ~ .stacking DIV:nth-child(2) .prev,
#p3:checked ~ .stacking DIV:nth-child(3) .prev,
#p4:checked ~ .stacking DIV:nth-child(4) .prev,
#p5:checked ~ .stacking DIV:nth-child(5) .prev,
#p6:checked ~ .stacking DIV:nth-child(6) .prev,
#p7:checked ~ .stacking DIV:nth-child(7) .prev,
#p8:checked ~ .stacking DIV:nth-child(8) .prev,
#p9:checked ~ .stacking DIV:nth-child(9) .prev,
#p10:checked ~ .stacking DIV:nth-child(10) .prev,
#p11:checked ~ .stacking DIV:nth-child(11) .prev,
#p12:checked ~ .stacking DIV:nth-child(12) .prev,
#p13:checked ~ .stacking DIV:nth-child(13) .prev,
#p14:checked ~ .stacking DIV:nth-child(14) .prev,
#p15:checked ~ .stacking DIV:nth-child(15) .prev,
#p16:checked ~ .stacking DIV:nth-child(16) .prev,
#p17:checked ~ .stacking DIV:nth-child(17) .prev, 
#p18:checked ~ .stacking DIV:nth-child(18) .prev,
#p19:checked ~ .stacking DIV:nth-child(19) .prev,
#p20:checked ~ .stacking DIV:nth-child(20) .prev,
#p21:checked ~ .stacking DIV:nth-child(21) .prev,
#p22:checked ~ .stacking DIV:nth-child(22) .prev,
#p23:checked ~ .stacking DIV:nth-child(23) .prev,
#p24:checked ~ .stacking DIV:nth-child(24) .prev, 
#p25:checked ~ .stacking DIV:nth-child(25) .prev,
#p26:checked ~ .stacking DIV:nth-child(26) .prev,
#p27:checked ~ .stacking DIV:nth-child(27) .prev, 
#p28:checked ~ .stacking DIV:nth-child(28) .prev,
#p29:checked ~ .stacking DIV:nth-child(29) .prev,
#p30:checked ~ .stacking DIV:nth-child(30) .prev, 
#p31:checked ~ .stacking DIV:nth-child(31) .prev,
#p32:checked ~ .stacking DIV:nth-child(32) .prev,
#p33:checked ~ .stacking DIV:nth-child(33) .prev,
#p34:checked ~ .stacking DIV:nth-child(34) .prev,
#p35:checked ~ .stacking DIV:nth-child(35) .prev, 
#p36:checked ~ .stacking DIV:nth-child(36) .prev,
#p37:checked ~ .stacking DIV:nth-child(37) .prev,
#p38:checked ~ .stacking DIV:nth-child(38) .prev, 
#p39:checked ~ .stacking DIV:nth-child(39) .prev,
#p40:checked ~ .stacking DIV:nth-child(40) .prev,
#p41:checked ~ .stacking DIV:nth-child(41) .prev, 
#p42:checked ~ .stacking DIV:nth-child(42) .prev,
#p43:checked ~ .stacking DIV:nth-child(43) .prev,
#p44:checked ~ .stacking DIV:nth-child(44) .prev, 
#p45:checked ~ .stacking DIV:nth-child(45) .prev,
#p46:checked ~ .stacking DIV:nth-child(46) .prev,
#p47:checked ~ .stacking DIV:nth-child(47) .prev, 
#p48:checked ~ .stacking DIV:nth-child(48) .prev,
#p49:checked ~ .stacking DIV:nth-child(49) .prev,
#p50:checked ~ .stacking DIV:nth-child(50) .prev, 
#p51:checked ~ .stacking DIV:nth-child(51) .prev,
#p52:checked ~ .stacking DIV:nth-child(52) .prev,
#p53:checked ~ .stacking DIV:nth-child(53) .prev,
#p54:checked ~ .stacking DIV:nth-child(54) .prev,
#p55:checked ~ .stacking DIV:nth-child(55) .prev,
#p56:checked ~ .stacking DIV:nth-child(56) .prev,
#p57:checked ~ .stacking DIV:nth-child(57) .prev,
#p58:checked ~ .stacking DIV:nth-child(58) .prev,
#p59:checked ~ .stacking DIV:nth-child(59) .prev,
#p60:checked ~ .stacking DIV:nth-child(60) .prev,
#p61:checked ~ .stacking DIV:nth-child(61) .prev,
#p62:checked ~ .stacking DIV:nth-child(62) .prev,
#p63:checked ~ .stacking DIV:nth-child(63) .prev,
#p64:checked ~ .stacking DIV:nth-child(64) .prev,
#p65:checked ~ .stacking DIV:nth-child(65) .prev,
#p66:checked ~ .stacking DIV:nth-child(66) .prev,
#p67:checked ~ .stacking DIV:nth-child(67) .prev,
#p68:checked ~ .stacking DIV:nth-child(68) .prev,
#p69:checked ~ .stacking DIV:nth-child(69) .prev,
#p70:checked ~ .stacking DIV:nth-child(70) .prev,
#p71:checked ~ .stacking DIV:nth-child(71) .prev,
#p72:checked ~ .stacking DIV:nth-child(72) .prev,
#p73:checked ~ .stacking DIV:nth-child(73) .prev,
#p74:checked ~ .stacking DIV:nth-child(74) .prev,
#p75:checked ~ .stacking DIV:nth-child(75) .prev,
#p76:checked ~ .stacking DIV:nth-child(76) .prev,
#p77:checked ~ .stacking DIV:nth-child(77) .prev,
#p78:checked ~ .stacking DIV:nth-child(78) .prev,
#p79:checked ~ .stacking DIV:nth-child(79) .prev,
#p80:checked ~ .stacking DIV:nth-child(80) .prev,
#p81:checked ~ .stacking DIV:nth-child(81) .prev,
#p82:checked ~ .stacking DIV:nth-child(82) .prev,
#p83:checked ~ .stacking DIV:nth-child(83) .prev,
#p84:checked ~ .stacking DIV:nth-child(84) .prev,
#p85:checked ~ .stacking DIV:nth-child(85) .prev,
#p86:checked ~ .stacking DIV:nth-child(86) .prev,
#p87:checked ~ .stacking DIV:nth-child(87) .prev,
#p88:checked ~ .stacking DIV:nth-child(88) .prev,
#p89:checked ~ .stacking DIV:nth-child(89) .prev,
#p90:checked ~ .stacking DIV:nth-child(90) .prev,
#p91:checked ~ .stacking DIV:nth-child(91) .prev,
#p92:checked ~ .stacking DIV:nth-child(92) .prev,
#p93:checked ~ .stacking DIV:nth-child(93) .prev,
#p94:checked ~ .stacking DIV:nth-child(94) .prev,
#p95:checked ~ .stacking DIV:nth-child(95) .prev,
#p96:checked ~ .stacking DIV:nth-child(96) .prev,
#p97:checked ~ .stacking DIV:nth-child(97) .prev,
#p98:checked ~ .stacking DIV:nth-child(98) .prev,
#p99:checked ~ .stacking DIV:nth-child(99) .prev,
#p100:checked ~ .stacking DIV:nth-child(100) .prev,
#p101:checked ~ .stacking DIV:nth-child(101) .prev,
#p102:checked ~ .stacking DIV:nth-child(102) .prev,
#p103:checked ~ .stacking DIV:nth-child(103) .prev,
#p104:checked ~ .stacking DIV:nth-child(104) .prev,
#p105:checked ~ .stacking DIV:nth-child(105) .prev,
#p106:checked ~ .stacking DIV:nth-child(106) .prev,
#p107:checked ~ .stacking DIV:nth-child(107) .prev,
#p108:checked ~ .stacking DIV:nth-child(108) .prev,
#p109:checked ~ .stacking DIV:nth-child(109) .prev,
#p110:checked ~ .stacking DIV:nth-child(110) .prev,
#p111:checked ~ .stacking DIV:nth-child(111) .prev,
#p112:checked ~ .stacking DIV:nth-child(112) .prev,
#p113:checked ~ .stacking DIV:nth-child(113) .prev,
#p114:checked ~ .stacking DIV:nth-child(114) .prev,
#p115:checked ~ .stacking DIV:nth-child(115) .prev,
#p116:checked ~ .stacking DIV:nth-child(116) .prev,
#p117:checked ~ .stacking DIV:nth-child(117) .prev,
#p118:checked ~ .stacking DIV:nth-child(118) .prev,
#p119:checked ~ .stacking DIV:nth-child(119) .prev,
#p120:checked ~ .stacking DIV:nth-child(120) .prev,
#p121:checked ~ .stacking DIV:nth-child(121) .prev,
#p122:checked ~ .stacking DIV:nth-child(122) .prev,
#p123:checked ~ .stacking DIV:nth-child(123) .prev,
#p124:checked ~ .stacking DIV:nth-child(124) .prev,
#p125:checked ~ .stacking DIV:nth-child(125) .prev,
#p126:checked ~ .stacking DIV:nth-child(126) .prev,
#p127:checked ~ .stacking DIV:nth-child(127) .prev,
#p128:checked ~ .stacking DIV:nth-child(128) .prev,
#p129:checked ~ .stacking DIV:nth-child(129) .prev,
#p130:checked ~ .stacking DIV:nth-child(130) .prev,
#p131:checked ~ .stacking DIV:nth-child(131) .prev,
#p132:checked ~ .stacking DIV:nth-child(132) .prev,
#p133:checked ~ .stacking DIV:nth-child(133) .prev,
#p134:checked ~ .stacking DIV:nth-child(134) .prev
{
left:502px;
}
#p1:checked ~ .stacking DIV:nth-child(1) .next,
#p2:checked ~ .stacking DIV:nth-child(2) .next,
#p3:checked ~ .stacking DIV:nth-child(3) .next,
#p4:checked ~ .stacking DIV:nth-child(4) .next,
#p5:checked ~ .stacking DIV:nth-child(5) .next,
#p6:checked ~ .stacking DIV:nth-child(6) .next,
#p7:checked ~ .stacking DIV:nth-child(7) .next,
#p8:checked ~ .stacking DIV:nth-child(8) .next,
#p9:checked ~ .stacking DIV:nth-child(9) .next,
#p10:checked ~ .stacking DIV:nth-child(10) .next,
#p11:checked ~ .stacking DIV:nth-child(11) .next,
#p12:checked ~ .stacking DIV:nth-child(12) .next, 
#p13:checked ~ .stacking DIV:nth-child(13) .next, 
#p14:checked ~ .stacking DIV:nth-child(14) .next,
#p15:checked ~ .stacking DIV:nth-child(15) .next,
#p16:checked ~ .stacking DIV:nth-child(16) .next, 
#p17:checked ~ .stacking DIV:nth-child(17) .next,
#p18:checked ~ .stacking DIV:nth-child(18) .next,
#p19:checked ~ .stacking DIV:nth-child(19) .next,
#p20:checked ~ .stacking DIV:nth-child(20) .next,
#p21:checked ~ .stacking DIV:nth-child(21) .next,
#p22:checked ~ .stacking DIV:nth-child(22) .next,
#p23:checked ~ .stacking DIV:nth-child(23) .next, 
#p24:checked ~ .stacking DIV:nth-child(24) .next,
#p25:checked ~ .stacking DIV:nth-child(25) .next,
#p26:checked ~ .stacking DIV:nth-child(26) .next, 
#p27:checked ~ .stacking DIV:nth-child(27) .next,
#p28:checked ~ .stacking DIV:nth-child(28) .next,
#p29:checked ~ .stacking DIV:nth-child(29) .next, 
#p30:checked ~ .stacking DIV:nth-child(30) .next,
#p31:checked ~ .stacking DIV:nth-child(31) .next,
#p32:checked ~ .stacking DIV:nth-child(32) .next,
#p33:checked ~ .stacking DIV:nth-child(33) .next,
#p34:checked ~ .stacking DIV:nth-child(34) .next, 
#p35:checked ~ .stacking DIV:nth-child(35) .next,
#p36:checked ~ .stacking DIV:nth-child(36) .next,
#p37:checked ~ .stacking DIV:nth-child(37) .next, 
#p38:checked ~ .stacking DIV:nth-child(38) .next,
#p39:checked ~ .stacking DIV:nth-child(39) .next,
#p40:checked ~ .stacking DIV:nth-child(40) .next, 
#p41:checked ~ .stacking DIV:nth-child(41) .next,
#p42:checked ~ .stacking DIV:nth-child(42) .next,
#p43:checked ~ .stacking DIV:nth-child(43) .next, 
#p44:checked ~ .stacking DIV:nth-child(44) .next,
#p45:checked ~ .stacking DIV:nth-child(45) .next,
#p46:checked ~ .stacking DIV:nth-child(46) .next, 
#p47:checked ~ .stacking DIV:nth-child(47) .next,
#p48:checked ~ .stacking DIV:nth-child(48) .next,
#p49:checked ~ .stacking DIV:nth-child(49) .next, 
#p50:checked ~ .stacking DIV:nth-child(50) .next,
#p51:checked ~ .stacking DIV:nth-child(51) .next,
#p52:checked ~ .stacking DIV:nth-child(52) .next,
#p53:checked ~ .stacking DIV:nth-child(53) .next,
#p54:checked ~ .stacking DIV:nth-child(54) .next,
#p55:checked ~ .stacking DIV:nth-child(55) .next,
#p56:checked ~ .stacking DIV:nth-child(56) .next,
#p57:checked ~ .stacking DIV:nth-child(57) .next,
#p58:checked ~ .stacking DIV:nth-child(58) .next,
#p59:checked ~ .stacking DIV:nth-child(59) .next,
#p60:checked ~ .stacking DIV:nth-child(60) .next,
#p61:checked ~ .stacking DIV:nth-child(61) .next,
#p62:checked ~ .stacking DIV:nth-child(62) .next,
#p63:checked ~ .stacking DIV:nth-child(63) .next,
#p64:checked ~ .stacking DIV:nth-child(64) .next,
#p65:checked ~ .stacking DIV:nth-child(65) .next,
#p66:checked ~ .stacking DIV:nth-child(66) .next,
#p67:checked ~ .stacking DIV:nth-child(67) .next,
#p68:checked ~ .stacking DIV:nth-child(68) .next,
#p69:checked ~ .stacking DIV:nth-child(69) .next,
#p70:checked ~ .stacking DIV:nth-child(70) .next,
#p71:checked ~ .stacking DIV:nth-child(71) .next,
#p72:checked ~ .stacking DIV:nth-child(72) .next,
#p73:checked ~ .stacking DIV:nth-child(73) .next,
#p74:checked ~ .stacking DIV:nth-child(74) .next,
#p75:checked ~ .stacking DIV:nth-child(75) .next,
#p76:checked ~ .stacking DIV:nth-child(76) .next,
#p77:checked ~ .stacking DIV:nth-child(77) .next,
#p78:checked ~ .stacking DIV:nth-child(78) .next,
#p79:checked ~ .stacking DIV:nth-child(79) .next,
#p80:checked ~ .stacking DIV:nth-child(80) .next,
#p81:checked ~ .stacking DIV:nth-child(81) .next,
#p82:checked ~ .stacking DIV:nth-child(82) .next,
#p83:checked ~ .stacking DIV:nth-child(83) .next,
#p84:checked ~ .stacking DIV:nth-child(84) .next,
#p85:checked ~ .stacking DIV:nth-child(85) .next,
#p86:checked ~ .stacking DIV:nth-child(86) .next,
#p87:checked ~ .stacking DIV:nth-child(87) .next,
#p88:checked ~ .stacking DIV:nth-child(88) .next,
#p89:checked ~ .stacking DIV:nth-child(89) .next,
#p90:checked ~ .stacking DIV:nth-child(90) .next,
#p91:checked ~ .stacking DIV:nth-child(91) .next,
#p92:checked ~ .stacking DIV:nth-child(92) .next,
#p93:checked ~ .stacking DIV:nth-child(93) .next,
#p94:checked ~ .stacking DIV:nth-child(94) .next,
#p95:checked ~ .stacking DIV:nth-child(95) .next,
#p96:checked ~ .stacking DIV:nth-child(96) .next,
#p97:checked ~ .stacking DIV:nth-child(97) .next,
#p98:checked ~ .stacking DIV:nth-child(98) .next,
#p99:checked ~ .stacking DIV:nth-child(99) .next,
#p100:checked ~ .stacking DIV:nth-child(100) .next,
#p101:checked ~ .stacking DIV:nth-child(101) .next,
#p102:checked ~ .stacking DIV:nth-child(102) .next,
#p103:checked ~ .stacking DIV:nth-child(103) .next,
#p104:checked ~ .stacking DIV:nth-child(104) .next,
#p105:checked ~ .stacking DIV:nth-child(105) .next,
#p106:checked ~ .stacking DIV:nth-child(106) .next,
#p107:checked ~ .stacking DIV:nth-child(107) .next,
#p108:checked ~ .stacking DIV:nth-child(108) .next,
#p109:checked ~ .stacking DIV:nth-child(109) .next,
#p110:checked ~ .stacking DIV:nth-child(110) .next,
#p111:checked ~ .stacking DIV:nth-child(111) .next,
#p112:checked ~ .stacking DIV:nth-child(112) .next,
#p113:checked ~ .stacking DIV:nth-child(113) .next,
#p114:checked ~ .stacking DIV:nth-child(114) .next,
#p115:checked ~ .stacking DIV:nth-child(115) .next,
#p116:checked ~ .stacking DIV:nth-child(116) .next,
#p117:checked ~ .stacking DIV:nth-child(117) .next,
#p118:checked ~ .stacking DIV:nth-child(118) .next,
#p119:checked ~ .stacking DIV:nth-child(119) .next,
#p120:checked ~ .stacking DIV:nth-child(120) .next,
#p121:checked ~ .stacking DIV:nth-child(121) .next,
#p122:checked ~ .stacking DIV:nth-child(122) .next,
#p123:checked ~ .stacking DIV:nth-child(123) .next,
#p124:checked ~ .stacking DIV:nth-child(124) .next,
#p125:checked ~ .stacking DIV:nth-child(125) .next,
#p126:checked ~ .stacking DIV:nth-child(126) .next,
#p127:checked ~ .stacking DIV:nth-child(127) .next,
#p128:checked ~ .stacking DIV:nth-child(128) .next,
#p129:checked ~ .stacking DIV:nth-child(129) .next,
#p130:checked ~ .stacking DIV:nth-child(130) .next,
#p131:checked ~ .stacking DIV:nth-child(131) .next,
#p132:checked ~ .stacking DIV:nth-child(132) .next,
#p133:checked ~ .stacking DIV:nth-child(133) .next,
#p134:checked ~ .stacking DIV:nth-child(134) .next
{
left:552px;
}
#p1:checked ~ .stacking DIV:nth-child(1) .banner, 
#p2:checked ~ .stacking DIV:nth-child(2) .banner, 
#p3:checked ~ .stacking DIV:nth-child(3) .banner, 
#p4:checked ~ .stacking DIV:nth-child(4) .banner, 
#p5:checked ~ .stacking DIV:nth-child(5) .banner, 
#p6:checked ~ .stacking DIV:nth-child(6) .banner, 
#p7:checked ~ .stacking DIV:nth-child(7) .banner, 
#p8:checked ~ .stacking DIV:nth-child(8) .banner, 
#p9:checked ~ .stacking DIV:nth-child(9) .banner, 
#p10:checked ~ .stacking DIV:nth-child(10) .banner,
#p11:checked ~ .stacking DIV:nth-child(11) .banner,
#p12:checked ~ .stacking DIV:nth-child(12) .banner,
#p13:checked ~ .stacking DIV:nth-child(13) .banner,
#p14:checked ~ .stacking DIV:nth-child(14) .banner,
#p15:checked ~ .stacking DIV:nth-child(15) .banner,
#p16:checked ~ .stacking DIV:nth-child(16) .banner,
#p17:checked ~ .stacking DIV:nth-child(17) .banner, 
#p18:checked ~ .stacking DIV:nth-child(18) .banner,
#p19:checked ~ .stacking DIV:nth-child(19) .banner,
#p20:checked ~ .stacking DIV:nth-child(20) .banner,
#p21:checked ~ .stacking DIV:nth-child(21) .banner,
#p22:checked ~ .stacking DIV:nth-child(22) .banner,
#p23:checked ~ .stacking DIV:nth-child(23) .banner,
#p24:checked ~ .stacking DIV:nth-child(24) .banner, 
#p25:checked ~ .stacking DIV:nth-child(25) .banner,
#p26:checked ~ .stacking DIV:nth-child(26) .banner,
#p27:checked ~ .stacking DIV:nth-child(27) .banner, 
#p28:checked ~ .stacking DIV:nth-child(28) .banner,
#p29:checked ~ .stacking DIV:nth-child(29) .banner,
#p30:checked ~ .stacking DIV:nth-child(30) .banner, 
#p31:checked ~ .stacking DIV:nth-child(31) .banner,
#p32:checked ~ .stacking DIV:nth-child(32) .banner,
#p33:checked ~ .stacking DIV:nth-child(33) .banner,
#p34:checked ~ .stacking DIV:nth-child(34) .banner,
#p35:checked ~ .stacking DIV:nth-child(35) .banner, 
#p36:checked ~ .stacking DIV:nth-child(36) .banner,
#p37:checked ~ .stacking DIV:nth-child(37) .banner,
#p38:checked ~ .stacking DIV:nth-child(38) .banner, 
#p39:checked ~ .stacking DIV:nth-child(39) .banner,
#p40:checked ~ .stacking DIV:nth-child(40) .banner,
#p41:checked ~ .stacking DIV:nth-child(41) .banner, 
#p42:checked ~ .stacking DIV:nth-child(42) .banner,
#p43:checked ~ .stacking DIV:nth-child(43) .banner,
#p44:checked ~ .stacking DIV:nth-child(44) .banner, 
#p45:checked ~ .stacking DIV:nth-child(45) .banner,
#p46:checked ~ .stacking DIV:nth-child(46) .banner,
#p47:checked ~ .stacking DIV:nth-child(47) .banner, 
#p48:checked ~ .stacking DIV:nth-child(48) .banner,
#p49:checked ~ .stacking DIV:nth-child(49) .banner,
#p50:checked ~ .stacking DIV:nth-child(50) .banner, 
#p51:checked ~ .stacking DIV:nth-child(51) .banner,
#p52:checked ~ .stacking DIV:nth-child(52) .banner, 
#p53:checked ~ .stacking DIV:nth-child(53) .banner, 
#p54:checked ~ .stacking DIV:nth-child(54) .banner, 
#p55:checked ~ .stacking DIV:nth-child(55) .banner, 
#p56:checked ~ .stacking DIV:nth-child(56) .banner, 
#p57:checked ~ .stacking DIV:nth-child(57) .banner, 
#p58:checked ~ .stacking DIV:nth-child(58) .banner, 
#p59:checked ~ .stacking DIV:nth-child(59) .banner, 
#p60:checked ~ .stacking DIV:nth-child(60) .banner, 
#p61:checked ~ .stacking DIV:nth-child(61) .banner,
#p62:checked ~ .stacking DIV:nth-child(62) .banner, 
#p63:checked ~ .stacking DIV:nth-child(63) .banner, 
#p64:checked ~ .stacking DIV:nth-child(64) .banner, 
#p65:checked ~ .stacking DIV:nth-child(65) .banner, 
#p66:checked ~ .stacking DIV:nth-child(66) .banner, 
#p67:checked ~ .stacking DIV:nth-child(67) .banner, 
#p68:checked ~ .stacking DIV:nth-child(68) .banner, 
#p69:checked ~ .stacking DIV:nth-child(69) .banner, 
#p70:checked ~ .stacking DIV:nth-child(70) .banner, 
#p71:checked ~ .stacking DIV:nth-child(71) .banner, 
#p72:checked ~ .stacking DIV:nth-child(72) .banner, 
#p73:checked ~ .stacking DIV:nth-child(73) .banner, 
#p74:checked ~ .stacking DIV:nth-child(74) .banner, 
#p75:checked ~ .stacking DIV:nth-child(75) .banner, 
#p76:checked ~ .stacking DIV:nth-child(76) .banner, 
#p77:checked ~ .stacking DIV:nth-child(77) .banner, 
#p78:checked ~ .stacking DIV:nth-child(78) .banner, 
#p79:checked ~ .stacking DIV:nth-child(79) .banner, 
#p80:checked ~ .stacking DIV:nth-child(80) .banner,
#p81:checked ~ .stacking DIV:nth-child(81) .banner, 
#p82:checked ~ .stacking DIV:nth-child(82) .banner, 
#p83:checked ~ .stacking DIV:nth-child(83) .banner, 
#p84:checked ~ .stacking DIV:nth-child(84) .banner, 
#p85:checked ~ .stacking DIV:nth-child(85) .banner, 
#p86:checked ~ .stacking DIV:nth-child(86) .banner, 
#p87:checked ~ .stacking DIV:nth-child(87) .banner, 
#p88:checked ~ .stacking DIV:nth-child(88) .banner, 
#p89:checked ~ .stacking DIV:nth-child(89) .banner, 
#p90:checked ~ .stacking DIV:nth-child(90) .banner,
#p91:checked ~ .stacking DIV:nth-child(91) .banner, 
#p92:checked ~ .stacking DIV:nth-child(92) .banner, 
#p93:checked ~ .stacking DIV:nth-child(93) .banner, 
#p94:checked ~ .stacking DIV:nth-child(94) .banner, 
#p95:checked ~ .stacking DIV:nth-child(95) .banner, 
#p96:checked ~ .stacking DIV:nth-child(96) .banner, 
#p97:checked ~ .stacking DIV:nth-child(97) .banner, 
#p98:checked ~ .stacking DIV:nth-child(98) .banner, 
#p99:checked ~ .stacking DIV:nth-child(99) .banner, 
#p100:checked ~ .stacking DIV:nth-child(100) .banner,
#p101:checked ~ .stacking DIV:nth-child(101) .banner, 
#p102:checked ~ .stacking DIV:nth-child(102) .banner, 
#p103:checked ~ .stacking DIV:nth-child(103) .banner, 
#p104:checked ~ .stacking DIV:nth-child(104) .banner, 
#p105:checked ~ .stacking DIV:nth-child(105) .banner, 
#p106:checked ~ .stacking DIV:nth-child(106) .banner, 
#p107:checked ~ .stacking DIV:nth-child(107) .banner, 
#p108:checked ~ .stacking DIV:nth-child(108) .banner, 
#p109:checked ~ .stacking DIV:nth-child(109) .banner, 
#p110:checked ~ .stacking DIV:nth-child(110) .banner,
#p111:checked ~ .stacking DIV:nth-child(111) .banner, 
#p112:checked ~ .stacking DIV:nth-child(112) .banner, 
#p113:checked ~ .stacking DIV:nth-child(113) .banner, 
#p114:checked ~ .stacking DIV:nth-child(114) .banner, 
#p115:checked ~ .stacking DIV:nth-child(115) .banner, 
#p116:checked ~ .stacking DIV:nth-child(116) .banner, 
#p117:checked ~ .stacking DIV:nth-child(117) .banner, 
#p118:checked ~ .stacking DIV:nth-child(118) .banner, 
#p119:checked ~ .stacking DIV:nth-child(119) .banner, 
#p120:checked ~ .stacking DIV:nth-child(120) .banner,
#p121:checked ~ .stacking DIV:nth-child(121) .banner, 
#p122:checked ~ .stacking DIV:nth-child(122) .banner, 
#p123:checked ~ .stacking DIV:nth-child(123) .banner, 
#p124:checked ~ .stacking DIV:nth-child(124) .banner, 
#p125:checked ~ .stacking DIV:nth-child(125) .banner, 
#p126:checked ~ .stacking DIV:nth-child(126) .banner, 
#p127:checked ~ .stacking DIV:nth-child(127) .banner, 
#p128:checked ~ .stacking DIV:nth-child(128) .banner, 
#p129:checked ~ .stacking DIV:nth-child(129) .banner, 
#p130:checked ~ .stacking DIV:nth-child(130) .banner,
#p131:checked ~ .stacking DIV:nth-child(131) .banner,
#p132:checked ~ .stacking DIV:nth-child(132) .banner,
#p133:checked ~ .stacking DIV:nth-child(133) .banner,
#p134:checked ~ .stacking DIV:nth-child(134) .banner
{
	opacity: 1;
	-webkit-transition: 0.5s 0.8s;
	-moz-transition: 0.5s 0.8s;
	-ms-transition: 0.5s 0.8s;
	-o-transition: 0.5s 0.8s;
	transition: 0.5s 0.8s;
}
#p1:checked ~ .stacking DIV .p1 IMG,
#p2:checked ~ .stacking DIV .p2 IMG,
#p3:checked ~ .stacking DIV .p3 IMG,
#p4:checked ~ .stacking DIV .p4 IMG,
#p5:checked ~ .stacking DIV .p5 IMG,
#p6:checked ~ .stacking DIV .p6 IMG,
#p7:checked ~ .stacking DIV .p7 IMG,
#p8:checked ~ .stacking DIV .p8 IMG,
#p9:checked ~ .stacking DIV .p9 IMG,
#p10:checked ~ .stacking DIV .p10 IMG, 
#p11:checked ~ .stacking DIV .p11 IMG,
#p12:checked ~ .stacking DIV .p12 IMG,
#p13:checked ~ .stacking DIV .p13 IMG, 
#p14:checked ~ .stacking DIV .p14 IMG, 
#p15:checked ~ .stacking DIV .p15 IMG,
#p16:checked ~ .stacking DIV .p16 IMG,
#p17:checked ~ .stacking DIV .p17 IMG,
#p18:checked ~ .stacking DIV .p18 IMG,
#p19:checked ~ .stacking DIV .p19 IMG,
#p20:checked ~ .stacking DIV .p20 IMG,
#p21:checked ~ .stacking DIV .p21 IMG,
#p22:checked ~ .stacking DIV .p22 IMG,
#p23:checked ~ .stacking DIV .p23 IMG,
#p24:checked ~ .stacking DIV .p24 IMG, 
#p25:checked ~ .stacking DIV .p25 IMG,
#p26:checked ~ .stacking DIV .p26 IMG,
#p27:checked ~ .stacking DIV .p27 IMG, 
#p28:checked ~ .stacking DIV .p28 IMG,
#p29:checked ~ .stacking DIV .p29 IMG,
#p30:checked ~ .stacking DIV .p30 IMG, 
#p31:checked ~ .stacking DIV .p31 IMG,
#p32:checked ~ .stacking DIV .p32 IMG,
#p33:checked ~ .stacking DIV .p33 IMG,
#p34:checked ~ .stacking DIV .p34 IMG,
#p35:checked ~ .stacking DIV .p35 IMG, 
#p36:checked ~ .stacking DIV .p36 IMG,
#p37:checked ~ .stacking DIV .p37 IMG,
#p38:checked ~ .stacking DIV .p38 IMG, 
#p39:checked ~ .stacking DIV .p39 IMG,
#p40:checked ~ .stacking DIV .p40 IMG,
#p41:checked ~ .stacking DIV .p41 IMG, 
#p42:checked ~ .stacking DIV .p42 IMG,
#p43:checked ~ .stacking DIV .p43 IMG,
#p44:checked ~ .stacking DIV .p44 IMG, 
#p45:checked ~ .stacking DIV .p45 IMG,
#p46:checked ~ .stacking DIV .p46 IMG,
#p47:checked ~ .stacking DIV .p47 IMG, 
#p48:checked ~ .stacking DIV .p48 IMG,
#p49:checked ~ .stacking DIV .p49 IMG,
#p50:checked ~ .stacking DIV .p50 IMG, 
#p51:checked ~ .stacking DIV .p51 IMG,
#p52:checked ~ .stacking DIV .p52 IMG,
#p53:checked ~ .stacking DIV .p53 IMG,
#p54:checked ~ .stacking DIV .p54 IMG,
#p55:checked ~ .stacking DIV .p55 IMG,
#p56:checked ~ .stacking DIV .p56 IMG,
#p57:checked ~ .stacking DIV .p57 IMG,
#p58:checked ~ .stacking DIV .p58 IMG,
#p59:checked ~ .stacking DIV .p59 IMG,
#p60:checked ~ .stacking DIV .p60 IMG,
#p61:checked ~ .stacking DIV .p61 IMG,
#p62:checked ~ .stacking DIV .p62 IMG,
#p63:checked ~ .stacking DIV .p63 IMG,
#p64:checked ~ .stacking DIV .p64 IMG,
#p65:checked ~ .stacking DIV .p65 IMG,
#p66:checked ~ .stacking DIV .p66 IMG,
#p67:checked ~ .stacking DIV .p67 IMG,
#p68:checked ~ .stacking DIV .p68 IMG,
#p69:checked ~ .stacking DIV .p69 IMG,
#p70:checked ~ .stacking DIV .p70 IMG,
#p71:checked ~ .stacking DIV .p71 IMG,
#p72:checked ~ .stacking DIV .p72 IMG,
#p73:checked ~ .stacking DIV .p73 IMG,
#p74:checked ~ .stacking DIV .p74 IMG,
#p75:checked ~ .stacking DIV .p75 IMG,
#p76:checked ~ .stacking DIV .p76 IMG,
#p77:checked ~ .stacking DIV .p77 IMG,
#p78:checked ~ .stacking DIV .p78 IMG,
#p79:checked ~ .stacking DIV .p79 IMG,
#p80:checked ~ .stacking DIV .p80 IMG,
#p81:checked ~ .stacking DIV .p81 IMG,
#p82:checked ~ .stacking DIV .p82 IMG,
#p83:checked ~ .stacking DIV .p83 IMG,
#p84:checked ~ .stacking DIV .p84 IMG,
#p85:checked ~ .stacking DIV .p85 IMG,
#p86:checked ~ .stacking DIV .p86 IMG,
#p87:checked ~ .stacking DIV .p87 IMG,
#p88:checked ~ .stacking DIV .p88 IMG,
#p89:checked ~ .stacking DIV .p89 IMG,
#p90:checked ~ .stacking DIV .p90 IMG,
#p91:checked ~ .stacking DIV .p91 IMG,
#p92:checked ~ .stacking DIV .p92 IMG,
#p93:checked ~ .stacking DIV .p93 IMG,
#p94:checked ~ .stacking DIV .p94 IMG,
#p95:checked ~ .stacking DIV .p95 IMG,
#p96:checked ~ .stacking DIV .p96 IMG,
#p97:checked ~ .stacking DIV .p97 IMG,
#p98:checked ~ .stacking DIV .p98 IMG,
#p99:checked ~ .stacking DIV .p99 IMG,
#p100:checked ~ .stacking DIV .p100 IMG,
#p101:checked ~ .stacking DIV .p101 IMG,
#p102:checked ~ .stacking DIV .p102 IMG,
#p103:checked ~ .stacking DIV .p103 IMG,
#p104:checked ~ .stacking DIV .p104 IMG,
#p105:checked ~ .stacking DIV .p105 IMG,
#p106:checked ~ .stacking DIV .p106 IMG,
#p107:checked ~ .stacking DIV .p107 IMG,
#p108:checked ~ .stacking DIV .p108 IMG,
#p109:checked ~ .stacking DIV .p109 IMG,
#p110:checked ~ .stacking DIV .p110 IMG,
#p111:checked ~ .stacking DIV .p111 IMG,
#p112:checked ~ .stacking DIV .p112 IMG,
#p113:checked ~ .stacking DIV .p113 IMG,
#p114:checked ~ .stacking DIV .p114 IMG,
#p115:checked ~ .stacking DIV .p115 IMG,
#p116:checked ~ .stacking DIV .p116 IMG,
#p117:checked ~ .stacking DIV .p117 IMG,
#p118:checked ~ .stacking DIV .p118 IMG,
#p119:checked ~ .stacking DIV .p119 IMG,
#p120:checked ~ .stacking DIV .p120 IMG,
#p121:checked ~ .stacking DIV .p121 IMG,
#p122:checked ~ .stacking DIV .p122 IMG,
#p123:checked ~ .stacking DIV .p123 IMG,
#p124:checked ~ .stacking DIV .p124 IMG,
#p125:checked ~ .stacking DIV .p125 IMG,
#p126:checked ~ .stacking DIV .p126 IMG,
#p127:checked ~ .stacking DIV .p127 IMG,
#p128:checked ~ .stacking DIV .p128 IMG,
#p129:checked ~ .stacking DIV .p129 IMG,
#p130:checked ~ .stacking DIV .p130 IMG,
#p131:checked ~ .stacking DIV .p131 IMG,
#p132:checked ~ .stacking DIV .p132 IMG,
#p133:checked ~ .stacking DIV .p133 IMG,
#p134:checked ~ .stacking DIV .p134 IMG
{
	display: none;
}
#p2:checked ~ .stack .leftPile li:nth-child(-n+1),
#p3:checked ~ .stack .leftPile li:nth-child(-n+2),
#p4:checked ~ .stack .leftPile li:nth-child(-n+3),
#p5:checked ~ .stack .leftPile li:nth-child(-n+4),
#p6:checked ~ .stack .leftPile li:nth-child(-n+5),
#p7:checked ~ .stack .leftPile li:nth-child(-n+6),
#p8:checked ~ .stack .leftPile li:nth-child(-n+7),
#p9:checked ~ .stack .leftPile li:nth-child(-n+8),
#p10:checked ~ .stack .leftPile li:nth-child(-n+9),
#p11:checked ~ .stack .leftPile li:nth-child(-n+10),
#p12:checked ~ .stack .leftPile li:nth-child(-n+11), 
#p13:checked ~ .stack .leftPile li:nth-child(-n+12),
#p14:checked ~ .stack .leftPile li:nth-child(-n+13),
#p15:checked ~ .stack .leftPile li:nth-child(-n+14), 
#p16:checked ~ .stack .leftPile li:nth-child(-n+15),
#p17:checked ~ .stack .leftPile li:nth-child(-n+16),
#p18:checked ~ .stack .leftPile li:nth-child(-n+17),
#p19:checked ~ .stack .leftPile li:nth-child(-n+18),
#p20:checked ~ .stack .leftPile li:nth-child(-n+19),
#p21:checked ~ .stack .leftPile li:nth-child(-n+20),
#p22:checked ~ .stack .leftPile li:nth-child(-n+21),
#p23:checked ~ .stack .leftPile li:nth-child(-n+22),
#p24:checked ~ .stack .leftPile li:nth-child(-n+23),
#p25:checked ~ .stack .leftPile li:nth-child(-n+24),
#p26:checked ~ .stack .leftPile li:nth-child(-n+25),
#p27:checked ~ .stack .leftPile li:nth-child(-n+26),
#p28:checked ~ .stack .leftPile li:nth-child(-n+27),
#p29:checked ~ .stack .leftPile li:nth-child(-n+28),
#p30:checked ~ .stack .leftPile li:nth-child(-n+29),
#p31:checked ~ .stack .leftPile li:nth-child(-n+30),
#p32:checked ~ .stack .leftPile li:nth-child(-n+31),
#p33:checked ~ .stack .leftPile li:nth-child(-n+32),
#p34:checked ~ .stack .leftPile li:nth-child(-n+33),
#p35:checked ~ .stack .leftPile li:nth-child(-n+34),
#p36:checked ~ .stack .leftPile li:nth-child(-n+35),
#p37:checked ~ .stack .leftPile li:nth-child(-n+36),
#p38:checked ~ .stack .leftPile li:nth-child(-n+37),
#p39:checked ~ .stack .leftPile li:nth-child(-n+38),
#p40:checked ~ .stack .leftPile li:nth-child(-n+39),
#p41:checked ~ .stack .leftPile li:nth-child(-n+41),
#p42:checked ~ .stack .leftPile li:nth-child(-n+41),
#p43:checked ~ .stack .leftPile li:nth-child(-n+42),
#p44:checked ~ .stack .leftPile li:nth-child(-n+43),
#p45:checked ~ .stack .leftPile li:nth-child(-n+44),
#p46:checked ~ .stack .leftPile li:nth-child(-n+45),
#p47:checked ~ .stack .leftPile li:nth-child(-n+46),
#p48:checked ~ .stack .leftPile li:nth-child(-n+47),
#p49:checked ~ .stack .leftPile li:nth-child(-n+48),
#p50:checked ~ .stack .leftPile li:nth-child(-n+49),
#p51:checked ~ .stack .leftPile li:nth-child(-n+50),
#p52:checked ~ .stack .leftPile li:nth-child(-n+51),
#p53:checked ~ .stack .leftPile li:nth-child(-n+52),
#p54:checked ~ .stack .leftPile li:nth-child(-n+53),
#p55:checked ~ .stack .leftPile li:nth-child(-n+54),
#p56:checked ~ .stack .leftPile li:nth-child(-n+55),
#p57:checked ~ .stack .leftPile li:nth-child(-n+56),
#p58:checked ~ .stack .leftPile li:nth-child(-n+57),
#p59:checked ~ .stack .leftPile li:nth-child(-n+58),
#p60:checked ~ .stack .leftPile li:nth-child(-n+59),
#p61:checked ~ .stack .leftPile li:nth-child(-n+61),
#p62:checked ~ .stack .leftPile li:nth-child(-n+61),
#p63:checked ~ .stack .leftPile li:nth-child(-n+62),
#p64:checked ~ .stack .leftPile li:nth-child(-n+63),
#p65:checked ~ .stack .leftPile li:nth-child(-n+64),
#p66:checked ~ .stack .leftPile li:nth-child(-n+65),
#p67:checked ~ .stack .leftPile li:nth-child(-n+66),
#p68:checked ~ .stack .leftPile li:nth-child(-n+67),
#p69:checked ~ .stack .leftPile li:nth-child(-n+68),
#p70:checked ~ .stack .leftPile li:nth-child(-n+69),
#p71:checked ~ .stack .leftPile li:nth-child(-n+70),
#p72:checked ~ .stack .leftPile li:nth-child(-n+71),
#p73:checked ~ .stack .leftPile li:nth-child(-n+72),
#p74:checked ~ .stack .leftPile li:nth-child(-n+73),
#p75:checked ~ .stack .leftPile li:nth-child(-n+74),
#p76:checked ~ .stack .leftPile li:nth-child(-n+75),
#p77:checked ~ .stack .leftPile li:nth-child(-n+76),
#p78:checked ~ .stack .leftPile li:nth-child(-n+77),
#p79:checked ~ .stack .leftPile li:nth-child(-n+78),
#p80:checked ~ .stack .leftPile li:nth-child(-n+79),
#p81:checked ~ .stack .leftPile li:nth-child(-n+80),
#p82:checked ~ .stack .leftPile li:nth-child(-n+81),
#p83:checked ~ .stack .leftPile li:nth-child(-n+82),
#p84:checked ~ .stack .leftPile li:nth-child(-n+83),
#p85:checked ~ .stack .leftPile li:nth-child(-n+84),
#p86:checked ~ .stack .leftPile li:nth-child(-n+85),
#p87:checked ~ .stack .leftPile li:nth-child(-n+86),
#p88:checked ~ .stack .leftPile li:nth-child(-n+87),
#p89:checked ~ .stack .leftPile li:nth-child(-n+88),
#p90:checked ~ .stack .leftPile li:nth-child(-n+89),
#p91:checked ~ .stack .leftPile li:nth-child(-n+90),
#p92:checked ~ .stack .leftPile li:nth-child(-n+91),
#p93:checked ~ .stack .leftPile li:nth-child(-n+92),
#p94:checked ~ .stack .leftPile li:nth-child(-n+93),
#p95:checked ~ .stack .leftPile li:nth-child(-n+94),
#p96:checked ~ .stack .leftPile li:nth-child(-n+95),
#p97:checked ~ .stack .leftPile li:nth-child(-n+96),
#p98:checked ~ .stack .leftPile li:nth-child(-n+97),
#p99:checked ~ .stack .leftPile li:nth-child(-n+98),
#p100:checked ~ .stack .leftPile li:nth-child(-n+99),
#p101:checked ~ .stack .leftPile li:nth-child(-n+100),
#p102:checked ~ .stack .leftPile li:nth-child(-n+101),
#p103:checked ~ .stack .leftPile li:nth-child(-n+102),
#p104:checked ~ .stack .leftPile li:nth-child(-n+103),
#p105:checked ~ .stack .leftPile li:nth-child(-n+104),
#p106:checked ~ .stack .leftPile li:nth-child(-n+105),
#p107:checked ~ .stack .leftPile li:nth-child(-n+106),
#p108:checked ~ .stack .leftPile li:nth-child(-n+107),
#p109:checked ~ .stack .leftPile li:nth-child(-n+108),
#p110:checked ~ .stack .leftPile li:nth-child(-n+109),
#p111:checked ~ .stack .leftPile li:nth-child(-n+110),
#p112:checked ~ .stack .leftPile li:nth-child(-n+111),
#p113:checked ~ .stack .leftPile li:nth-child(-n+112),
#p114:checked ~ .stack .leftPile li:nth-child(-n+113),
#p115:checked ~ .stack .leftPile li:nth-child(-n+114),
#p116:checked ~ .stack .leftPile li:nth-child(-n+115),
#p117:checked ~ .stack .leftPile li:nth-child(-n+116),
#p118:checked ~ .stack .leftPile li:nth-child(-n+117),
#p119:checked ~ .stack .leftPile li:nth-child(-n+118),
#p120:checked ~ .stack .leftPile li:nth-child(-n+119),
#p121:checked ~ .stack .leftPile li:nth-child(-n+120),
#p122:checked ~ .stack .leftPile li:nth-child(-n+121),
#p123:checked ~ .stack .leftPile li:nth-child(-n+122),
#p124:checked ~ .stack .leftPile li:nth-child(-n+123),
#p125:checked ~ .stack .leftPile li:nth-child(-n+124),
#p126:checked ~ .stack .leftPile li:nth-child(-n+125),
#p127:checked ~ .stack .leftPile li:nth-child(-n+126),
#p128:checked ~ .stack .leftPile li:nth-child(-n+127),
#p129:checked ~ .stack .leftPile li:nth-child(-n+128),
#p130:checked ~ .stack .leftPile li:nth-child(-n+129),
#p131:checked ~ .stack .leftPile li:nth-child(-n+130),
#p132:checked ~ .stack .leftPile li:nth-child(-n+131),
#p133:checked ~ .stack .leftPile li:nth-child(-n+132),
#p134:checked ~ .stack .leftPile li:nth-child(-n+133),
#p135:checked ~ .stack .leftPile li:nth-child(-n+134)
{
background:transparent;
}
#p2:checked ~ .stack .rightPile li:nth-last-child(-n+1),
#p3:checked ~ .stack .rightPile li:nth-last-child(-n+2),
#p4:checked ~ .stack .rightPile li:nth-last-child(-n+3),
#p5:checked ~ .stack .rightPile li:nth-last-child(-n+4),
#p6:checked ~ .stack .rightPile li:nth-last-child(-n+5),
#p7:checked ~ .stack .rightPile li:nth-last-child(-n+6),
#p8:checked ~ .stack .rightPile li:nth-last-child(-n+7),
#p9:checked ~ .stack .rightPile li:nth-last-child(-n+8),
#p10:checked ~ .stack .rightPile li:nth-last-child(-n+9),
#p11:checked ~ .stack .rightPile li:nth-last-child(-n+10),
#p12:checked ~ .stack .rightPile li:nth-last-child(-n+11), 
#p13:checked ~ .stack .rightPile li:nth-last-child(-n+12), 
#p14:checked ~ .stack .rightPile li:nth-last-child(-n+13), 
#p15:checked ~ .stack .rightPile li:nth-last-child(-n+14), 
#p16:checked ~ .stack .rightPile li:nth-last-child(-n+15),
#p17:checked ~ .stack .rightPile li:nth-last-child(-n+16),
#p18:checked ~ .stack .rightPile li:nth-last-child(-n+17),
#p19:checked ~ .stack .rightPile li:nth-last-child(-n+18),
#p20:checked ~ .stack .rightPile li:nth-last-child(-n+19),
#p21:checked ~ .stack .rightPile li:nth-last-child(-n+20),
#p22:checked ~ .stack .rightPile li:nth-last-child(-n+21),
#p23:checked ~ .stack .rightPile li:nth-last-child(-n+22),
#p24:checked ~ .stack .rightPile li:nth-last-child(-n+23),
#p25:checked ~ .stack .rightPile li:nth-last-child(-n+24),
#p26:checked ~ .stack .rightPile li:nth-last-child(-n+25),
#p27:checked ~ .stack .rightPile li:nth-last-child(-n+26),
#p28:checked ~ .stack .rightPile li:nth-last-child(-n+27),
#p29:checked ~ .stack .rightPile li:nth-last-child(-n+28),
#p30:checked ~ .stack .rightPile li:nth-last-child(-n+29),
#p31:checked ~ .stack .rightPile li:nth-last-child(-n+30),
#p32:checked ~ .stack .rightPile li:nth-last-child(-n+31),
#p33:checked ~ .stack .rightPile li:nth-last-child(-n+32),
#p34:checked ~ .stack .rightPile li:nth-last-child(-n+33),
#p35:checked ~ .stack .rightPile li:nth-last-child(-n+34),
#p36:checked ~ .stack .rightPile li:nth-last-child(-n+35),
#p37:checked ~ .stack .rightPile li:nth-last-child(-n+36),
#p38:checked ~ .stack .rightPile li:nth-last-child(-n+37),
#p39:checked ~ .stack .rightPile li:nth-last-child(-n+38),
#p40:checked ~ .stack .rightPile li:nth-last-child(-n+39),
#p41:checked ~ .stack .rightPile li:nth-last-child(-n+40),
#p42:checked ~ .stack .rightPile li:nth-last-child(-n+41),
#p43:checked ~ .stack .rightPile li:nth-last-child(-n+42),
#p44:checked ~ .stack .rightPile li:nth-last-child(-n+43),
#p45:checked ~ .stack .rightPile li:nth-last-child(-n+44),
#p46:checked ~ .stack .rightPile li:nth-last-child(-n+45),
#p47:checked ~ .stack .rightPile li:nth-last-child(-n+46),
#p48:checked ~ .stack .rightPile li:nth-last-child(-n+47),
#p49:checked ~ .stack .rightPile li:nth-last-child(-n+48),
#p50:checked ~ .stack .rightPile li:nth-last-child(-n+49),
#p51:checked ~ .stack .rightPile li:nth-last-child(-n+50),
#p52:checked ~ .stack .rightPile li:nth-last-child(-n+51),
#p53:checked ~ .stack .rightPile li:nth-last-child(-n+52),
#p54:checked ~ .stack .rightPile li:nth-last-child(-n+53),
#p55:checked ~ .stack .rightPile li:nth-last-child(-n+54),
#p56:checked ~ .stack .rightPile li:nth-last-child(-n+55),
#p57:checked ~ .stack .rightPile li:nth-last-child(-n+56),
#p58:checked ~ .stack .rightPile li:nth-last-child(-n+57),
#p59:checked ~ .stack .rightPile li:nth-last-child(-n+58),
#p60:checked ~ .stack .rightPile li:nth-last-child(-n+59),
#p61:checked ~ .stack .rightPile li:nth-last-child(-n+60),
#p62:checked ~ .stack .rightPile li:nth-last-child(-n+61),
#p63:checked ~ .stack .rightPile li:nth-last-child(-n+62),
#p64:checked ~ .stack .rightPile li:nth-last-child(-n+63),
#p65:checked ~ .stack .rightPile li:nth-last-child(-n+64),
#p66:checked ~ .stack .rightPile li:nth-last-child(-n+65),
#p67:checked ~ .stack .rightPile li:nth-last-child(-n+66),
#p68:checked ~ .stack .rightPile li:nth-last-child(-n+67),
#p69:checked ~ .stack .rightPile li:nth-last-child(-n+68),
#p70:checked ~ .stack .rightPile li:nth-last-child(-n+69),
#p71:checked ~ .stack .rightPile li:nth-last-child(-n+70),
#p72:checked ~ .stack .rightPile li:nth-last-child(-n+71),
#p73:checked ~ .stack .rightPile li:nth-last-child(-n+72),
#p74:checked ~ .stack .rightPile li:nth-last-child(-n+73),
#p75:checked ~ .stack .rightPile li:nth-last-child(-n+74),
#p76:checked ~ .stack .rightPile li:nth-last-child(-n+75),
#p77:checked ~ .stack .rightPile li:nth-last-child(-n+76),
#p78:checked ~ .stack .rightPile li:nth-last-child(-n+77),
#p79:checked ~ .stack .rightPile li:nth-last-child(-n+78),
#p80:checked ~ .stack .rightPile li:nth-last-child(-n+79),
#p81:checked ~ .stack .rightPile li:nth-last-child(-n+80),
#p82:checked ~ .stack .rightPile li:nth-last-child(-n+81),
#p83:checked ~ .stack .rightPile li:nth-last-child(-n+82),
#p84:checked ~ .stack .rightPile li:nth-last-child(-n+83),
#p85:checked ~ .stack .rightPile li:nth-last-child(-n+84),
#p86:checked ~ .stack .rightPile li:nth-last-child(-n+85),
#p87:checked ~ .stack .rightPile li:nth-last-child(-n+86),
#p88:checked ~ .stack .rightPile li:nth-last-child(-n+87),
#p89:checked ~ .stack .rightPile li:nth-last-child(-n+88),
#p90:checked ~ .stack .rightPile li:nth-last-child(-n+89),
#p91:checked ~ .stack .rightPile li:nth-last-child(-n+90),
#p92:checked ~ .stack .rightPile li:nth-last-child(-n+91),
#p93:checked ~ .stack .rightPile li:nth-last-child(-n+92),
#p94:checked ~ .stack .rightPile li:nth-last-child(-n+93),
#p95:checked ~ .stack .rightPile li:nth-last-child(-n+94),
#p96:checked ~ .stack .rightPile li:nth-last-child(-n+95),
#p97:checked ~ .stack .rightPile li:nth-last-child(-n+96),
#p98:checked ~ .stack .rightPile li:nth-last-child(-n+97),
#p99:checked ~ .stack .rightPile li:nth-last-child(-n+98),
#p100:checked ~ .stack .rightPile li:nth-last-child(-n+99),
#p101:checked ~ .stack .rightPile li:nth-last-child(-n+100),
#p102:checked ~ .stack .rightPile li:nth-last-child(-n+101),
#p103:checked ~ .stack .rightPile li:nth-last-child(-n+102),
#p104:checked ~ .stack .rightPile li:nth-last-child(-n+103),
#p105:checked ~ .stack .rightPile li:nth-last-child(-n+104),
#p106:checked ~ .stack .rightPile li:nth-last-child(-n+105),
#p107:checked ~ .stack .rightPile li:nth-last-child(-n+106),
#p108:checked ~ .stack .rightPile li:nth-last-child(-n+107),
#p109:checked ~ .stack .rightPile li:nth-last-child(-n+108),
#p110:checked ~ .stack .rightPile li:nth-last-child(-n+109),
#p111:checked ~ .stack .rightPile li:nth-last-child(-n+110),
#p112:checked ~ .stack .rightPile li:nth-last-child(-n+111),
#p113:checked ~ .stack .rightPile li:nth-last-child(-n+112),
#p114:checked ~ .stack .rightPile li:nth-last-child(-n+113),
#p115:checked ~ .stack .rightPile li:nth-last-child(-n+114),
#p116:checked ~ .stack .rightPile li:nth-last-child(-n+115),
#p117:checked ~ .stack .rightPile li:nth-last-child(-n+116),
#p118:checked ~ .stack .rightPile li:nth-last-child(-n+117),
#p119:checked ~ .stack .rightPile li:nth-last-child(-n+118),
#p120:checked ~ .stack .rightPile li:nth-last-child(-n+119),
#p121:checked ~ .stack .rightPile li:nth-last-child(-n+120),
#p122:checked ~ .stack .rightPile li:nth-last-child(-n+121),
#p123:checked ~ .stack .rightPile li:nth-last-child(-n+122),
#p124:checked ~ .stack .rightPile li:nth-last-child(-n+123),
#p125:checked ~ .stack .rightPile li:nth-last-child(-n+124),
#p126:checked ~ .stack .rightPile li:nth-last-child(-n+125),
#p127:checked ~ .stack .rightPile li:nth-last-child(-n+126),
#p128:checked ~ .stack .rightPile li:nth-last-child(-n+127),
#p129:checked ~ .stack .rightPile li:nth-last-child(-n+128),
#p130:checked ~ .stack .rightPile li:nth-last-child(-n+129),
#p131:checked ~ .stack .rightPile li:nth-last-child(-n+130),
#p132:checked ~ .stack .rightPile li:nth-last-child(-n+131),
#p133:checked ~ .stack .rightPile li:nth-last-child(-n+132),
#p134:checked ~ .stack .rightPile li:nth-last-child(-n+133)
{
	background: #CCC;
}
