/*------------------------------------------------------------------------
* JV Template 1.5 - Jan, 2010
* ------------------------------------------------------------------------
* TURTLEMANIA (C) Demon-Alukard, 2008-2010
* @license - Copyrighted Commercial Software
* Author: APL Solutions And Vision Co., LTD
* Websites:  http://www.joomgroup.com -  http://www.joomvision.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

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;
}

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

/* CLASS EDIT
-------------------------------------------------------------*/

/* BEGIN HEADER
-------------------------------------------------------------*/
#jv-header {
	width: 100%;
	background: url(../images/header_bg.png) repeat-y center;
}
#jv-header-inner {
	padding: 0 5px;
	overflow: hidden;
}
#jv-logo {
	width: 50%;
	float: left;
	margin: 0px 0;
}
#jv-logo h1 {
	height: 100%;
	margin: 0;
}
#jv-logo h1 a {
	width: 950px;
	height: 260px;
	display: block;
	float: center;
	background: url(../images/logo_main.jpg) no-repeat 0 0;

}
#jv-search {
	padding: 50px 0 0 0;
	width: 300px;
	float: right;
}
#jv-search div.search {
	width: 255px;
	height: 26px;
	overflow: hidden;
	background: url(../images/bg-search.jpg) no-repeat 0 0;
}
#jv-search div.search .inputbox {
	margin: 0;
	padding: 5px 0 0 15px;
	width: 210px;
	border: none;
	float: left;
	background: none;
}
#jv-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;
}
#jv-mainmenu {
	height: 40px;
	background: url(../images/mainmenu_bg.png) no-repeat center top;
	overflow: hidden;
}
#jv-mainmenu-inner {
	width: 100%;
	overflow: hidden;
}
/* END HEADER
-------------------------------------------------------------*/

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

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

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

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

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

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

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

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

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

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

#jv-bottom {
	width: 100%;
	color: #b3b3b3;
	margin-bottom: 10px;
	text-align: center;
}
#jv-bottom-inner {
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
}
#jv-footermenu {
	float: right;
	display: block;
	width: 70%;
	color: #FFF;
	text-align: center;
}
#jv-footermenu-inner {
	padding: 0 20px 0 0;
	overflow: hidden;
}
#jv-footermenu a {
	padding: 0;
	color: #fff;
}
#jv-copyright a{
	color: #00bbfd;
}
#jv-footermenu ul.menu {
	margin: 0;
	padding: 5px 0 0 0;
	overflow: hidden;
}
#jv-footermenu ul.menu ul {
	display: none;
}
#jv-footermenu ul.menu li {
	margin: 0;
	padding: 0 10px;
	background: none;
	display: inline;
	border-right: 1px solid #717171;
}
#jv-footermenu ul.menu li.last,
ul.lastest li.last {
	border: none;
}
#jv-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.jv_maccordion {
	margin: 0;
}
#jv-left ul.menu,
#jv-right ul.menu {
}

#jv-inset,
#jv-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: 0px;
	color: #39425a;
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-transform: normal;
	text-shadow: 1px 1px 1px #848484;
}

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


.jv-tc,
.jv-bc {
	background: url(../images/user1_line.png) repeat-x 0 0;
	display: block;
	height: 10px;
	margin: 0 10px;
	position: relative;
}
.jv-bc {
	background: url(../images/user1_line.png) repeat-x 0 -10px;
}
.jv-c {	
	width: auto;
	display: block;
	padding: 0 1px;
	background: url(../images/user1_line.png) repeat-x 0 -40px;
}
.jv-c-inset {
	overflow: hidden;
	padding: 0 12px;
	background: url(../images/user1_line.png) repeat-x 0 -220px;
}
.jv-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;
}
.jv-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;
}

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

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

#jv-left h3.moduletitle {
	color: #131314;
	background: url(../images/bg-moduletitle-left.png) no-repeat 0 0;
}
#jv-left h3.moduletitle span {
	background: none;
}

#jv-right h3.moduletitle {
	color: #131314;
	background: url(../images/bg-moduletitle-right.png) no-repeat 0 0;
}
#jv-right h3.moduletitle span {
	background: none;
}


#jv-left .module-tr {
	margin-right: 0;
	padding-right: 0;
	background: url(../images/bg-module-tb.png) no-repeat 0 0;

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

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

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

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

