.animationContainer{
	height: 200px;
	width: 200px;
	margin: 0 10px 0 2px;
	padding: 0 5px 5px 5px;
	float: left;
}

.replacementBlock{
	background-color: #ffffff; 
	height: 200px;
	width: 202px;
	margin: 0;
	padding: 0 5px 0 5px;
}

.hideInitially{
	visibility: hidden;
}

.originalBlock {
	background-color: #ffffff; 
	height: 200px;
	width: 200px;imageDownArrowRight
}

.replacementTable {
	height: 50px;
	width: 100%;
	margin:0;
	padding:0;
	line-height: 18px;
}

.webDesign {
	background-image: url(../images/icons/columbus-web-design.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 100%;
	margin:0;
	padding:0;
	line-height: 18px;
}

.webApplications {
	background-image: url(../images/icons/web-application-development.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 100%;
	margin:0;
	padding:0;
	line-height: 18px;
}

.presentations {
	background-image: url(../images/icons/classroom-tradeshow-presentations.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 100%;
	margin:0;
	padding:0;
	line-height: 18px;
}


.digitalPrinting {
	background-image: url(../images/icons/digital-printing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 190px;
	margin:0;
	padding:0;
	line-height: 18px;
}

.animationContainer .webDesign #panelHeader, .animationContainer .webApplications  #panelHeader, .animationContainer .presentations  #panelHeader, .animationContainer .digitalPrinting  #panelHeader {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 52px;
	padding: 0;
	color: #a30013;
	height: 50px;
}

.replacementTable #panelHeaderNoImage {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 5px;
	padding: 0;
	color: #a30013;
	height: 30px;
}
	
.imageDownArrowRight {
	float: right;
	margin: 0;
	padding: 0;
	}

