@charset "UTF-8";
/* CSS Document */


div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	float:right;
	width:406px;
	height:468px;
	margin-right:23px;
	margin-top:2px;
	background-color:#FFFFFF;
	
}

#sidebarIdentity{
	float:left;
	width:439px;
	height:494px;
	background-image:url(../../images/identityGridLg2.png);
	
}

#slideshow-adv {
	height:468px;
}


div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
}
div.slideshow img {
	border: none;
	display: block;
}


/* TITLE & DESC. */
div.embox {
	clear: both;
}

#caption-adv {
	float:left;
	width:235px;
	height:450px;
	margin-left:9px;
	padding-left:15px;
}

div.image-title {
	float:left;
	width:220px;
	height:210px;
	margin: 39px 4px 10px 0;
	line-height:16px;
}

div.image-title img{
	margin-bottom:20px;
}

div.image-desc {
	float:left;
	width:220px;
	height:171px;
	margin: 0 0 29px 0;
	line-height:16px;
}

div.navigation {
	
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

/* New Thumb Class */
.identityLogos{
	float:right;
	width:171px;
	height:492px;
	padding-top:14px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0 7px 7px 0;
	list-style: none;
}

ul.thumbs li a {
	display: block;
}

ul.thumbs li a:hover {
	display: block;
	border:none;
}

ul.thumbs li.selected a {

}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

/* Pagination - HIDDEN */
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination strong {
	font:normal normal 90% Georgia, Times, serif;
	line-height:1.3em;
	letter-spacing:.1em;
	color:#39362F;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0 7px 2px 0px;
	
}
div.pagination a:hover {
	text-decoration: none;
	color:#C8AC82
}


/* Next Previous - HIDDEN */
div.controls {
	margin-top:0px;
	height: 23px;
}

/* Play - HIDDEN */
div.ss-controls {
	float: right;
}
div.ss-controls span {
	cursor: pointer;
	font:normal normal 90% Georgia, Times, serif;
	line-height:2em;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#39362F;
	background:url(../../../new-TEST/images2/flower.png) top left no-repeat; 
	background-position:0 2px;
}
div.nav-controls {
	float: left;
}
div.nav-controls a {
	padding-right:10px;
	font:normal normal 90% Georgia, Times, serif;
	line-height:2em;
	letter-spacing:.1em;
	color:#39362F;
}

div.nav-controls a:hover {
	text-decoration:none;
	color:#C8AC82;
}

/* Image Blocker */

#block{
	height:480px;
	width:300px;
	z-index:100;
	position:absolute;
	top: 318px;
}

