div.jMyCarousel .prev{
	background: url('images/left.gif') center center no-repeat;
	width:30px;
	height:30px;
	border:0px;
	cursor:pointer;
}

div.jMyCarousel .next{
	background: url('images/right.gif') center center no-repeat;
	width:30px;
	height:30px;
	border:0px;
	cursor:pointer;
}



/** Carousel 2 **/
div#bottom_slide {
	width:700px;
	height:195px;
	background:url(images/footer_slide_bg.png) no-repeat top left;
}
div#bottom_slide h2{
	margin:0;
	padding:18px 0 0 44px;
	font-family:"Swis721 Cn BT";
	font-size:16px;
	font-weight:bold;
	color:#285c8f;
	text-transform:uppercase;
}
div#image_area {
	width:600px !important;
	margin:0px 50px !important;
	overflow:hidden;
	_overflow:hidden !important;
}
div.jMyCarousel{
	margin:auto;
	width:700px !important;
}

div.jMyCarousel ul{
	background-color:none;
	list-style:none;
}

div.jMyCarousel ul li{
	margin-top:15px;
	border-right:0px solid #444;
	line-height:0px;
	padding:0px;
	display:inline;
	border-right:1px solid #CCC;
	display:block;
	float:left;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

