
.scroller{
	max-width:1171px;	
	margin-top:60px;
	
}
.scroller  .bannertp{
	font-family:SansationBold;
	font-size:25px;
	color:#0097b1;
	font-weight:bold;
	
	padding-left:0px;	
	width:400px;
	margin:20px 0px;
}

.scroller  .bannertp .border-bottom{
	border-bottom:4px solid #fbb060;
	width:150px;
}

.floatleft{
	float:left;	
}
.floatright{
	float:right !important;	
	margin-top:10px;
	margin-right:15px;
}
.scroll-img {
  max-width:1171px;	
  height: auto;
  overflow: hidden;
  font-size: 0;
}
.scroll-img ul {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  padding:0px !important;
  margin-top:10px !important;

}
.scroll-img ul li {
  display: inline-block;
  margin: 0px 25px 0px 0px !important;
  height:330px !important;	
  vertical-align:top !important;
  
  width:240px;
}

.scroll-img ul li:first-child{
	margin-left:0px !important;	
}
.scroll-img ul li .image{
	
	background:url(images/drshadow.png) no-repeat !important;
	background-position:bottom !important;	
	
	 height:268px;
	margin:0px;
}
.scroll-img ul li .image img{
	
	 padding:6px 5px;
	 border:1px solid #cbc9c8;
	
	 height:242px !important;
}
.scroll-img ul li .text{
	display:block;
	padding:10px;
	padding-top:0px;
	color:#0097b0;
	font-size:20px;
	text-align:center;	
	font-weight:bold;
	font-family:Arial;
	
}
.scroll-img ul li .text span{
	clear:both;
	color:#000;
	font-size:15px;	
	font-weight:bold;
	text-transform:capitalize;
}
#demo4.scroll-img ul,
#demo5.scroll-img ul {
  width: 1500px;
}
.forward{
	background:url(images/forward.png) no-repeat;	
	height:30px;
	width:35px;
	border:none;
		cursor:pointer;
}
.backword{
	background:url(images/backword.png) no-repeat;	
	height:30px;
	width:35px;
	border:none;
	cursor:pointer;
}
.boderbold{
	margin-top:10px;
	border-bottom:8px solid #A8B118;
	width:100%;	
}
@media screen and (max-width: 767px) {
.scroll-img {
 width:100%;	
 
}
.scroll-img ul{
	width:100%;	
}

.scroller  .bannertp{
	
	width:100%;
}


}

@media screen and (min-width: 321px) and (max-width:400px){
	.scroll-img ul li{
		display: inline-block;
		margin: 10px 20px 10px 20px !important;
	}

}

