#multiplayer, 
#fullplayer
{
}

#multiplayer
{
	position:		relative;
	width:			754px;
	height:			324px;

	background-image:	url( /products/images/bg_multiplayer.gif );
	background-repeat:	no-repeat;

}

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

#scrollarea
{
	position: 		absolute;
	top: 			52px;
	right: 			1px;

	width: 			276px;
	height: 		241px;
	overflow: 		auto;

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

}

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

#player_tabs
{
	position: 		absolute;
	bottom: 		0px;
	left: 			478px;

	clear: 			both;
	height:			31px;
}

#player_area
{
	position: 		absolute;
	top: 			1px;
	right: 			277px;
	width:			476px;
	height: 		286px;

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

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

#fullplayer #view_larger
{
	bottom: 		5px;
}

#prev_next
{
	position: 		absolute;
	top:			293px;
	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;
}