.protoshow,
.protoshow #show {
	height: 346px;
    margin: 0 auto;
    padding: 0;
    position: relative;
	overflow:hidden;
}

.slide {
	height: 380px;
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
}

.slide img {
	left: 50%;
    margin-left: -640px;
    position: relative;
    width: 1280px;
}

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

.protoshow .slide-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	padding: 1em 10px;
	background-color: #000;
	background-color: rgba(0,0,0,.4);
	color:#fff;
}

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


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

.transition-slide .show-window {
	overflow: hidden;
	position: relative;
}

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

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


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

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

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

.proto-controls li {
	position: absolute;
	top: 77px;
	left: 0;
	width: 24px;
	height: 43px;
	z-index: 110;
}

.proto-controls .forward {
	right: 0px;
	left: auto;
	background: url(../img/arrow-next.png) no-repeat 0 0;
}

.proto-controls .backward {
	background: url(../img/arrow-prev.png) no-repeat 0 0;
}

.proto-controls a {
	width: 24px;
	height: 43px;
}

.proto-controls .forward a {
	background-position: 100% -90px;
}


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

.proto-navigation {
/*
	position: absolute;
	bottom: 14px;
    right: 104px;
    float: right;
    z-index: 120;
	*/
	left:500px;
	width:100%;
	margin-top:-40px;
	margin-left:480px;
}

.proto-navigation li {
    float: left;
    left: 50%;
    padding: 8px 3px;
    position: relative;

}

.proto-navigation a {
	/*
	background-color: #fff;
  	background-color: rgba(0,0,0,.2);
	*/
	background:url('/media/images/slideshow/other.png'); 
    height: 15px;
    text-decoration: none;
  	 width: 16px;
	 /*
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	-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);
	*/
}

.proto-navigation a:hover,
.proto-navigation a:focus {
	/* background-color: #999; */
	background:url('/media/images/slideshow/active.png'); 
    height: 15px;
    text-decoration: none;
  	 width: 16px;
}

.proto-navigation .current-slide a {
	background:url('/media/images/slideshow/active.png'); 
    height: 15px;
    text-decoration: none;
  	 width: 16px;
	/*
	background-color: #46b5c7;
	*/
}

.content_home  #show .slide img {
	width:626px;
	height:341px;
}
