body { background: #e8e8e8; }
.container { margin: 0 auto; }

/* Example wrapper */
.Webwrap {
	position: relative;
	float: left;
	width: 550px;
	margin: 0 40px 3em 0;
    left: 200px;
    
      transform: rotate(-17deg);
-moz-transform: rotate(-17deg);
-webkit-transform: rotate(-17deg);
-o-transform: rotate(-17deg);
-ms-transform: rotate(-17deg);


    
}
.Webwrap:nth-child(2n) { margin-right: 0; }

/* Frame */
.Webframe {
	width: 1000px;
	height: 1200px;
	overflow: hidden;
	border: 0px solid #444;
}
.Webframe .slidee {
	padding: 20px 25px;
	background: #fff;
}
.Webframe ul.items {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 24px;
	line-height: 100px;
}
.Webframe ul.items li {
	float: left;
width: 100%;
height: 500px;
margin: 0 0 7px;
padding: 0;
background: #333;
color: #ddd;
text-align: center;
cursor: pointer;




}

}
.Webframe ul.items li.active {
	color: #fff;
	background: #a03232;
}

/* Scrollbar */
.Webscrollbar {
position: absolute;
right: -276px;
width: 14px;
height: 600px;
background: #FDF300;
line-height: 0;
}
.Webscrollbar .handle {
	width: 100%;
height: 100px;
background: #00ADFF;
cursor: pointer;
}
.Webscrollbar .Webhandle .Webmousearea {
position: absolute;
top: 0;
left: -18px;
width: 30px;
height: 100%;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }