html {
	-ms-overflow-y: scroll;
}
.rad {
	border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
}
.header-left-td p {
	margin: 0px; padding: 0px;
}
.header-right-td {
	width: 555px;
}
.header-left-td {
	width: 390px; padding-right: 0px; padding-left: 0px;
}
.content-2 {
	height: auto;
}
#picture-box {
	top: 26px;
	width: 550px;
	position: absolute;
}
#text-box {
	width: 370px; height: 270px; color: rgb(255, 255, 255); overflow: hidden;
}
#text-box div {
	width: auto; display: none;
}
#picture {
	background: rgb(204, 204, 204); margin: auto; border: 6px solid rgb(255, 255, 255); width: 500px; height: 320px; overflow: hidden; position: relative; box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.3); -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
}
#picture img {
	top: -5px; width: 500px; display: none; position: absolute;
}
#picture img.active {
	display: block;
}
#next {
	top: 143px; width: 44px; height: 44px; position: absolute; z-index: 100; cursor: pointer;
}
#prev {
	top: 143px; width: 44px; height: 44px; position: absolute; z-index: 100; cursor: pointer;
}
#prev {
	background: url("../images/icons/btn-prev.png") center; left: 0px;
}
#next {
	background: url("../images/icons/btn-next.png") center; right: 0px;
}
#indicator {
	background: url("../images/icons/indicator-shadow.png") no-repeat bottom; margin: auto; width: 500px; height: 40px;
}
#indicator div {
	left: 200px; width: 150px; text-align: center; bottom: 0px; position: absolute; cursor: default; -ms-zoom: 1;
}
#indicator div span {
	background: url("../images/icons/indicator.png") no-repeat; margin: 2px; width: 12px; height: 12px; display: inline-block; cursor: pointer;
}
#indicator .highlight {
	background: url("../images/icons/indicator-active.png") no-repeat;
}
.footer {
	padding-top: 75px; clear: both;
}
.content-box {
	width: 33%; margin-top: 100px; float: left;
}
.left.content-box {
	width: 42%; height: 300px; margin-top: 50px;
}
.left.content-box * {
	width: 85%; margin-left: 0px;
}
.middle.content-box {
	width: 30%; padding-right: 4%;
}
.right.content-box {
	width: 23%;
}
#toggle-box .toggle-head {
	background: url("../images/icons/btn-toggle.gif") no-repeat 0px 0px; padding: 6px 0px 6px 24px; font-size: 13px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; display: block; cursor: pointer;
}
#toggle-box .toggle-head:hover {
	color: rgb(22, 142, 244);
}
#toggle-box .active.toggle-head {
	background: url("../images/icons/btn-toggle.gif") no-repeat 0px -66px; border: currentColor; color: rgb(22, 142, 244); margin-bottom: 4px;
}
#toggle-box .toggle-content {
	padding-bottom: 10px; padding-left: 23px; display: none;
}
#toggle-box .toggle-content-active {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; display: inline-block;
}
h2 {
	margin-bottom: 10px;
}
.right.content-box a {
	padding: 6px 0px 6px 24px; display: block;
}
.text a {
	color: rgb(255, 255, 255);
}
