@charset "utf-8";
/* CSS Document */

#statsbox {
	margin-left:60px;
	float:left;
	width:160px;
}
#innerwrapper.home {
	float:right;
	margin:0;
	padding:0;
	margin-right:50px;
}
.thumb_c{
	margin: 0 auto 0 auto;

	width:648px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.sc_holder{
	float:left;
	
	padding:5px;
}
a.thumbnail {
	color:#FF9900;

}
a.thumbnail b{
	padding:0;
	margin:0;
	color:#00FF00;
	display:block;
	background:#333333;
}

.thumbnail img{
	border:#333 1px solid;
}

.thumbnail{
position: relative;
z-index: 0;

}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;

padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -160px; /*position where enlarged image should offset horizontally */

}
.thumbnail:hover span.server{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 160px; /*position where enlarged image should offset horizontally */

}
.g_adds{
	float:right;
	margin-right:55px;
}
