@import url(http://fonts.googleapis.com/css?family=Open+Sans:600.600italic);

body {
	margin:0 0 15px;
	padding:0;
	min-width: 560px;
	background: #4e52d0;
}
*{
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  line-height: 1.5;
  font-weight: 600;
  color:rgba(255,255,255,0.8);
  box-sizing:border-box;
}
p.small {
	font-size: 7pt; 
  line-height: 1.5;
  font-style: normal;
  color:rgba(255,255,255,0.5);
}
em, ul li {
  font-style: normal;
	color:rgba(255,255,0,1);
}
ul li {
	margin: 0;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
a {
	font-style: normal;
	color:#0fadfe;
	text-decoration: none;
}
img {
  max-width: 100%;
}
p.center {
	text-align: center;
	margin: 0;
}
#gallery {
  position:relative;
  display:block;
  z-index:1;
  height:496px;
  overflow: hidden;
  cursor: pointer;
}
#gallery div {
  text-align: center;
  position: absolute; 
  height:100%;
  width:100%;
  z-index:1;
}
#gallery div img{
	position: relative;
	top:-26px;
}
#gallerythumbs {
  display: inline-block;
  margin: 15px auto 12px;
  text-align: center;
  padding:0 3px 2px;
  font-size: 0;
  /*background: #36374d;*/
}

#gallerythumbs div {
  width: auto;
  cursor: pointer;
  margin: 3px 12px;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  box-shadow: -6px 6px rgba(0,0,0,0.4);
  position: relative;
  background: #ffffff;

}
#gallerythumbs img{
	height: 60px;
	width: auto;
 	opacity: 0.9;

}
#gallerythumbs div:hover{
 	top:-4px;
	box-shadow: -6px 6px rgba(0,0,0,0.4);
}
#gallerythumbs div:hover img{
 	opacity: 0.9;
}
#gallerythumbs div.activethumb:hover,
#gallerythumbs div.activethumb {
	box-shadow: -6px 6px rgba(0,0,0,0.4);
	position: relative;
	top:-8px;
}
#gallerythumbs div.activethumb img,
#gallerythumbs div.activethumb:hover img{
 	opacity: 0.9;
}

@media all and (max-width: 1000px) {
	#gallerythumbs div img{
    	height: 30px;
		width: auto;
  	}
}
@media all and (max-width: 600px) {
	#gallerythumbs {
		background: transparent;
	}
	#gallerythumbs div{
		position: relative;
		background: #ffff00;
		width:6px;
		height:6px;
		margin: 0 8px;
		box-shadow: -6px 6px rgba(0,0,0,0.4);
	}
	#gallerythumbs div.activethumb{
		background: #aaa;
		top:-6px;
	}

	#gallerythumbs img {
		display: none;
	}
	.title {
		top:-50px;
	}
	*{
		font-size: 12pt;
	}
}

.pl{
display: none;
}
.arrowrapper {
	width:100%;
	height:500px;
	position: relative;	
}
#leftarrow, #rightarrow{
  position:absolute;
  top:0;
  width: 50%;
  height:500px;
  z-index: 1000;
  cursor: pointer;
}

#leftarrow {
	background: url('./img/left.png') no-repeat left center;
	left:0;
}
#leftarrow:hover {
	background: url('./img/left_yellow.png') no-repeat left center;
}
#rightarrow {
	background: url('./img/right.png') no-repeat right center;
	right:0;
}
#rightarrow:hover {
	background: url('./img/right_yellow.png') no-repeat right center;
}

#rightarrow, #leftarrow, .title{
  opacity: 1;
}

.contentwrapper {
  position: relative;
  display: block;
  z-index:10;
  margin-top: -6px;
  padding: 0;
  text-align: center;
  border-top: solid 6px #8d90ff;
}
.content {
  display: block;
  max-width: 604px;
  margin: 0 auto 30px;
  padding: 20px 30px 20px;
  text-align: left;
  background: rgba(0,0,0,0.4);
}
.centerimage {
	margin:0 0 24px;
	width:100%;
	text-align: center;
	font-size: 13pt;
  	font-weight: 600;
  	font-style: italic;
}
.centerimage a {
  	font-style: italic;
}
iframe {
	margin-top: 24px;
}
.centerimage img {
	margin: 0px;
}

img.screen{
  width:200px;
}



#gallery .world1 {
  background: #008000;
}
#gallery .transition {
  background: #5c6c6b;
}
#gallery .world2 {
  background: #8d00ff;
}
#gallery .world3 {
  background: #0091ff;
}
#gallery .world4 {
  background: #ef631f;
}
#gallery .world5 {
  background: #b4b20f;
}
#gallery .world6 {
  background: #0000ff;
}
#gallery .world7 {
  background: #14152f;
}