#gallery {
	width:200px;
	line-height:15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#gallery div.off {
	color:#434f6f;
	height:33px;
	line-height:33px;
	cursor:pointer;
	position:relative;
	z-index:20;
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 160px;
	float: left;
	border: 1px solid #434f6f;
	background-color: #9faccd;
}
#gallery div.on {
	color:#FFF;
	cursor:pointer;
	height:33px;
	line-height:32px;
	position:relative;
	z-index:100;
	background-repeat: repeat-y;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e2691c;
	border-right-color: #e2691c;
	border-bottom-color: #e2691c;
	border-left-color: #e2691c;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 160px;
	float: left;
	font-weight: bold;
	background-color: #9faccd;
}

div.hide {display:none; width:0; overflow:hidden;}
div.show {
	top:0px;
	line-height:18px;
	float: left;
	position: relative;
	z-index: 50;
	font-size: 11px;
	color: 1e2434;
	padding: 20px;
	height: auto;
	background-image: url(../images/bkgrd_show.png);
	border: 1px solid #e2691c;
	background-repeat: repeat-y;
}
div.show img {float:left; margin:0 10px 10px 0;}
.clear {clear:both;}
#showbox {
	width:565px;
	line-height:15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: auto;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#container_horiz_logo {
	background-image: url(../images/logoProductChannelsHoriz.png);
	height: 137px;
	width: 160px;
	z-index: 2000;
	position: absolute;
	top: 350px;
	left: 30px;
}

