.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid #FF7228;
	
	float: right;

}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #FF7228;
	
	float: right;
	margin-left: 2px;
	margin-top: 7px;
	padding-bottom: 5px; 
}

.arrow-down-case {
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #FF7228;
	
	float: right;
	margin-left: 2px;
	margin-right: 90%;
	margin-top: 7px;
	padding-bottom: 5px; 
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 5px solid #FF7228;
	
	float: right;
	margin-left: 5px;
	margin-top: 5px; 
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 5px solid transparent; 
	
	border-right:5px solid #FF7228; 
	
	float: right;
	margin-left: 4px;
	margin-top: 5px;

}

.PUNCH {
	width: 200px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	
	
	background-color: rgba(255,255,255,1); /* Needed for IEs */
	box-shadow: inset 1px 1px 16px 1px rgba(217,212,200,.65);
	-moz-box-shadow: inset 1px 1px 16px 1px rgba(217,212,200,.65);
	-webkit-box-shadow: inset 1px 1px 20px 1px rgba(217,212,200,.65);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.65);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
	
	overflow: hidden;
}

#case .PUNCH {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	
	background-color: rgba(255,255,255,1); /* Needed for IEs */

	box-shadow: inset 1px 1px 16px 1px rgba(217,212,200,.65);

	-moz-box-shadow: inset 1px 1px 16px 1px rgba(217,212,200,.65);
	-webkit-box-shadow: inset 1px 1px 16px 1px rgba(217,212,200,.65);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.65);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}

.button {
	margin-top: 20px;
	width: 100%;
	margin: auto;
	text-align: center;
}

