
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      margin: auto;
  }
  
#myCarousel{
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #f2f2f2;
}

#thumbCarousel{
overflow: hidden;
	background: #eaeaea;
	padding: 10px;
	width: 20%;
	float: left;
}

#thumbCarousel .thumb{
	
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #fff;
	width: 120px;
}

#thumbCarousel .thumb:last-child{
	margin-right: 0;
}

.thumb:hover{
	cursor: pointer;
}

.thumb img{
	
	width: 100%!important;
    height: 103px !important;
	overflow: hidden;
}

/* blink button */


body {
    margin: 0px;
}

#container {
    position: absolute;
    margin: 30PX auto;
    width: 190px;
    height: 30px;
    top: 0;
    bottom: 50px;
    
   
}

#text1{
    position: absolute;
    width: 100%;
    display: inline-block;
    background: #526552;
 
    font-size: 20px;

    text-align: center;
color: #fff;
    user-select: none;

   
}
#text2 {
    position: absolute;
    width: 100%;
    display: inline-block;

 
    font-size: 20px;
    color: #fff;
    text-align: center;

    user-select: none;
}




/* blink button */



.thumb img:hover{
	
}

.thumb.active img{

  border: 1px solid #1d62b7;
}



.carousel-inner{width: 80%!important; margin: 20PX 0;}
.sidebar-title h3{    position: relative;
    font-family: 'Poppins';
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.7em; margin-bottom: 36px;
	font-size: 13px;}


	.side-bar{padding-top: 30%;}

	@media only screen and (max-width: 599px) {
		#thumbCarousel{display: none;}

		.carousel-inner {
			width: 100%!important;
		}
		
	}