/* ####################################### */
/* ########### STANDARD SETUP ############ */
/* ####################################### */

.protoshow {
	padding-top: 32px;
	position: relative;
	width: 240px;
}

.protoshow .show {
	height: 156px;
	position: relative;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	height: 100%;
}

.active-slide {
	z-index: 100;
}

.protoshow .slide-caption {
	font-size: 11px;
	height: 30px;
	overflow: hidden;
}

.proto-progress-timer {
	display: none;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 9999;
}


/* TRANSITION SLIDE
------------------------------------------------*/

.transition-slide .show-window {
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

.transition-slide .show {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
}

.transition-slide .slide {
	position: static;
	float: left;
	display: block;
}


/* PROTO CONTROLS
------------------------------------------------*/

.proto-controls,
.proto-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}

.proto-controls a,
.proto-navigation a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.proto-controls li {
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 110;
}

.proto-controls li.backward {
	left: 0;
	right: auto;
}

.proto-controls li.start-stop {
	display: none;
}

.proto-controls li a {
	background: url(../i/protoshow-controls.png) no-repeat -20px 0;
	height: 32px;
	opacity: .4;
	width: 20px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.proto-controls li a:hover,
.proto-controls li a:focus {
	opacity: 1;
}

.proto-controls li.backward a {
	background-position: 0 0;
}


/* PROTO NAVIGATION
------------------------------------------------*/

.proto-navigation {
	position: absolute;
  	top: 0;
    right: 50%;
    float: right;
    z-index: 120;
}

.proto-navigation li {
    float: left;
    left: 50%;
    padding: 12px 6px;
    position: relative;
}

.proto-navigation a {
	background-color: #ccc;
  	background-color: rgba(0,0,0,.2);
    height: 8px;
    text-decoration: none;
  	width: 8px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 1px rgba(0,0,0,.1);
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.proto-navigation a:hover,
.proto-navigation a:focus {
	background-color: #999;
}

.proto-navigation .current-slide a {
	background-color: #363F4E;
}