@charset "UTF-8";

#holdingcell {
	display: block;
	padding-left: 51px;
	padding-top: 11px;
}

#codabanner {
	width: 476px;
	height: 271px;
	margin: 0;
	padding: 0;
}

.wrapper {
	height: 271px;
}


.imgWrap {
	float: left;
	width: 275px;
}

/*** Viewer ***/
.stripViewer { 
	width: 476px; 
	height: 271px; 
	position: relative; 
	overflow: hidden;
}

.stripViewer .panelContainer {  
	overflow: hidden;
	position: relative;
}
	
.stripViewer .panelContainer .panel	{ 
	float: left; 
	height: 100%; 
	width: 476px; 
	overflow: hidden;
	position: relative;
}
	
.stripNavL, .stripNavR, .stripNav { 
	display: none; 
}

/*** Viewer Content ***/
.codatext {
	float: right;
	height: 251px;
	width: 166px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2em;
	background-image: url(../images/bg-codatext2.jpg);
	background-repeat: no-repeat;
}

