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

#spry_box_gallery
{
	margin-top:4px;
	margin-bottom:4px;
	margin-left:76.75px;
	width: 80%;
	float:left;
}

#gallery_container
{
	margin-left:66px;
	width:80%;
	float:left;
}

#Gallery 
{
	width: 580.5px;
	margin: 0px 0px 0px 0px;
	border: solid 0px transparent;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#Gallery .ISSName 
{
	top: -24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	color: transparent;
}

#Gallery .ISSSlideTitle 
{
	top: -18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	overflow: hidden;
	color: transparent;
	text-transform: none;
}

#Gallery .ISSClip 
{
	height: 432px;
	margin: 0 10px 10px 10px;
	border: solid 1px transparent;
	background-color: #dddddd;
}

#Gallery .ISSControls 
{
	top: 11px;
	height: 432px;
}

#Gallery .FilmStrip 
{
	height: 80px;
	background-color: #dddddd;
}

#Gallery .FilmStripPreviousButton, #Gallery .FilmStripNextButton 
{
	width: 25px;
	height: 80px;
}

#Gallery .FilmStripTrack 
{
	height: 80px;
}

#Gallery .FilmStripContainer 
{
	height: 80px;
}

#Gallery .FilmStripPanel 
{
	height: 80px;
	padding-left: 10px;
	margin-right: 0px;
}

#Gallery .FilmStripPanel .ISSSlideLink 
{
	margin-top: 10px;
	border: solid 1px transparent;
	background-color: #dddddd;
}

#Gallery .FilmStripPanel .ISSSlideLinkRight 
{
	border: solid 1px #dddddd;
	width: 56px;
	height: 47px;
	margin: 4px 4px 4px 4px;
}

#Gallery .FilmStripCurrentPanel .ISSSlideLink 
{
	background-color: #333333;
	border-color: #333333;
}

#Gallery .FilmStripCurrentPanel .ISSSlideLinkRight 
{
	border-color: #333333;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	
	/* THIS CHANGES WITH # OF MENU ITEMS (NOT %). */ 
	width: 140px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default; 
	
	/* THIS CHANGES WITH # OF MENU ITEMS (NOT %). */ 
	width: 140px;
	position: absolute;
	left: -1000em;
}