﻿.banner_int { 
	position: relative; 
	overflow: auto; 
	font-size:100%;
	/*background: rgba(100,100,100,0.4);
	border: solid 1px #CCCCCC;*/
	
}

.banner_int li { list-style: none; }
.banner_int ul li { 
	float: left;
	/*height: 225px;
	height: 235px;*/
	height: 400px;
	color:#666;
	
 }

.banner_int .dots {
	 bottom: 50px; 
	 /*left: 0; */
	 position: absolute; 
	 right: 0;
	 bottom:0;
} 
.banner_int .dots li {
	border: 2px solid #fff; 
	border-radius: 6px; 
	cursor: pointer; 
	display: inline-block; 
	height: 10px; 
	margin: 0 4px; 
	opacity: .4; 
	text-indent: -999em; 
	-webkit-transition: background .5s, opacity .5s; 
	-moz-transition: background .5s, opacity .5s; 
	transition: background .5s, opacity .5s; 
	width: 10px; 
}
.banner_int .dots li.active {
	background: #fff; 
	opacity: 1; 
}