div.content {
	display: none;

}

div.loader {
	/*position: absolute;
	top: 0;
	left: 0;*/
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 482px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
	height:230px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
}

div.slideshow a.advance-link {
	display: block;
	line-height: 230px; /* This should be set to be to the height of the largest image in the slideshow with padding */
	text-align:left;
	width: 482px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
	height:230px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.caption-container {
	width:482px;
	padding-top:1px;
	overflow:visible;
	height:auto; /* This should be set to be at least the height of the largest image in the slideshow with padding */
}

div.caption h2 {
	color:#fff;
	font-size:1.2em;
	line-height:1.2em;
}
div.caption h2 span{
	padding: 4px 15px 2px 10px;
	position:relative;
	background-color:#D00020;
}

div.caption h2 span.top{
	top:-200px;
}
div.caption h2 span.middle{
	top:-100px;
	float:left;
}

div.caption h2 span.job{
	background-color:#000;
	color:#fff;
	float:left;
	top:-100px;
}

.caption
{
	/*border-top:1px dashed #99191e;*/
	overflow:visible;
	orphans:2;
}
.caption .employeeTestimonial{float:left; position:relative; width:482px; top:-50px;}

.caption p{float:left; width:482px;}

div.photo-index {
	padding: 0px;
	border:5px dotted purple;
}

div.navigation {
	float: left;
	position: relative;
}

div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
	/*border:5px dashed black;*/
}
div.navigation a.pageLink:focus {
	outline: none;
}


.article1col ul.thumbs li {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	background:none;
	height:75px;
}

div#carousel-content{margin-top:20px;}

div .anyClass{border:none; display:inline; float:left;}

a.thumb {
	display: block;
	padding: 0px;
	margin:0px;
}
a.thumb:focus {
	outline: none;
	margin:0px;
	padding: 0px;
}
ul.thumbs img {
	padding:0px;
	margin:0px;
}
li.thumbs {
	position:relative;
}

div.slideshow-container {
	position: relative;
	float: left;
	height: auto;
	top:0px;
	left:0px;
}

div.slideshow img{
	border:1px solid #999;
	padding:0px;
	margin:0px;
	position:absolute;
	top:0px;
	left:0px;
	display: block;
}


***************************************************
***************************************************
***************************************************

div.navigation a.prev {
	background-image: url(../images/prevPageArrow.gif);
}
div.navigation a.next {
	background-image: url(../images/nextPageArrow.gif);
}
div.loader {
	background-image: url(../images/loader.gif);
}

div.caption .linkSpecial {
	padding-left:10px;
	background: url(../images/arrowred.gif) no-repeat left center;
	*background: url(../images/arrowred.gif) left 20px no-repeat;
	zoom: 1;
}

/**
 *  Horizontal Buttons
 */
.next {
    width: 32px;
    height:32px;
    cursor: pointer;
    background: transparent url(/resources/images/next-horizontal.png) no-repeat 0 0;
	border:none;
	display:inline;
	float:left;
	margin-top:21px;
}

.next:hover  {
    background-position: -32px 0;
}

.next:active {
    background-position: -64px 0;
}

.next disabled {
    cursor: default;
    background-position: -96px 0;
}

.prev {
    width: 32px;
    height: 75px;
    cursor: pointer;
    background: transparent url(/resources/images/prev-horizontal.png) no-repeat 0 0;
	border:none;
	display:inline;
	float:left;
	margin-top:21px;
}

.prev:hover {
    background-position: -32px 0;
}

.prev:active {
    background-position: -64px 0;
}

.prev disabled {
    cursor: default;
    background-position: -96px 0;
}
