/*------------------------------------------------------------------------
* Copyright (c) 2008-2012 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	line-height: 21px;
	font-family: Arial;
	
}
body#bd {
	color: #606060;
	background: url(../images/bd.png) repeat 0 0;
}
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
 head~body #opera { display: block; }
}

/* Clearfix */
.clearfix {
	clear: both;
}
#zt-wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: url(../images/slideshow_bg.png) no-repeat center 10px;
}
#zt-wrapper-inner {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.zt-wrapper {
	width: 960px;
	margin: 0 auto;
}
#zt-userwrap1,
#zt-userwrap2,
#zt-userwrap3,
#zt-userwrap4,
#zt-userwrap5,
#zt-userwrap6,
#zt-userwrap7,
#zt-top {
	margin: 10px 0;
	width: 100%;
}
#zt-userwrap1-inner,
#zt-userwrap2-inner,
#zt-userwrap3-inner,
#zt-userwrap4-inner,
#zt-userwrap5-inner,
#zt-userwrap6-inner,
#zt-userwrap7-inner,
#zt-top-inner {
	padding: 10px 0;
	width: 100%;
	clear: both;
}




/** BEGIN EDIT **/
/*left-right*/
div.zt-left, div.zt-right {
    margin: 0;
    padding: 0;
    width: 49%;
}
div.zt-left{
	clear: left;
    float: left;
}
div.zt-right{
	float:right;
}

#zt-userwrap2-inner {
	overflow: hidden;
	width: 100%;
}
#zt-userwrap7 {
	width: 100%;
	background: url(../images/bottom_bg.png) no-repeat center;
}
#zt-userwrap7-inner {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#zt-userwrap5-inner ,
#zt-userwrap6-inner{
	padding: 10px;
	width: auto;
}
/* CLASS EDIT
-------------------------------------------------------------*/

/* BEGIN HEADER
-------------------------------------------------------------*/
#zt-header {
	width: 100%;
	background: url(../images/header_bg.png) repeat-y center;
}
#zt-header-inner {
	padding: 0 50px;
	overflow: hidden;
}
#zt-logo {
	width: 53%;
	float: left;
	margin: 20px 0;
}
#zt-logo a{
	height: 100%;
	margin: 0;
}
#zt-logo a {
	width: 180px;
	height: 83px;
	display: block;
	float: left;
	background: url(../images/logo.png) no-repeat 0 0;
}
#zt-logo span {
	font-size: 160%;
	padding: 30px 0 0 10px;
	float: left;
	color: #ababab;
	font-family: "Times New Roman";
}
#zt-search {
	padding: 50px 0 0 0;
	width: 300px;
	float: right;
}
#zt-search div.search {
	width: 255px;
	height: 26px;
	overflow: hidden;
	background: url(../images/bg-search.jpg) no-repeat 0 0;
}
#zt-search div.search  label{

	display:none;
}
#zt-search div.search .inputbox {
	margin: 0;
	padding: 5px 0 0 15px;
	border: none;
	float: left;
	background: none;
}
#zt-search div.search .button {
	height: 20px;
	width: 20px;
	line-height: 1px;
	text-indent: -999em;
	float: right;
	background: url(../images/bg-button-search.png) no-repeat 0 6px;
}
#zt-mainmenu {
	height: 40px;
	background: url(../images/mainmenu_bg.png) no-repeat center top;
	overflow: hidden;
}
#zt-mainmenu-inner {
	width: 100%;
	overflow: hidden;
}
/* END HEADER
-------------------------------------------------------------*/

/* BEGIN CONTAINER
-------------------------------------------------------------*/
#zt-mainbody,
#zt-mainbody-left,
#zt-mainbody-right,
#zt-mainbody-full {
	width: 100%;
}
#zt-container,
#zt-container-right,
#zt-container-full {
	width: 100%;
	overflow: hidden;
}
#zt-right,
#zt-left{
	width: 185px;
	float: left;
	color: #d3d3d3;
}
#zt-content {
	float: left;
	width: 590px;
}

#zt-mainbody-right #zt-content,
#zt-mainbody-left #zt-content {
	width: 775px;
}

#zt-mainbody-full #zt-content {
	width: 100%;
	float: none;
}
#zt-maincontent-inset {
	width: auto;
	padding: 0 10px;
}
#zt-maininset {
	margin-bottom: 15px;
	padding-left: 10px;
}

