.slide_container {
  width:640px;
  height:330px;
  border-radius:5px;
}
.slide_container > div, .slide {
  width:640px;
  height:330px;
  display:block; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#slides{
/*	position:relative;*/
}
#slides .pagination {
	text-align: right;
	position:absolute;
	top:280px;
	right:5px;
	z-index:8;
}
ol, ul {
    list-style: none outside none;
}
#slides .pagination li {
    display: inline;
    margin: 0 5px;
}
#slides .pagination li.current a, #slides .pagination li a:hover {
    background: url("../img/bullets.png") no-repeat scroll 0px top transparent;
}
#slides .pagination li a {
    background: url("../img/bullets.png") no-repeat scroll -17px top transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}

/** slider detail added **/
#container .wrapper .left .detail2{
	position:absolute;
	top:180px;
	width:640px;
	z-index:5;
	height:129px;
/*	background:rgba(34,31,31,0.8); */
	background: url("../img/slider_title_bg.png") repeat;
	overflow:hidden;
}
#container .wrapper .left .detail2 .detailleft{
	float:left;
	width:597px;
	margin:20px 0 0 20px;
}
#container .wrapper .left .detail2 .detailleft a.read-bt{
	width:110px;
	height:17px;
	margin-top:10px;  
	padding-top:1px;
	color:#FFFFFF!important;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold; 
	background: url('../img/features-RM-bt-bg.png') no-repeat scroll top left !important;
	text-decoration: none!important;
}
#container .wrapper .left  .detail2 .detailleft h1 {
    color: #FFFFFF;
    font-size: 38px;
    line-height: 32px;
    text-transform: uppercase;
	height: 63px;
	overflow: hidden;
}
#container .wrapper .left .slide-banner .detail .detailleft{
	float:left;
	width:480px;
	margin:20px 0 0 20px;
} 
#container .wrapper .left .slide-banner .detail .detailleft a.read-bt{
	width:107px;
	height:15px;
	margin-top:10px; 
	border:1px solid #6c6e70; 
	padding-top:1px;
}