/* CornerLinkThing by RapidWeaver Central  */

#CornerThingstacks_in_16 {
	display: block;
	overflow: hidden;
	background-color: #1573CF;
	-webkit-border-top-left-radius: 0pxpx;
	-webkit-border-top-right-radius: 0pxpx;
	-moz-border-radius-topleft: 0pxpx;
	-moz-border-radius-topright: 0pxpx;
	border-top-left-radius: 0pxpx;
	border-top-right-radius: 0pxpx;
	-webkit-border-bottom-right-radius: 0pxpx;
	-webkit-border-bottom-left-radius: 0pxpx;
	-moz-border-radius-bottomright: 0pxpx;
	-moz-border-radius-bottomleft: 0pxpx;
	border-bottom-right-radius: 0pxpx;
	border-bottom-left-radius: 0pxpx;
}

#stacks_in_16 .corner {
	position: relative;
	width: auto;
	overflow: hidden;
}

/*  Top Right */


#stacks_in_16 .triangle.tr {
	position: relative;
	float: right;
	top: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #DA4453 transparent transparent;
	line-height: 0px;
		
}


#stacks_in_16 .triangle.tr:before {
	content: "+";
	position: absolute;
	top: 13px;
	right: -41px;
	color: #FFFFFF;
	font-style: bold;
	font-size: 2em;
		
}

#stacks_in_16 .triangle.tr a:hover {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 50px 50px 0 !important;
	border-color: transparent #DA4453 transparent transparent;
	line-height: 0px;
	-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
			border-top-right-radius: 5px;
		
}

/*  Bottom Right */

#stacks_in_16 .triangle.br {
		
	display:none;
  		
}

#stacks_in_16 .triangle.br:before {
		
	display:none;
 		
}

#stacks_in_16 .triangle.br a:hover {
		
	display:none;
 		
}

#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-9999px;background:url(../files/elevator-images/top.png) no-repeat left top;z-index:9988}#toTop:hover{background:url(../files/elevator-images/top.png) no-repeat left -51px}#toTop:active,#toTop:focus{outline:none}