#zt-mainbody-t,
#zt-mainbody-b,
#zt-mainbody-c {
	width: 100%;
	display: block;
	overflow: hidden;
}
#zt-mainbody-t {
	padding: 42px 0 0 0;
	background: url(../images/bg-mainbody-tb.png) no-repeat center top;
}
#zt-mainbody-b {
	padding: 0 0 42px 0;
	background: url(../images/bg-mainbody-tb.png) no-repeat center bottom;
}
#zt-mainbody-c {
	background: url(../images/bg-mainbody-c.png) repeat-y center;
}

#zt-mainbody-right #zt-mainbody-t {
	padding: 36px 0 0 0;
	background: url(../images/bg-mainbody-tb-right.png) no-repeat center top;
}
#zt-mainbody-right #zt-mainbody-b {
	padding: 0 0 36px 0;
	background: url(../images/bg-mainbody-tb-right.png) no-repeat center bottom;
}
#zt-mainbody-right #zt-mainbody-c {
	background: url(../images/bg-mainbody-c-right.png) repeat-y center;
}

#zt-mainbody-left #zt-mainbody-t {
	padding: 36px 0 0 0;
	background: url(../images/bg-mainbody-tb-left.png) no-repeat center top;
}
#zt-mainbody-left #zt-mainbody-b {
	padding: 0 0 36px 0;
	background: url(../images/bg-mainbody-tb-left.png) no-repeat center bottom;
}
#zt-mainbody-left #zt-mainbody-c {
	background: url(../images/bg-mainbody-c-left.png) repeat-y center;
}

#zt-mainbody-full #zt-mainbody-t {
	padding: 36px 0 0 0;
	background: url(../images/bg-mainbody-tb-full.png) no-repeat center top;
}
#zt-mainbody-full #zt-mainbody-b {
	padding: 0 0 36px 0;
	background: url(../images/bg-mainbody-tb-full.png) no-repeat center bottom;
}
#zt-mainbody-full #zt-mainbody-c {
	background: url(../images/bg-mainbody-c-full.png) repeat-y center;
}
/* END CONTAINER
-------------------------------------------------------------*/

/* BEGIN FOOTER 
-------------------------------------------------------------*/

.zt-user{
	float: left;
	overflow: hidden;
}
.zt-box-left .zt-box-inside,
.zt-box-center .zt-box-inside {
	padding: 0 10px;
}
.zt-box-right {
	float: right;
}

.zt-box-full {
	width: 100%;
	margin-left: 0px !important;
}

#zt-bottom {
	width: 100%;
	color: #b3b3b3;
	margin-bottom: 10px;
	text-align: center;
}
#zt-bottom-inner {
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
}
#zt-footermenu {
	float: right;
	display: block;
	width: 70%;
	color: #FFF;
	text-align: right;
}
#zt-footermenu-inner {
	padding: 0 20px 0 0;
	overflow: hidden;
}
#zt-footermenu a {
	padding: 0;
	color: #fff;
}
#zt-copyright a{
	color: #00bbfd;
}
#zt-ft{
  position: absolute;
  top: 0px;
  left: -5500px;
  }
#zt-footermenu ul.menu {
	margin: 0;
	padding: 5px 0 0 0;
	overflow: hidden;
}
#zt-footermenu ul.menu ul {
	display: none;
}
#zt-footermenu ul.menu li {
	margin: 0;
	padding: 0 10px;
	background: none;
	display: inline;
	border-right: 1px solid #717171;
}
#zt-footermenu ul.menu li:last-child,
ul.lastest li:last-child {
	border: none;
}
#zt-copyright {
	width: 100%;
}
/* END FOOTER 
----------------------------------------------*/

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.module,
div.module_menu,
div.module_text,
div.moduletable_poll {
	clear: both;
	margin: 0 0 15px 0;
	position: relative;
	clear: both;
	overflow: hidden;
}
div.modulecontent {
	padding: 0px;
}

ul.zt_maccordion {
	margin: 0;
}
#zt-left ul.menu,
#zt-right ul.menu {
	margin:0;
}

