

body{
  /*background:url("../images/top-bg.png") #f9f9f9 repeat-y center;*/
  position: absolute;
  left: 0;
  background-size: cover;
  right: 0;
  top: 0;
}

.head{
	width: 80%;
	/* margin: 50px auto 0 auto;
	min-height: 100px; */
	margin: 15px auto;
	min-height: 58px
}

/* #productViewer {
    width: 80%;
    height: 80%;
    margin: auto;
} */
/*#productViewer {
    width: 64%;
    height: 75%;
    margin-left: 10%;    
    float: left;
}*/

#productViewer {
    width: 100%;
    height: 100%;
    margin-left: 0%;    
    float: none;
}

/* .img-thumb{
	display: block;
	width: 80%;
    margin: 0 auto 5em auto;
} */
.img-thumb{
	display: block;
	/* width: 80%; */
	height: 75%;	 
    margin: 0 auto 5em 10px;
    /*float: left;*/
     overflow:hidden; 
    /* overflow-y:auto; */
}

.img-thumb:hover{ overflow-y:auto; } 
/* scroll width */
.img-thumb::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.img-thumb::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px white; 
    border-radius: 10px;
}
 
/* Handle */
.img-thumb::-webkit-scrollbar-thumb {
    background: #4d4948;     
    border-radius: 10px;
}

/* Handle on hover */
.img-thumb ::-webkit-scrollbar-thumb:hover {
    background: red; 
}
.img-thumb ul {
	margin: 0px 0 0 0;
	/* margin: 30px 0 0 0; */
	padding: 0;
}
/* .img-thumb ul li{
	display: inline-block;
	list-style: none;
} */
.img-thumb ul li{
	display: inline-block;
	list-style: none;
	border: 1px solid;
	border-color: transparent;	
	margin-bottom: 10px;


}
.img-thumb ul li img{
	cursor: pointer;
	width: 200px;
	height: 110px;
	/* border: 1px solid;
	border-color: transparent; */
}

.img-thumb ul .active {
	border: 1px solid #ff6600;
	background: #ff6600;
	color: #fff;

	
}
.img-thumb span {
	display: block;
	padding: 3px 5px;
	font-family: sans-serif;
	font-size: 14px;
}

.psv-panel-content img{
	width: 150px;
	height: 100px;
	padding: 10px;
}


@media screen and (max-width: 1080px){

.img-thumb ul li img{
	width: 150px;
	height: 100px;
}
}
@media screen and (max-width: 782px){

.img-thumb ul li img{
	width: 120px;
	height: 80px;
}
.img-thumb span {
	/* display: none; */
}
.head{
	text-align: center;
}
#productViewer {
	width:100%;
	margin: 0px auto;
	float: none;
}
.img-thumb{
	display: block;
	width: 96%;
	height: 124px;
	float:none;
    margin: 0 auto 5em auto;
    overflow: hidden;
}
.img-thumb{overflow-x:auto;} 
.img-thumb:hover{ overflow-y:hidden; } 
.img-thumb::-webkit-scrollbar {
    height: 8px;
}
.img-thumb ul {	
	 margin: 1em 0 0 0;	 
	 white-space:nowrap; 
	 /* text-align: center; */
	}
	/* .img-thumb {
    min-width: 800px;
} */
.img-thumb ul li {
	display: inline-block;
}
}
@media screen and (max-width: 640px){

.img-thumb ul li img{
	/* width: 88px; */
	height: 60px;
}

}
@media screen and (max-width: 545px){
.psv-panel-content img{
	width: 120px;
	height: 80px;
}
}
@media screen and (max-width: 480px){

.img-thumb ul li img{
	/* width: 65px;
	height: 40px; */
}

.psv-panel-content img{
	width: 100px;
	height: 70px;
	padding: 6px;
}
}
@media screen and (max-width: 375px){
.psv-panel-content img{
	width: 120px;
	height: 80px;
}
}
@media screen and (max-width: 360px){

.img-thumb ul li img{
	/* width: 50px;
	height: 30px; */
}

}