
.owl-theme .owl-controls {
    margin-top: 20px;
    text-align: center;
	 padding-top: 1px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
     color: #fff;
    cursor: pointer;
    display: inline-block;
   
    margin: 5px;
	padding: 12px 16px;
    /* padding: 4px 7px; */
	width:1px;
	font-size:0;
	/* height:26px; */
	height: 28px;
	transition:all ease-in-out .1s;
 }
 .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	opacity:.4;	 
 }
#tabs-1 .owl-next{
	background: url(../images/new/right1-gray.png) no-repeat  0 6px;	
}

#tabs-1 .owl-prev{
	background:url(../images/new/left-gray.png) no-repeat  0 6px;	
}
#tabs-1 .owl-prev {
    left: 0;
     top: 91%;
}
#tabs-1 .owl-next {
     left: 27px;
    top: 91%;
	right:inherit;
}


.owl-next{
	background: url(../images/new/wright1.png) no-repeat  0 6px;	
}
.owl-prev{
	background:url(../images/new/wleft1.png) no-repeat  0 6px;	
}
.goldinner .owl-next{
	background: url(../images/new/wright1.png) no-repeat  0 6px;	
}
.goldinner .owl-prev{
	background:url(../images/new/wleft1.png) no-repeat  0 6px;	
}

.innerPlaces .owl-next {
	background: url(../images/new/right1.png) no-repeat  0 6px;	
}
.innerPlaces .owl-prev {
	background:url(../images/new/left1.png) no-repeat  0 6px;	
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
/*    background: none repeat scroll 0 0 #869791;
*/    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(51, 51, 102, 0.45);
  border-radius: 30px;
  display: block;
  height: 14px;
  margin: 5px 2px;
  transition: opacity 200ms ease 0s;
  width: 14px;
  border:1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #336;
      height: 14px;
      width: 14px;
      border: 2px solid #336;
}