#zt-inset,
#zt-inset-inner {
	width: 100%;
	overflow: hidden;
}
/* BEGIN FRAME 
----------------------------------------------*/
.color2,
div.Popular a.color2 {
	color: #03a9e4;
}
.color3 {
	color: #101010;
}
.font12 {
	font-size: 12px;
}
.font11 {
	font-size: 11px;
	text-decoration: underline;
	text-transform: uppercase;
}
.font13 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	display: block;
	line-height: normal;
}
.font15 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.font17 {
	font-size: 17px;
	text-decoration: underline;
}
ul.static li {
	border-bottom: 1px solid #232325;
	padding: 0;
	padding: 3px 1px;
	background: none;
}
.hidden {
	overflow: hidden;
	display: block;
}
a.readmore {
	float: left;
	color: #00bbfd;
	padding-left: 15px;
	font-size: 10px;
	text-transform: uppercase;
	background: url(../images/icon_more.png) no-repeat 0 3px;
}

.module-tl {
	padding-left: 5px;
	display: block;
	height: 6px;
	background: url(../images/bg-module.png) no-repeat 0 0;
}
.module-tr {
	margin: 0 5px;
	padding-right: 5px;
	display: block;
	height: 6px;
	background: url(../images/bg-module.png) no-repeat 100% -14px;
}
.modulecontent-l {
	padding-left: 6px;
	padding-right: 5px;
	background: url(../images/left-line.png) no-repeat 5px center;
}
.modulecontent-r {
	padding-right: 1px;
	background: url(../images/left-line.png) no-repeat 100% center;
}
.modulecontent-inner {
	padding: 10px;
	overflow: hidden;
	background: #18181A;
}
.module-bl {
	padding-left: 5px;
	display: block;
	height: 6px;
	background: url(../images/bg-module.png) no-repeat 0 -7px;
}
.module-br {
	margin: 0 5px;
	padding-right: 5px;
	display: block;
	height: 6px;
	background: url(../images/bg-module.png) no-repeat 100% -21px;
}
.module-c {
	width: 100%;
	overflow: hidden;
}
h3.moduletitle {
	margin: 0;
	padding-right: 5px;
	color: #39425a;
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFF;
}

.module-c h3.moduletitle {
	background: url(../images/bg-moduletitle.png) no-repeat 100% -30px;
}
.module-c h3.moduletitle span {
	padding-left: 10px;
	display: block;
	line-height: 30px;
	background: url(../images/bg-moduletitle.png) no-repeat 0 0;
}


.zt-tc,
.zt-bc {
	background: url(../images/user1_line.png) repeat-x 0 0;
	display: block;
	height: 10px;
	margin: 0 10px;
	position: relative;
}
.zt-bc {
	background: url(../images/user1_line.png) repeat-x 0 -10px;
}
.zt-c {	
	width: auto;
	display: block;
	padding: 0 1px;
	background: url(../images/user1_line.png) repeat-x 0 -40px;
}
.zt-c-inset {
	overflow: hidden;
	padding: 0 12px;
	background: url(../images/user1_line.png) repeat-x 0 -220px;
}
.zt-tl {
	display: block;
	height: 10px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 10px;
	overflow: hidden;
	background: url(../images/round_1.png) no-repeat left top;
}
div.module_round h3.moduletitle {
	margin: 0;
	color: #f4f3f3;
	font-size: 18px;
}
.zt-tr {
	display: block;
	height: 10px;
	position: absolute;
	right: -10px;
	top: 0;
	width: 10px;
	overflow: hidden;
	background: url(../images/round_1.png) no-repeat right top;
}

.zt-bl {
	display: block;
	height: 10px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 10px;
	background: url(../images/round_1.png) no-repeat left bottom;
}
.zt-br {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	right: -10px;
	top: 0;
	background: url(../images/round_1.png) no-repeat right bottom;
}

.scroller-slider div.catpanel > div > span.img {
	width: 68px;
	height: 130px;
	padding: 2px;
	float: left;
	margin-right: 15px;
	background: url(../images/img-border.png) no-repeat 0 0;
}
.ztcarousel-item img {
	width: 51px;
	height: 51px;
	border: 0;
	margin: 0;	
}
.ztcarousel-item p {
	color: #ababab;
	margin: 10px 0;
}
a.ztcarousel_mtitle  {
	font-size: 16px;
	color: #fff;
	display: block;
}

.items-row{margin-top:10px;}

#zt-left h3.moduletitle {
	padding: 0;
	color: #131314;
	padding-left:10px;
}
#zt-left h3.moduletitle {
	background: url(../images/bg-moduletitle-left.png) no-repeat 0 0;
}

#zt-right h3.moduletitle {
	padding: 0;
	color: #131314;
	padding-left:10px;
}
#zt-right h3.moduletitle{
	background: url(../images/bg-moduletitle-right.png) no-repeat 0 0;
}


