/* COMPONENT */
#media_component
{
	position: absolute;
}

#playerContainer
{
	width: 320px;
	height: 264px;
}
#alternativeContent p {
	color: #ffffff;
	font-size: 10px;
	padding-top: 10px;
}
#player
{
	position: relative;
}

#left #player
{
	padding: 0 0 0 6px;
}

#right #player
{
	padding: 0 0 0 7px;
}

#info_container
{
	position:relative;
	width: 333px;
	height: 185px;
	padding: 0 0 0 0px;
}

#left #info_container
{
	padding: 0 0 0 0px;
}

#right #info_container
{
	padding: 0;
}

#navigator_container
{
	position: relative;
	z-index: 1;
	height: 300px;
	width: 339px;
}

#media_details_blogger_div
{
	position: relative;
	left: 298px;
	top: 17px;
	
	width: 21px;
	height: 18px;
	overflow: hidden;

	cursor: pointer;
}

#media_details_blogger
{
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 36px;
}

#media_details_blogger_infobulle
{
	width: 90px;
	height: 39px;

	position: absolute;
	left: 306px;
	top: 53px;
	z-index: 10;
	
	display: none;
	cursor: pointer;
}

#media_details_permalink_div, #media_length, #media_hits, #vote_title, #vote_panel
{
	position: absolute;
	top: 5px;
}

#media_details_permalink_div a
{
	text-decoration: none;
}

#media_details_permalink_div
{
	left: 8px;

	width: 110px;
	height: 10px;
	overflow: hidden;

	cursor: pointer;
}

#media_details_permalink
{
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 20px;
	
	cursor: pointer;
}

#media_details_permalink_text
{
	position: absolute;
	left: 21px;
	top: 0;
	
	cursor: pointer;
}

#media_length
{
	left: 117px;
	width: 79px;
}

#media_hits
{
	left: 196px;
	width: 60px;
}

#vote_title
{
	left: 256px;
}

#vote_panel
{
	left: 279px;
	top: 1px;
}

#details
{
	width: 333px;
	height: 167px;
	padding: 18px 0 0;
}

#details_background
{
	width: 340px;
	height: 167px;
	
	position: absolute;
}

#media_details_img_container
{
	width: 89px;
	height: 66px;
	overflow: hidden;
	position: absolute;
	top: 34px; 
	left: 13px
}

#media_details_img
{
	width: 87px;
	height: 64px;
	
	position: absolute;
	left: 0;
	top: 0;
}

#infos
{
	position: absolute;
	left: 108px;
	top: 34px;

	width: 190px;
	height: 72px;
	overflow: hidden;
}

#media_details {
	position: relative;
	bottom: 0;
	height: 38px;
	overflow: hidden;
}


#media_details_tags a,
#media_details_author {
	font-size: 10px;
	line-height: 0.8em;
}

#media_details_tags span
{
	color: #707070;
}

#media_details_title
{
	font-size: 11px;
	font-weight: bold;
}

#media_details_tags_container
{
	position: absolute;
	left: 0px;
	top: 26px;
	width: 293px;
	height: 61px;
	overflow: hidden;
	margin:0;
}

#media_details_tags
{
	position: absolute;
	color: #707070;
}

#tags_scrollbar_div
{
	left: 309px;
	top: 61px;
}

#media_details_tags a
{
	color: #707070;
	text-decoration: none;
}

#media_details_resume_container
{
	position: absolute;
	left: 13px;
	top: 108px;
	width: 293px;
	height: 61px;
	overflow: hidden;
	margin:0;
}

#media_details_resume
{
	position: absolute;
}

#media_details_resume a
{
	color: #44A1B5;
	text-decoration: none;
}

#resume_scrollbar_div
{
	left: 309px;
	top: 108px;
}



/* NAVIGATOR */
#media_navigator
{
	width: 500px;
	height: 303px;
	position: absolute;
	z-index: 1;

	overflow: hidden;
}

#search_indicator_div
{
	position: absolute;
	left: 140px;
	top: 204px;
	z-index: 4;

	display: none;
}

