/*************************
******** Arrows **********
**************************/	
body{margin:0;}
.main{width:1000px; height:auto; margin:auto; padding:0;}

.test{width:700px; height:auto; margin:0 auto; float:left;  padding:0;}
div.jMyCarousel .prev{
	background:url(../images/prev.png) center no-repeat !important;
	/*background:url(../images/l_ie.png) center no-repeat \0/ !important;*/
	
	cursor:pointer !important;
	width:25px;
	height:37px;
	border:0px;
/*filter:alpha(opacity=60) !important;  For IE8 and earlier */
}
div.jMyCarousel .next{
	background: url(../images/next.png) center no-repeat;
/*	background:url(../images/r_ie.png) center no-repeat \0/ !important;*/
cursor:pointer !important;
	width:25px;
	height:37px;
	border:0px;
	/*filter:alpha(opacity=60) !important;  For IE8 and earlier */
}
div.jMyCarousel .up{
	background: url('../../img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../../img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}

.newt{width:389px; height:112px; float:left; margin:5px 23px; padding:20px; background:#fff; border:#dadada 1px solid;  -moz-box-shadow: 0px 0px 8px #E4E0D8; -webkit-box-shadow: 0px 0px 8px #E4E0D8; box-shadow: 0px 0px 8px #E4E0D8;}
.newhead{width:220px; height:20px; float:left; margin:0; padding:0; color:#787e02; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:20px; text-align:left;}
.newimg{width:146px; height:101px; float:left; margin:0 10px 0 0; padding:0;}
.newtxt{width:233px; height:100px; float:left; margin:0px 0 0 0; padding:0; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:19px;}
.newtxt p {padding:0px; margin:0px;}
.newbtn{width:210px; height:26px; float:left; margin:5px 0 0 0; padding:0;}