#zt-left .module-tr {
	margin-right: 0;
	padding-right: 0;
	background: url(../images/bg-module-tb.png) no-repeat 0 0;
}
#zt-left .module-tl {
	padding: 0;
	background: none;
}
#zt-left .module-br {
	margin-right: 0;
	padding-right: 0;
	background: url(../images/bg-module-tb.png) no-repeat 0 -7px;
}
#zt-left .module-bl {
	padding: 0;
	background: none;
}
#zt-left .modulecontent-l {
	padding-right: 0;
}
#zt-left .modulecontent-r {
	background: none;
}

#zt-right .module-tr {
	margin-left: 0;
	padding-left: 0;
	background: url(../images/bg-module-tb.png) no-repeat 0 -17px;
}
#zt-right .module-tl {
	padding: 0;
	background: none;
}
#zt-right .module-br {
	margin-left: 0;
	padding-left: 0;
	background: url(../images/bg-module-tb.png) no-repeat 0 -24px;
}
#zt-right .module-bl {
	padding: 0;
	background: none;
}
#zt-right .modulecontent-l {
	padding-left: 0;
	background: none;
}
#zt-right .modulecontent-r {
	padding-left: 0;
}

#zt-left .modulecontent-inner,
#zt-right .modulecontent-inner {
	overflow: hidden;
	padding: 0 10px;
}
#zt-left div.moduletable_menu .modulecontent-inner,
#zt-right div.moduletable_menu .modulecontent-inner {
	padding: 0;
}

#zt-left .modulecontent-inner {
	background: #18181a url(../images/bg-modulecontent-inner-left.jpg) repeat-y right;
}
#zt-right .modulecontent-inner {
	background: #18181a url(../images/bg-modulecontent-inner-right.jpg) repeat-y left;
}

#zt-logo-into {
	padding: 10px 0 0 10px;	
	float: left;
	width: 20%;
	height: 35px;
}
#zt-logo-into a {
	width: 119px;
	height: 29px;
	display: block;
	background: url(../images/logo-into.png) no-repeat 0 0;	
}
.modlecontent-inset {
	padding: 5px 0;
	overflow: hidden;
}
ul.menu li,
.zt_aclickmenu_wrap .zt_maccordion li {
	background: url(../images/left-menu.png) no-repeat 100% 0;
	line-height: 35px;
}
ul.menu li a {
	color: #e3fbff!important;
	padding-left: 15px;
	text-transform: capitalize;
}
#zt-right ul.menu li,
#zt-right .zt_aclickmenu_wrap .zt_maccordion li {
	background: url(../images/right-menu.png) no-repeat 0 0;
}
#zt-right ul.menu ul li,
#zt-right ul.Popular ul li,
#zt-right .zt_aclickmenu_wrap .zt_maccordion ul li {
	background: url(../images/menu-noshadow.png) no-repeat 100% 0;
}

.zt_aclickmenu_wrap .zt_maccordion li  {
	padding: 3px 0;
	line-height: 26px;
}
.zt_aclickmenu_wrap .zt_maccordion ul {
	padding: 0;
}
.zt_aclickmenu_wrap ul.zt_maccordion ul {
	padding: 0;
}

