/**************20140717 Delia add********************/
.carouselBox {
	background-image: url(../images/public/Career/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: -50px;
}
#carousel1 {
	margin: 10px 10px 0px;
    width: 710px;
    height: 425px;
    overflow: scroll;
    /* float: right; */
    /* background-image: url("../business/images/bg.jpg"); */
    /* background-color: white; */
}
#carousel1 img {
	border-width: 0px;
}
.cloudcarousel img {
	border-width: 0px; width: 128px; height: 164px;
}
.carouselLeft {
	left: 0px;
	background-image: url(../images/arrow-prev.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 47px;
	position: absolute;
	top: 150px;
}
.carouselLeft:hover {
	background-image: url(../images/arrow-prev-hvr.png);
}
.carouselRight {
	right: 0px;
	background-image: url(../images/arrow-next.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 47px;
	position: absolute;
	top: 150px;
}
.carouselRight:hover {
	background-image: url(../images/arrow-next-hvr.png);
}
#da-vinci-title {
	margin: 20px 20px 10px; width: 80%; color: rgb(0, 138, 255); text-transform: uppercase; letter-spacing: 1px; font-family: "·L³n¥¿¶ÂÅé", Arial, sans-serif, Verdana; font-size: 20px; font-weight: bold; display: none; position:relative; top:-50px;
}
#da-vinci-alt {
	margin: 0px 20px 20px; color: rgb(51, 51, 51); font-family: "·L³n¥¿¶ÂÅé", Arial, sans-serif, Verdana; font-size: 14px; font-weight: bold; display: none ;position:relative; top:-50px;
}
