.rad {
/*	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;*/
}

.header-left-td p {
	margin: 0;
	padding-left:15px;
	padding-right:15px;
}

.header-right-td {
	width: 330px;
}

.header-left-td {
	width: 390px;
	padding-left: 0;
	padding-right: 0;
}

.content-2 {
	height: auto;
}

#picture-box {
	position: absolute;
	top: 14px !important;
	width: 330px;
}

#text-box {
	color: #000;
	height: 330px !important;
	overflow: hidden;
	width: 324px;
	position: relative;
}

#text-box  div {
	width: auto;
	display: none;
}

#picture {
	position: relative;
	height: 330px;
	margin: auto;
	width: 330px;
	overflow: hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#picture img {
	position: absolute;
	display: none;
	width: 330px;
	height:330px;
}

#picture img.active {
	display: block;
}

#next,#prev {
	cursor: pointer;
	height: 45px;
	position: absolute;
	top: 143px;
	width: 22px;
	z-index: 100;
}

#prev {
	/*background: url(images/btn-prev.png) center center;*/
	left: 0;
}

#next {
	/*background: url(images/btn-next.png) center center;*/
	right: 0;
}

#indicator {
/*	background: url(images/indicator-shadow.png) no-repeat center
		bottom;
	height: 40px;
	margin: auto;
	width: 500px;*/
}

#indicator div {
	bottom: 0;
	background: url(images/indicator-bg.png);
	position: absolute;
	text-align: center;
	left:0;
	right: 0;
	height: 20px;
	padding: 5px 0 0 5px;
	zoom: 1;
	cursor: default;
}

#indicator div span {
	background: url(images/indicator.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 2px;
	width: 12px;
}

#indicator .highlight {
	background: url(images/indicator-active.png) no-repeat;
}

.footer {
	padding-top: 75px;
	clear: both;
}

.content-box {
	float: left;
	margin-top: 140px;
	width: 33%;
}

.content-box.left {
	margin-top: 50px;
	height: 300px;
	width: 42%;
}

.content-box.left * {
	margin-left: 0;
	width: 85%;
}

.content-box.middle {
	width: 30%;
	padding-right: 4%;
}

.content-box.right {
	width: 23%;
}

#toggle-box .toggle-head {
	background: url(images/btn-toggle.gif) no-repeat 0 0px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	display: block;
	font-size: 13px;
	padding: 6px 0 6px 24px;
}

#toggle-box .toggle-head:hover {
	color: #168EF4;
}

#toggle-box .toggle-head.active {
	background: url(images/btn-toggle.gif) no-repeat 0 -66px;
	border: none;
	color: #168EF4;
	margin-bottom: 4px;
}

#toggle-box .toggle-content {
	display: none;
	padding-bottom: 10px;
	padding-left: 23px;
}

#toggle-box .toggle-content-active {
	border-bottom: 1px solid #ccc;
	display: inline-block;
}

h2 {
	margin-bottom: 10px;
}

.content-box.right a {
	display: block;
	padding: 6px 0 6px 24px;
}

.header-table {
	position:relative;
	top:-23px;
	/*left:-18px;*/
	margin: 0 auto;
	padding: 0;
	width: 670px;
}

.header-table td {
	vertical-align: top;
}

.header-table img {
	display: block;
	margin: 0;
	padding: 0;
}

.header-left-td {
	width: 330px;
	color: #ffffff;
	padding: 14px 0 32px 10px;
	background-color: inherit;
}

a.find-more-btn:link,
a.find-more-btn:visited
{
	font-family: Verdana;
	font-size: 11px;
	display: block;
	padding: 0 12px;
	line-height: 22px;
	/*text-indent: -9999px;*/
	position:absolute;
	bottom:0;
	right:0;
	
	background-repeat:no-repeat;
	background-position:center center;
}
.bg{
	background:url(images/btn-find-more.png);
}
.en{
	background:url(images/btn-read-more.png);
}

td.spacer-td {
	display:block;
	/*width:300px;*/
}

h6 a:link,
h6 a:visited
 {
	font-size:1.5em;
	font-weight: bold;
}

.time{
	display: block;
	font-size: 0.75em;
	margin-left: 10px;
	line-height: 300%;
	color: #969696;
}