div.zt_aclickmenu_wrap .wrap_link a.readmore  {
	background: none;
	color: #e3fbff;
	text-transform: capitalize;
}
ul.zt_maccordion a,
ul.zt_maccordion a.readmore {
	padding-left: 15px;
	color: #E3FBFF!important ;
	font-size: 13px;
}
ul.zt_maccordion ul a,
ul.zt_maccordion ul a.readmore,
#zt-left ul.menu ul a,
#zt-right ul.menu ul a {
	padding-left: 30px;
}
ul.zt_maccordion ul ul a,
ul.zt_maccordion ul ul a.readmore,
#zt-left ul.menu ul ul a,
#zt-right ul.menu ul ul a {
	padding-left: 45px;
}
ul.zt_maccordion ul ul ul a,
ul.zt_maccordion ul ul ul a.readmore,
#zt-left ul.menu ul ul ul a,
#zt-right ul.menu ul ul ul a {
	padding-left: 60px;
}
ul.zt_maccordion a.trigger {
	padding: 0;
}
.rec-poll {
	margin: 5px 0 10px 0;
	padding: 0 10px;
	background: #1f1f21;
	border-top: 1px solid #28282a;
	border-bottom: 1px solid #28282a;

}
span.poll {
	padding: 10px 0 10px 10px;
	display: block;
}
#modlgn-username,
#modlgn-passwd {
	border-radius: 6px;
	-moz-border-radius: 6px;
}
ul.login li a ,
ul.Popular li a{
	color: #00bbfd;
}
ul.lastest {
	padding: 0;
}
ul.lastest li {
	color: #d3d3d3;
	margin-bottom: 10px;
	line-height: 18px;
	padding: 3px 0;
	overflow: hidden;
	border-bottom: 1px solid #28282a;
	background: none;
}
ul.lastest a.item {
	font-weight: bold;
	display: block;
	color: #d3d3d3;	
}
div.Popular  {
	padding: 10px 0;
}
div.Popular a {
	color: #d3d3d3;	
	word-spacing: 10px;
}
ul.login {
	padding: 0;
	padding-top: 10px;
}
ul.Popular {
	padding: 0;
}
ul.Popular li {
	padding: 0;
	background: none;
}
.pathway  {
	font-weight: bold;
	color: #00bbfd;
}


div.leading-tc, div.leading-bc{
	display: block;
	height: 6px;
	margin: 0 6px;
	clear: both;
	position: relative;
	background: url(../images/leading-tc.png)  repeat-x 0 0;
}
div.leading-bc {
	background-position: 0 -6px;;
}
div.leading-inset {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	background: #f6f6f6 url(../images/leading-tc.png) repeat-x 0 -13px;
}
div.leading-content {
	padding: 10px;
	overflow: hidden;
}
div.leading-tl{
	display: block;
	height: 6px;
	left: -6px;
	position: absolute;
	top: 0;
	width: 6px;
	overflow: hidden;
	background: url("../images/round_2.png") no-repeat  left top ;
}

div.leading-tr{
	display: block;
	height: 6px;
	position: absolute;
	right: -6px;
	top: 0;
	width: 6px;
	overflow: hidden;
	background: url("../images/round_2.png") no-repeat  right top ;
}
div.leading-bl{
	display: block;
	height: 6px;
	left: -6px;
	position: absolute;
	top: 0;
	width: 6px;
	background: url("../images/round_2.png") no-repeat  left bottom ;
}
div.leading-br{
	display: block;
	height: 6px;
	width: 6px;
	position: absolute;
	right: -6px;
	top: 0;
	background: url("../images/round_2.png") no-repeat  right bottom ;
}
div.zt-frame-cat .zt-category img.zt-sectcont-thumb-left {
	float: none;
	margin: 0;
}
.jv_news_wrap ul.article-item li {
	padding: 2px 0 0 12px;
	background: url(../images/pointer.png) no-repeat left center;
}
li.zt-article-title a{
	color: #101010;
	font-size: 13px;
}
p.more_link {
	color: #101010!important;
	background: url(../images/more-link.png) no-repeat 35px  center;
}
div.zt-col {
	width: 100%;
	display: block;
	margin-top: 10px;
}
div.moduletable_one ul.latestnews_one {
	padding: 0;
}
div.moduletable_one ul.latestnews_one li {
	padding: 2px 0;
	background: none;
	border-bottom: 1px solid #eaeaea;
}
div.moduletable_one ul.latestnews_one li  a {
	color: #757575;
}

#zt-top h3.moduletitle {
	text-shadow: 0 1px 0 #000;
}
#zt-userwrap5 h3.moduletitle,
#zt-inset h3.moduletitle {
	color: #03a9e4;
	font-size: 20px;
	margin-bottom: 10px;
}

