#multiplayer, 
#fullplayer
{
}

#multiplayer
{
	position:		relative;
	width:			806px;
	height:			343px;
top: -10px;
	margin:			0px;
	background-image:	url( /products/images/bg_multiplayer.gif );
	background-repeat:	no-repeat;

}

#player_container
{
	margin: 		0px;
	padding: 		0px;
}

#scrollarea
{
	position: 		absolute;
	top: 			66px;
	right: 			2px;

	width: 			340px;
	height: 		243px;
	overflow: 		auto;

	font-size:		0.65em;
	color:			#828282;

}

#scrollarea a
{
	font-size:		1.2em;
	color:			#333333;
}

#player_tabs
{
	position: 		absolute;

	top:			310px;
	left: 			465px;
	clear: 			both;
	height:			33px;
}

#player_area
{
	position: 		absolute;
	top: 			20px;
	left:			2px;
/*	right: 			346px;	*/
	width:			452px;
	height: 		321px;

	padding:		1px 0px 0px 1px;
}

#view_larger
{
	position: 		absolute;
	bottom: 		10px;
	right: 			190px;
	background-color: white;
	padding: 		1px;
}

#fullplayer #view_larger
{
	bottom: 		5px;
}

#prev_next
{
	position: 		absolute;
	top:			308px;
	right: 			0px;
	width:			460px;
	text-align: 	right;
}

.player_item
{
	clear: 			both;
	padding: 		10px 0 10px 10px;
	min-height:		43px;
}

.player_item img
{
	float:			left;
	padding-right:	8px;
}

.image_link, .audio_link, .video_link
{
	font-weight: 	bold;
}

.active
{
	color: 			#cc0000;
}
