.mainvisual  {
	height: 430px;
	width: 777px;
	position: relative;
	margin: 0px 0px 10px 0px;
	overflow:hidden;
}
	
.mainvisualoverlay {
	position: absolute;
	top: 0px; 
	right: 0px;
	width: 170px;
	height: 395px;
	
	color: grey;
	background-color: white;
	
	padding: 30px 15px 5px 15px;
	
	overflow: hidden;
	
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9; 	
}

img {
	border: none;
}


.linklinktitlebox {
	margin: 5px 5px 5px 25px;
}

.linkcontainer {
	margin: 5px 0px 0px 5px;
}

.linkcontainer a {
	color: black;
	text-decoration: none;
}

.linkcontainer a.selected {
	text-decoration: none;
	border-bottom: 2px solid #315490;
}

.linkcontainer .sectionlinkbox {
	padding: 1px 10px 1px 0px;
	margin: 10px 10px 10px 0px;
	float: left;
	display: inline;
	width: 30%;
	text-align: center;
}

.linkcontainer .sectionlinkbox  h2 {
	width: 100%;
}

.linkcontainer .sectionlinkbox img {
	margin: 20px 0px 0px 0px;
}

.linkcontainer .sectionlinkbox  a{
	color: #315490;
}


.detailscontainer  .details {
	margin: 20px 5px 5px 5px;
}

.detailscontainer  .details a {
	text-decoration: none;
}

.detailscontainer  .details  img {
	/*margin-left: 3px;*/
	border: 2px solid transparent;
}

.detailscontainer  .details  .selectedpic {
	border: 2px solid #315490;
}

.finfo {
	clear: both;
	margin: 10px;
	padding: 20px 0px 30px 0px;
}

#visualtitle {
	font-family: "Corbel Italic", Arial, sans-serif;
	font-size: 16pt;
	color: #315490;
}


#visualdesc {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #575757;	
	font-weight: normal;
	font-style: normal;
}


div.sectionimagesthumb a.browse {
	margin:40px 0 0;
}
div.sectionimagesthumb div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 725px; 
    height: 120px; 
} 
div.sectionimagesthumb div.scrollable  img{
	padding: 0px;
}
 
div.sectionimagesthumb div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.sectionimagesthumb div.scrollable div.items div { 
    float:left; 
} 
 
div.sectionimagesthumb div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}


.sectionimagesthumb {
	width:770px;
}

.sectionimagesthumb .slideshow {
	border:0 solid #000035;
	float:left;
/*	height:180px;*/
	overflow:hidden;
	width:720px;
}

.sectionimagesthumb .slideshow ul {
	padding-left:0;
	width:3900px;
}

.sectionimagesthumb .slideshow  ul li {
	float:left;
	margin:0;
	overflow:hidden;
	width:180px;
	list-style:none outside none;
	/*padding:0 45px 0 10px;*/
}

.leftArrowBox {
	display:block;
	float:left;
	height:100px;
	padding:40px 2px 0 5px;
	display: none;
}

.rightArrowBox {
	display:block;
	float:left;
	height:100px;
	padding:40px 0 0 4px;
	display: none;
}

