
/*start slider  */
.slider{
	margin-top:0%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.image-slider a img
{   bottom: 0;
    left: 50%;
    position: absolute;
    width: 15%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.res
{
width:100% !important;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
 	display: block;
	height: auto;
	float: left;
	border: 0;
	width: 100%;
}
.modalDialog {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog li
	{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 1px;
    padding: 4px 7px;
    width: 97.7%;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 45%;
		position: relative;
		margin: 1% auto;
		padding: 1%;
		border-radius: 10px;
		background: #000;
		background: -moz-linear-gradient(#000, #999);
		background: -webkit-linear-gradient(#000, #999);
		background: -o-linear-gradient(#000, #999);
	}
.modalDialog h2
{
color:#888;
}
	.close {
		background: #DC0909;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		padding:2%;
		right: -9px;
		text-align: center;
		top: -7px;
		text-decoration: none;
		opacity:1;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
