  #toggle-container-464{
	margin-bottom: 14px;	
}
#optics-controls {
	display: none;
	padding: 3px 3px 3px 0;
}
#optics-images {
    margin: 14px 0 0 0;
    position: relative;
	clear:both;
}
#optics-images  {
	position: relative;
	top: 0;
	left: 0;
}
#optics-images #overlayimg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}


/* Gel buttons */
div#optics-controls ul li span.fifty{
	width: 50px;
}
div#optics-controls ul li span.sixty{
	width: 60px;
}
div#optics-controls ul li span.seventy{
	width: 70px;
}
div#optics-controls ul li span.eighty{
	width: 80px;
}
div#optics-controls ul li span.ninety{
	width: 90px;
}
div#optics-controls ul li span.hundred{
	width: 100px;
}
div#optics-controls ul li span.hundredten{
	width: 110px;
}
div#optics-controls ul li span.hundredtwenty{
	width: 120px;
}
div#optics-controls ul li span.hundredthirty{
	width: 130px;
}
div#optics-controls ul li span.hundredforty{
	width: 140px;
}
div#optics-controls ul li span.hundredfifty{
	width: 150px;
}


/* Overide the blue anchor page style with white for the Gel style toggle */
div#optics-controls a {
	font-weight:normal;
	color: #ffffff;
}

div#optics-controls h3 {
	float: left;
	position: relative;
	top: 4px;
	margin-right: 8px;
	font-weight: normal;
}

/* Position the list items for the menu*/
div#optics-controls ul li{
	float:left;
	background-image:none;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

/* Style the span which contains the menu label including the left seperator*/
div#optics-controls ul li span{
	background-color:#404040;
	display:block;
	float:left;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
}

/* Overide the left seperator for the first menu item*/
div#optics-controls ul li span.selected a{
	font-weight: bold;
	text-decoration:none;
}

div#optics-controls ul li span.selected {
	background-color:#d1700e;
}
div#optics-controls ul li span.selected:hover{
	background-color:#d1700e;
	text-decoration:underline;
}

div#optics-controls ul li span:hover {
	background-color:#000000;
}

