.globe-container {
	width: 250px;
	height: 250px; margin-left:50px;float:left;
	border: 1px solid transparent;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	overflow: hidden;
	background: url(../img/satellitez.jpg) top left no-repeat;
	-webkit-animation: rotate 40s infinite linear;
callback: rotation  -moz-animation: rotate 40s infinite linear;
callback: rotation  -ms-animation: rotate 40s infinite linear;
callback: rotation  -moz-box-shadow: 0px 5px 15px #888;
	-webkit-box-shadow: 0px 5px 15px #888;
	box-shadow: 0px 5px 20px #888;
}
 @-webkit-keyframes rotate {
 0% {
 background-position:0px 0px;
}
 100% {
 background-position:-1310px 0px;
}
}
 @-ms-keyframes rotate {
 0% {
 background-position:0px 0px;
}
 100% {
 background-position:-1310px 0px;
}
}
@-moz-keyframes rotate {
 100% {
 background-position:0px 0px;
}
 100% {
 background-position:-1310px 0px;
}
}


.globe-container
{
    margin-left:50px;
    width:250px;
    height:250px;
    border:1px solid transparent;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    overflow:hidden; background:url (../img/satellitez.jpg) top left no-repeat;
     top left repeat;
    -webkit-animation: rotate 100s infinite linear;
    -moz-animation: rotate 100s infinite linear;
    -ms-animation: rotate 100s infinite linear;
  -moz-box-shadow: 0px 5px 15px #888;
-webkit-box-shadow: 0px 5px 15px #888;
box-shadow: 10px 15px 15px #888; 
}
.globe
{    
    position:absolute;
    width:92px;
    height:92px;
    background:url(http://fe ngel.com/testing/shadow_highlight.png) top left no-repeat
}

@-webkit-keyframes rotate{
  0% {
   background-position:0px 0px;
  }
  100% {
     background-position: 100% 0px;
  }

}

@-ms-keyframes rotate{
   0% {
   background-position:0px 0px;
  }
  100% {
     background-position:100% 0px;
  }
}
@-moz-keyframes rotate{
 100% {
   background-position:0px 0px;
  }
  100% {
     background-position:100% 0px;
  }
}





#Image_gallery{
width: 223px;
height: 293px;
border: 0px solid red;
margin-left: 20px; margin-top:160px;
background: url(../img/gallery_png.png)no-repeat center center;
}

#galle_content{
	margin:5px;
	width:150px;
	height:200px;
	border:0px solid red;
	margin-top:4px;
	padding-left:31px;
	}
	
	
#galle_content p{
	height:200px;
	width:150px;
	bordeR:0px solid blue;
	}
	
	.gallerys{
margin-left: -10px;
	
}
#satelite{
	margin-top:40px; margin-right:50px;
	border: 0px solid red;
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	width: 86px;
	height: 73px;
	}	

.galleryss{	
	display:none;
	}
	
.galleryss strong{
	margin-top:5px;
	font-size:15px;
	border:0px solid red;
	color:#00639e;
	-webkit-mask-image: url(mouse.png);
	}


#back-top {
	position: fixed; bottom:120px;  width:1000PX; right:150px;
}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% normal  Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color:#f15c16;
}

/* arrow icon (span tag) */
#back-top span { float:right;
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
background: #ddd  url(../img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #f15c16;
}
#coe{ background:#f3f3f3; width:800px; border-radius:10px; border: solid 1px #000;float:left; margin:30px 0px 80px 100px;}
#nov{ background:#000; width:1000px;}