div.zt-frame-cat .zt-category img.zt-sectcont-thumb-left  {
	border: 3px solid #dcdcdc;
	padding: 0;
}
div.sharding {
	height: 35px;
	display: block;
}
a.sharding1,
a.sharding2,
a.sharding3,
a.sharding4,
a.sharding5 ,
a.sharding6,
a.sharding7,
a.sharding8{
	width: 63px;
	height: 18px;
	display: block;
	position: relative;
	text-indent: -999px;
	float: left;
	background: url(../images/sharding.png) no-repeat 0 0;
}
a.sharding2 {
	background: url(../images/sharding.png) no-repeat -59px 0;
}
a.sharding3 {
	background: url(../images/sharding.png) no-repeat -115px 0;
}
a.sharding4 {
	background: url(../images/sharding.png) no-repeat -172px 0;
}
a.sharding5 {
	background: url(../images/sharding.png) no-repeat -229px 0;
}
a.sharding6 {
	background: url(../images/sharding.png) no-repeat -287px 0;
}
a.sharding7 {
	background: url(../images/sharding.png) no-repeat -342px 0;
}
a.sharding8 {
	background: url(../images/sharding.png) no-repeat -402px 0;
}
a.sharding1:hover,
a.sharding2:hover,
a.sharding3:hover,
a.sharding4:hover,
a.sharding5:hover,
a.sharding6:hover,
a.sharding7:hover,
a.sharding8:hover {
	position: relative;
	top: -10px;
	height: 27px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: url(../images/sharding.png) no-repeat 0 -18px;
}
a.sharding2:hover {
	background: url(../images/sharding.png) no-repeat -59px -18px;
}
a.sharding3:hover {
	background: url(../images/sharding.png) no-repeat -116px -18px;
}
a.sharding4:hover {
	background: url(../images/sharding.png) no-repeat -172px -18px;
}
a.sharding5:hover {
	background: url(../images/sharding.png) no-repeat -229px -18px;
}
a.sharding6:hover {
	background: url(../images/sharding.png) no-repeat -287px -18px;
}
a.sharding7:hover {
	background: url(../images/sharding.png) no-repeat -342px -18px;
}
a.sharding8:hover {
	background: url(../images/sharding.png) no-repeat -402px -18px;
}
div.pagenave > button {
	height: 18px;
	background:url("../images/arrow1.png") no-repeat scroll 0 0 ;
	
}
div.pagenave > .next {
	background-position: 0 -21px;
}
.scroller-slider > ul > li {
	background: url(../images/user1_line1.png) no-repeat bottom right;
}
div.nivo-controlNav  {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 170px;
	z-index: 9;
	cursor: pointer;
	left:10px;
	top:70px;
}
.zt-proshow-intro  {
	width: 404px;
	height: 191px;
	right: 5px;
	top: 0px;
}
.zt-proshow-intro-t,
.zt-proshow-intro-b {
	display: block;
	width: 100%;
	overflow: hidden;
}
.nivo-caption-top {
	padding: 42px 0 0 0;
	background: url(../images/slideshow_intro_top.png) no-repeat 0 0;
	position: absolute;
    right: 0;
    width: 45%;
}
.nivo-caption-bottom {
	padding: 0 0 42px 0;
	background: url(../images/slideshow_intro_bottom.png) no-repeat 0 100%;
	height:67%;
	width: 45%;
	position: absolute;
	right:0;
	padding-bottom: 42px;
	bottom:0;
}
.nivo-caption {
	padding: 0 15px;
}
.zt-proshow {
	margin: 10px 0 10px 6px;
}
div.slider-wrapper {
	position: relative;
	background: url(../images/slideshow_border.png) no-repeat 0 0;
}
.Navleft > a {
	height: 20px;
	width: 19px;
	background: url(../images/slideshow_poiter.png) no-repeat 0 0;
	float: none;
	text-indent:-999em;
}
.Navleft > a.nivo-control0  {
	background: url(../images/slideshow_poiter.png) no-repeat 0 0;
}
.Navleft > a.nivo-control1 {
	background: url(../images/slideshow_poiter.png) no-repeat -43px 0;
}
.Navleft > a.nivo-control2  {
	background: url(../images/slideshow_poiter.png) no-repeat -86px 0;
}
.Navleft > a.nivo-control3  {
	background: url(../images/slideshow_poiter.png) no-repeat -129px 0;
}
.zt-pedonheadline-group ul li span {
	display: none;
}
.nivo-caption a.readon {
	margin: 15px 0 0 0;
	padding: 0px 0 0px 25px;
	color: #03a9e4;
	float: right;
	background:  url(../images/arrow1.png) no-repeat 0 -22px;
	position: absolute;
	bottom:0;
	right:10px;
}	
.zt-proshow-intro-inner h3  {
	font-weight: normal;
	color: #00bbfd;
	margin-bottom: 10px;
}
.zt-proshow-display {
	width: 395px;
}
.handles .handles_item {
	display: none;
}
.zt_aclickmenu_wrap {
}
p.ztcarousel_title {
	margin: 0 0 10px 0;
}
ul.ztlist li {
	padding: 0 0 15px 0;
	background: none;
}