@charset "utf-8";
/* CSS Document */
img {
	border:0px;
}
#model-player {
	width:782px;
	height:435px;
	background:url(gfx/model-player.jpg) no-repeat;
	display:block;
	position:relative;
}

#wrapper-thumbs {
	background:#000;
    position:absolute;
	top:17px;
	left:15px;
    z-index:1;
    width:139px;
    height:397px;
    overflow:auto;
	border:solid 2px #999;
}

#wrapper-img {
	background:#000;
	position:absolute;
	top:17px;
	left:213px;
    z-index:1;
    width:508px;
    height:370px;
    overflow:hidden;
	border:solid 3px #999;
}
.img-big {
	width:508px;
	height:370px;
	overflow:hidden;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}
.img-thumb {
	width:113px;
	height:62px;
	overflow:hidden;
	margin-top:2px;
	margin-left:2px;
	margin-bottom:2px;
	text-align:center;
}


