﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
z-index: 0;
position: relative;
float: left;
margin: auto;

}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 20px;
left: -1000px;
border: 2px solid red;
visibility: hidden;
color: white;
text-decoration:none;

}

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

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -150px; /*position where enlarged image should offset horizontally */
width:375px;
text-align:center;
font-size:12px;
font-weight:bold;


}

.new
{
	width: 100%;
	margin:auto; 
}
.roster_content{
width:100%;

}
img
{
    padding:10px 15px 0 15px;
   
}
h2{
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:red;
padding: 3px 0px 10px 15px;
margin:0px;
text-decoration:none;
}