#jv-logo-into {
	padding: 5px 0 0 5px;	
	float: left;
	width: 20%;
	height: 35px;
}
#jv-logo-into a {
	width: 179px;
	height: 29px;
	display: block;
	background: url(../images/logo-into.png) no-repeat 0 0;	
}
.modlecontent-inset {
	padding: 5px 0;
	overflow: hidden;
}
ul.menu li,
.jv_aclickmenu_wrap .jv_maccordion li {
	background: url(../images/left-menu.png) no-repeat 100% 0;
	line-height: 40px;
	text-align: center;

}
ul.menu li a {
	color: #e3fbff;
	padding-left: 0;
	text-transform: normal;

}
#jv-right ul.menu li,
#jv-right .jv_aclickmenu_wrap .jv_maccordion li {
	background: url(../images/right-menu.png) no-repeat 0 0;
}
#jv-right ul.menu ul li,
#jv-right ul.Popular ul li,
#jv-right .jv_aclickmenu_wrap .jv_maccordion ul li {
	background: url(../images/menu-noshadow.png) no-repeat 100% 0;
}

.jv_aclickmenu_wrap .jv_maccordion li  {
	padding: 3px 0;
	line-height: 26px;
}
.jv_aclickmenu_wrap .jv_maccordion ul {
	padding: 0;
}
.jv_aclickmenu_wrap ul.jv_maccordion ul {
	padding: 0;
}

div.jv_aclickmenu_wrap .wrap_link a.readmore  {
	background: none;
	color: #e3fbff;
	text-transform: normal;
}
ul.jv_maccordion a,
ul.jv_maccordion a.readmore {
	padding-left: 15px;
	color: #E3FBFF!important ;
	font-size: 13px;
}
ul.jv_maccordion ul a,
ul.jv_maccordion ul a.readmore,
#jv-left ul.menu ul a,
#jv-right ul.menu ul a {
	padding-left: 30px;
}
ul.jv_maccordion ul ul a,
ul.jv_maccordion ul ul a.readmore,
#jv-left ul.menu ul ul a,
#jv-right ul.menu ul ul a {
	padding-left: 45px;
}
ul.jv_maccordion ul ul ul a,
ul.jv_maccordion ul ul ul a.readmore,
#jv-left ul.menu ul ul ul a,
#jv-right ul.menu ul ul ul a {
	padding-left: 60px;
}
ul.jv_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.jv-frame-cat .jv-category img.jv-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.jv-article-title a{
	color: #101010;
	font-size: 13px;
}
p.more_link {
	color: #101010;
	background: url(../images/more-link.png) no-repeat 35px  center;
}
div.jv-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;
}

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

div.jv-frame-cat .jv-category img.jv-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;
}
span.pre,
span.next {
	height: 18px;
	background:url("../images/arrow1.png") no-repeat scroll 0 0 ;
	
}
span.next {
	background-position: 0 -21px;
}
.jvcarousel-item {
	background: url(../images/user1_line1.png) no-repeat bottom right;
}
.jv-pedonheadline-group  {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 170px;
	top: 90px;
	left: 470px;
	z-index: 9;
	cursor: pointer;
	position : absolute;
}
.jv-proshow-intro  {
	width: 404px;
	height: 191px;
	right: 5px;
	top: 0px;
}
.jv-proshow-intro-t,
.jv-proshow-intro-b {
	display: block;
	width: 100%;
	overflow: hidden;
}
.jv-proshow-intro-t {
	padding: 42px 0 0 0;
	background: url(../images/slideshow_intro_top.png) no-repeat 0 0;
}
.jv-proshow-intro-b {
	padding: 0 0 42px 0;
	background: url(../images/slideshow_intro_bottom.png) no-repeat 0 100%;
}
.jv-proshow-intro-inner {
	padding: 0 15px;
}
.jv-proshow {
	margin: 10px 0 10px 6px;
}
.jv-pedonheadline-wrap {
	position: relative;
	background: url(../images/slideshow_border.png) no-repeat 0 0;
}
.jv-pedonheadline-group ul li {
	height: 25px;
	width: 19px;
	background: url(../images/slideshow_poiter.png) no-repeat 0 0;
	float: none;
}
.jv-pedonheadline-group ul li.item1 {
	background: url(../images/slideshow_poiter.png) no-repeat 0 0;
}
.jv-pedonheadline-group ul li.item2 {
	background: url(../images/slideshow_poiter.png) no-repeat -43px 0;
}
.jv-pedonheadline-group ul li.item3 {
	background: url(../images/slideshow_poiter.png) no-repeat -86px 0;
}
.jv-pedonheadline-group ul li.item4 {
	background: url(../images/slideshow_poiter.png) no-repeat -129px 0;
}
.jv-pedonheadline-group ul li span {
	display: none;
}
.jv-pedonheadline-wrap 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;
}	
.jv-proshow-intro-inner h3  {
	font-weight: normal;
	color: #00bbfd;
	margin-bottom: 10px;
}
.jv-proshow-display {
	width: 395px;
}
.handles .handles_item {
	display: none;
}
.jv_aclickmenu_wrap {
}
p.jvcarousel_title {
	margin: 0 0 10px 0;
}
ul.jvlist li {
	padding: 0 0 15px 0;
	background: none;
}