.wp_syntax {
  color: #01B0F0;
  background:#121212 url(http://www.webgrafismo.com/wp-content/themes/wg/images/teaser-btn.gif) top center repeat-x;
  border:1px solid #333333;
  margin: 0 0 1.5em 0;
  overflow: auto; 
}

/* IE FIX */
.wp_syntax {
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 10px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #000;
  border-right: 1px solid #333;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
  white-space: pre;
  padding:5px;
}

.wp_syntax:hover {
	position:relative;
	z-index:70;
	width:903px;
}