#news_slider_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 366px !important;
	overflow: hidden;
	border-radius: 10px;
}
.news_slider_loading {
	position: absolute;
	top: 0px;
	left: 0px;
}
.news_slider_loading1 {
	filter: alpha(opacity = 70);
	opacity: 0.7;
	position: absolute;
	display: block;
	background-color: #000000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.news_slider_loading2 {
	position: absolute;
	display: block;
	background: url("../images/loading.gif") no-repeat center center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.news_slider_slides {
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 300px;
	overflow: hidden;
}
span.jssora12l {
	width: 30px; 
	height: 46px; 
	top: 123px; 
	left: 0px;
	position: fixed;
	background: url("../images/nav-arrow-left-32.png") 5px center no-repeat;
	background-color: #cbcbcb;
	cursor: pointer;
}

span.jssora12r {
	width: 30px; 
	height: 46px; 
	top: 123px; 
	right: 0px;
	position: fixed;
	background: url("../images/nav-arrow-right-32.png") 5px center no-repeat;
	background-color: #cbcbcb;
	cursor: pointer;
}

.divTitle {
	background: #f1f1f1;
	top: 300px;
	color: #000;
	font-size: 14px;
	height: 46px;
	left: 0;
	padding: 5px;
	position: absolute;
	width: 100%;
}