#pagination
{
	width: 424px;

	position: absolute;
	left: 37px;
	top: 280px;
	z-index: 7;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#black_background
{
	background: url(../../images/frontend2/black_background.png) no-repeat !important;
	background: none !ie;
}

#disabler_left,
#disabler_bottom,
#disabler_right
{
	position: absolute;
	z-index: 1;
}

#disabler_left
{
	width: 36px;
	height: 417px;
}

#disabler_bottom
{
	top: 417px;
	width: 510px;
	height: 30px;
}

#disabler_right
{
	left: 462px;
	top: 0;
	width: 38px;
	height: 417px;
}

#media_navigator_background
{
	width: 444px;
	height: 303px;

	position: absolute;
	left: 35px;
}

#arrow_left_div, #arrow_right_div
{
	position: absolute;
	top: 90px;
	z-index: 2;

	width: 42px;
	height: 114px;
	overflow: hidden;
}

#arrow_left_div
{
	left: /*0;*/ -1px;
}

#arrow_right_div
{
	right: 0;
}

#arrow_left, #arrow_right
{
	position: absolute;
	/*width: 42px;*/
	width: 35px;
	height: 228px;
	
	cursor: pointer;
}

#black_background
{
	width: 424px;
	height: 416px;
	
	position: absolute;
	top: 0;
	left: 37px;
	z-index: 1;
	
	display: none;
}

#resume_popup
{
	width: 368px;
	height: 132px;
	background-color: black;
	color: white;
	
	position: absolute;
	z-index: 6;
	overflow: hidden;
	
	display: none;
	top: 29px;
	left: 64px;
}

#resume_popup h1
{
	font-size: 11px;
	margin: 4px 10px 0;
}

#navigator_media_infos
{
	height: 20px;
	margin: 6px 10px 10px;
}

#navigator_media_length, #navigator_media_hits
{
	float: left;
	margin: 0 20px 0 0;
}

.navigator_media_length
{
	position: absolute;
	left: -30px;
}

.navigator_note_panel
{
	position: absolute;
	top: -100px;
	left: 180px;
	height: 11px;
	width :51px;
}

.navigator_note_panel2
{
	position: absolute;
	top: -4px;
	left: -50px;
	height: 11px;
	width :51px;
}

#navigator_media_author, #navigator_media_resume
{
	margin: 0 10px;
}

#custom_media_0,
#custom_media_1,
#custom_media_2,
#custom_media_3,
#custom_media_4,
#custom_media_5,
#custom_media_6,
#custom_media_7,
#custom_media_8
{
	position: absolute;

	width: 120px;
	height: 142px;
	
	font-size: 10px;

	overflow: hidden;
}

.label
{
	border: none;
	margin: 0;

	width: 118px;
	height: 96px;
	
	position: absolute;
	top: 11px;
	left: 0;
}

.label_title
{
	position: absolute;
	top: 111px;
	color: white;
}

.play_button
{
	width: 118px;
	height: 96px;
	border: none;

	position: absolute;
	top: 11px;
	left: 0;
	z-index: 4;
}

.rollover_container
{
	width: 118px;
	height: 96px;

	position: absolute;
	top: 12px;
	left: 1px;
	z-index: 5;
	
	overflow: hidden;
}

.rollovercontent
{
	position: absolute;
	top: 100px;
	margin: 0;
	padding: 0;
}

.resume_container
{
	margin: 0 0 4px;
	padding: 4px 4px 0;
	width: 108px;
	height: 73px;

	position: relative;
	z-index: 2;
	overflow: hidden;
}

.custom_media_title
{
	font-size: 13px;
	font-weight: bold;
	
	display: none;
}

.custom_media_resume
{
}

.custom_media_link
{
	width: 120px;
	height: 98px;
	position: absolute;
	top: 11px;
	left: 0;
	z-index: 8;
	cursor: pointer;
	
	background-color: #fff;
	opacity: 0.0;
	filter: alpha(opacity:0);
}

.label_black_filter
{
	width: 116px;
	height: 81px;
	
	position: absolute;
	top: 12px;
	left: 1px;
	
	background: black;
	opacity: 0.8;
	filter: alpha(opacity:80);
	
	display: none;
}

.label_black_filter2
{
	width: 130px;
	height: 95px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
	background: black;
	opacity: 0.7;
	filter: alpha(opacity:70);
	
	display: none;
}

#resume_popup
{
	left: 64px;
}

#custom_media_0,
#custom_media_1,
#custom_media_2
{
	top: 7px;
}

#custom_media_3,
#custom_media_4,
#custom_media_5
{
	top: 143px;
}

#custom_media_6,
#custom_media_7,
#custom_media_8
{
	top: 262px;
}

#custom_media_0,
#custom_media_3,
#custom_media_6
{
	left: 22px;
}

#custom_media_1,
#custom_media_4,
#custom_media_7
{
	left: 151px;
}

#custom_media_2,
#custom_media_5,
#custom_media_8
{
	left: 281px;
}


#custom_medias_container
{
	width: 424px;
	height: 304px;
	padding: 0;

	position: absolute;
	left: 37px;
	z-index: 2;
	
	overflow: hidden;
}

#custom_medias
{
	position: absolute;
	left: 0;
}

#custom_medias_temporary_container
{
	width: 424px;
	height: 300px;
	padding: 0;

	position: absolute;
	left: 37px;
	top: 0;

	overflow: hidden;
}
