
.button { background: transparent; border: 0; color: #fff; opacity: .5; }
.backward { float: left; width: 100px; height: 400px; font-size: 60px; background: transparent; border: 0;  opacity: .5;}
.forward { float: right; width: 100px; height: 400px; font-size: 60px;  background: transparent; border: 0;  opacity: .5;}

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

/* Example wrapper */
.wrap {
	position: relative;
	margin: 3em 0;
}

/* Frame */
.frame {
	overflow: hidden;
	padding:0;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 25px; // Font for all elements
}
.frame ul li {
	float: left;
	width: 227px;
	margin: .3em;
	padding: 0;
	background: #333;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
	background: #a03232;
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* 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; }

/* One Item Per Frame example --- This is for the reviews*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }

/* Crazy example 
.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }
*/
/* Effects */




.effects {
	height: 310px;
	overflow-y: show;
}

/*
.effects ul li li
{
	top:-200px;
}
*/

/*
.effects ul li p
{
    display: inline-block;
    vertical-align: text-bottom; 
    //vertical-align: text-top; // puts ess at top
  //  vertical-align: text-bottom; // puts ess at bottom
    }
   /* 
.effects ul li img {
	//float: top;
  //  margin: 10px 10px 10px 10px;
  //  padding: 2px;
    vertical-align: top;
}    
  

    
.effects ul {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	list-style-type: none;
}
.effects ul li {
	position: relative;
	margin: 0 -20px;
	-webkit-transform: rotateY(60deg) scale(0.9);
	-ms-transform: rotateY(60deg) scale(0.9);
	transform: rotateY(60deg) scale(0.9);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
}
.effects ul li.active {
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.effects ul li.active ~ li {
	-webkit-transform: rotateY(-60deg) scale(0.9);
	-ms-transform: rotateY(-60deg) scale(0.9);
	transform: rotateY(-60deg) scale(0.9);
}
*/
.slidee {
	list-style: none;
	margin: 0px 10px;
    padding: 0px 0px;
	height: 100%;
	font-size: 30px;
}
.slidee li {
	float: left;
	height: 100%;
	margin: 0 5px 0 0;
	background: #fff;
    border: solid black;
    border-radius: 20px;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.slidee li.active {
	border: solid red;
}
.wrapparent
{

// margin:0 auto;
}
.wrap
{
//max-width:600px;
}
