#mvp-summary-wrapper{
    width: 170px;
    height: 134px;
    background: #eee;
    padding: 5px;
    text-shadow: 0 1px 0 #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#mvp-summary-wrapper .summary-prev{
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    text-transform: uppercase;
    text-indent: -900px;
    background: url(summary-nav.prev.gif) no-repeat 0 -15px;
    z-index: 100;
    outline: none;
} #mvp-summary-wrapper .summary-prev:hover{ background: url(summary-nav.prev.gif) no-repeat 0 0px; }

#mvp-summary-wrapper .summary-next{
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 7px;
    top: 7px;
    text-transform: uppercase;
    text-indent: -900px;
    background: url(summary-nav.next.gif) no-repeat 0 -15px;
    z-index: 100;
    outline: none;
} #mvp-summary-wrapper .summary-next:hover{ background: url(summary-nav.next.gif) no-repeat 0 0px; }

#mvp-summary-wrapper .summaries{
    width: 170px;
    height: 134px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#mvp-summary-wrapper .mvp-summary{
    width: 170px;
    height: 134px;
}

#mvp-summary-wrapper h3{
    margin: 0 0 2px;
    font-size: 11px;
    font-weight: normal;
    border-bottom: solid 1px #fff;
    line-height: 1.4em;
    padding: 2px 6px;
    background: #025297; 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-shadow: 0 1px 0 #024178;
    text-align: center;
    height: 15px;
}

.mvp_summary_table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: 0;
	background: #eee;
	
	}

.mvp_summary_table td {
	border: none;
	padding: 4px 5px;
	font-size: 10px;
	line-height: 12px;
	border-bottom: 1px solid #ddd;
	}

.mvp_summary_table td.player-name {
	font-weight: bold;
	}


