
  .ct-slider {
      top: 100px; /* atirando */
  	
  }

  .ct-page-plugin-container
  {
    position: fixed;
    left: 0;
    transform: translate3D(-100%,0,0);
    -moz-transform: translate3D(-100%,0,0);
    -webkit-transform: translate3D(-100%,0,0);
    -o-transform: translate3D(-100%,0,0);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    /*background: rgba(255,255,255,0.8) url("./../pic/pattern.png") repeat scroll 0 0;*/
	background: rgba(255,255,255,0.8);
    
  }

  @media only screen and (min-width: 0px) and (max-width: 480px) {
      .ct-slider { display: none !important; }
  }

  .ct-page-plugin-container { border-top: 3px solid #FF0000;z-index:99999; border-bottom: 3px solid #FF0000; }

  .ct-page-plugin-container:hover  
  {
    transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -webkit-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    z-index:999999999;
  }

  .ct-page-plugin-label
  {
    position: relative;
    left: 100%;
    height: 100%;
  }

  .ct-page-plugin-label img
  {
  	width: 63px;
  	left:0px;
  	position: absolute;
	top:-3px;
	/*background: rgba(255,255,255,0.8) url("./../pic/pattern.png") repeat scroll 0 0;
	border:3px solid;*/
  }
  .ct-content p{
	margin: 6px;
  }