
.scroll-text {
  border: 1px solid #d2d2d2;
  width: 400px;
  height: 4.5em;
  overflow: hidden;
}
.scroll-text ul {
  width: 800px;
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 1.5em;
}
.scroll-img {
  /*border: 1px solid #d2d2d2;*/
  width: 956px;
  height: 170px;
  overflow: hidden;
  font-size: 0;
  position:relative;
  border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.scroll-img ul {
  width: 700px;
  height: 170px;
  margin: 0;
}
.scroll-img ul li {
  display:inline-block;
  /*float:left;*/
  margin: 10px 0;
  padding-left: 1px !important;
}
#popslide.scroll-img ul {
  width: 4000px;
}
#popslide-btn {
	padding-top: 10px;
	/*width: 956px;*/
	position:relative;
}
.FR{float:right !important;}
.FL{float:left !important;}
.postop{position:absolute; top:-100px; opacity: 0; transition: all ease-in-out .3s;}
.popupcontnr:hover .postop{opacity: 0.8; transition: all ease-in-out .3s;} 
.popli {
    background: #fff;
    height: 150px !important;
    line-height: 20px;
    width: 232px !important;
}
.popupcontnr{width:960px; margin:0px auto;}
.triangle-left{
	background:url(../../images/lefttri.png) center center no-repeat;
	display:block;
	width:9px;
	height:14px;
}
.triangle-right{
	background:url(../../images/rightri.png) center center no-repeat;
	display:block;
	width:9px;
	height:14px;
}
body.pop_open {
    overflow: hidden;
}
#viewgal {
	color: #656565;
	font-size: 18px;
	font-weight: 400;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: -23px;
}
#colorbox{
	max-width:90%;
}
#cboxWrapper,#cboxContent{max-width:100% !important; max-height:100% !important;}
.cboxPhoto{max-width:100% !important; object-fit:cover;}
#cboxLoadedContent{max-width:100% !important;}
@media (max-width:991px){
	.popupcontnr{width:100%;}
	.scroll-img{width:100%;}
	#popslide-btn{width:100%;}
	#colorbox{left:6% !important;}
}
@media (max-width:767px){
	.popupcontnr{width:466px;}
	.scroll-img,#popslide-btn{margin-left:-8px;}
	.scroll-img ul li{padding-left:0; margin-left:5px;}
	#colorbox{max-height:450px;left:6% !important;}
}
@media (max-width:479px){
	.popupcontnr{width:246px;}
	.scroll-img, #popslide-btn{margin-left:0;}
	.scroll-img ul li{margin-left:10px;}
	#colorbox{max-height:90%;}
	.cboxPhoto,#cboxContent,#cboxLoadedContent{max-height:300px !important;}
}
