.resliderpopups#reslider_static_post {
	position: fixed;
	width: 600px;
	height: auto;
	max-height: 80%;
	display: none;
	background: #ccc;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    overflow-y: overlay;	
	z-index: 1000;
}
.resliderpopups#reslider_static_post li  {
	position: relative;
	overflow: hidden;
}
.resliderpopups#reslider_static_post li  input[type=checkbox]{
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;	
	display: block;
	opacity: 0;
	z-index: 10;
}
.resliderpopups#reslider_static_post li  input[type=checkbox]:checked + div{
	border: 2px solid #000;
}
.resliderpopups#reslider_static_post li  input[type=checkbox]:checked  + div + div h3{
	color: #000;
}
.resliderpopups#reslider_static_post li  > div {
	width: 100%;
	position: relative;
	overflow: hidden;	
}
.resliderpopups#reslider_static_post li  > div img {
	width: 100%;
	height: 100%;
}
.resliderpopups#reslider_static_post li  .static-post-img {
	width: 20%;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.resliderpopups#reslider_static_post li  .static-post-title {
	width: 80%;
	position: relative;
	float: left;
}
.resliderpopups#reslider_static_post li  .static-post-title  h3 {
	color: #FFF;
}

select#ss {
	background: red;
	color: blue;
	border: 1px solid red;
}