
.cycle-slideshow {
	margin: 20px 0px;
	padding: 0px;
}
	
.cycle-slideshow img { 
	border: 1px solid #666;
	border-radius: 7px;
	margin: auto !important;
}

/* animation button styles */
div#buttons { 
	float: right;
	width: 30%;
	margin: 4px 0px;
	padding: 0px;
	text-align: right;
}

div#buttons a:link, div#buttons a:visited {
	display: inline-block;
	width: 65px !important;
	height: 23px !important;
	margin-left: 4px;
	background-color: #6D9DE1;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 13px !important;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	box-shadow: 2px 2px 2px 0px rgba(195,195,199,1);
}

div#buttons a:hover {
	text-decoration: none;
 	color: #BE0C0C;
}

div#alt-caption, div#adv-custom-caption { 
	padding: 5px 0px; 
	color: #3E4EAD; 
	font-weight: bold; 
	font-size: 1em;
	height: 20px;
  z-index: 700;
}

p#description {
	font-size: 1em; 
	color: #666; 
	font-style: italic; 
	float: right; 
	width: 25%; 
	text-align: right;
	margin: 0px;
	line-height: 1.3em;
}

p#breadcrumbs {
	margin-top: 0px; 
	padding-top: 0px;
	margin-bottom: 12px;
	/* width: 600px; */
	width: 67%;
	font-weight: bold;
}

h1 {
	width: 67%;
	margin-top: 8px;
}

div#displayBox {
	/* display: table-cell; */
	/* width: 1050px; */
	width: 98%;
  min-height: 400px !important;
}

div.textFileOutputCont, div.missingImages {
	margin: 12px 12px 20px 12px !important;
}

div.textFileOutputCont pre {
	padding: 4px;
	font-family: courier, monospace;
	font-size: 12px;	
}

/* LKB - adjustment added 3/16/2015 to account for very large text files in the CrIS processing logs */
div.textFileOutputCont {
	height: 600px !important;
	overflow: scroll;
}

h3#notFoundHeading {
	margin-top: 35px; 
	padding-top: 15px; 
	width: 85%; 
	display: block;
	font-size: 1.2em;
	color: #3E4EAD;
}
