/* CSS Document */

.video-container {     position: relative;     padding-bottom: 56.25%;     padding-top: 30px; height: 0; overflow: hidden; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute;     top: 0;     left: 0;     width: 100%;     height: 100%; } 

.intouch{ width:200px; height:20px; line-height:20px; position:fixed; right:0; bottom:0; font-size:11px; z-index:0; color:#666;}
.intouch span{font-size:9px}
.intouch strong{ color:#F90}
a.intouchBox{width:105px; height:75px; position:fixed; bottom:-75px; right:-105px; z-index:1; outline:none}

.myLogo{
	cursor: pointer; cursor: hand;  
	display:block; 
	position:absolute; 
	 z-index:9999; 
	height:250px; width:350px; 
    background-image:url(../graphics/logo_cut.png); background-repeat:no-repeat;
		  	}


@media screen and (min-width: 32px) and (max-width: 480px) {
  .myLogo { position:relative; margin:0px; margin-bottom:20px; }
  #myCarousel { display: none; }  
  .intouch { display: none; }
}

