body{
	background-color:#ddd;
	
}
img {
    /* max-width: 100%; */
	
}
#container {
    display: flex;
    x-justify-content: space-around;
    x-align-items: stretch;
    max-width: 1940px;
	margin:10px;
}
.column.left {
    width: 250px;
    flex: 0 0 250px;
	float:left;
	height:956px;
	overflow:auto;
	background-color:white; 
	margin-right: 10px;
}

.column.right {
    width: 336px;
    flex: 0 0 356px;
    border-left: 1px solid #eee;	 
	right:0;
	height:956px; 
	background-color:white;
	margin-left: 10px; 
}

.column.center {
/*     border-left: 1px solid #eee; */
	height:956px !important;
	background-color:white;
	
	
}  
.column.left1
{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width:30px;
}
.column.right1
{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width:30px;
}
.item
{
  background-color: none;
  border-radius: 3px;
  width: 30px;
  height: 30px; 
}
.pagethumb{
background: #e3000f none repeat scroll 0 0;
bottom: 0;color: #333;
/* float: left; */
font-weight: bold;
overflow: hidden;
padding: 5px 15px; 
position: relative;
text-align: center;
width: 100%;
color:white;	
}
/*media queries for Responsiveness*/
