#iplayer
{
	background: url(/idn/images/iplayer/background_360.png) repeat-x scroll 0 0 transparent;
	width: 620px;
	height: 360px;
}
.signup_button
{
	position: relative;
	bottom:0px;
	left: 10px;
	width: 75px;
	height: 27px;
}
.signup_button a div
{
	width: 75px;
	height: 27px;
	background: url(/idn/images/iplayer/signup.png) no-repeat scroll 0 0 transparent;	

}
.signup_button a:hover div
{
	background: url(/idn/images/iplayer/signup_down.png) no-repeat scroll 0 0 transparent;	
}

.iplay_button
{
	position: relative;
	bottom: 25px;
	left: 100px;
	width: 25px;
	height: 25px;
}
#iplay_bg
{
	width:100%;
	height:340px;
	position: relative;
	top:-340px;
}
.iplay_bg_play { background: url(/idn/images/iplayer/btn_play_full.png) no-repeat scroll 0 0 transparent; }
.iplay_bg_pause { background: 0; }


.iplay_button a div
{
	width: 25px;
	height: 25px;
	background: url(/idn/images/iplayer/btn_play.png) no-repeat scroll 0 0 transparent;	

}
.iplay_button a:hover div
{
/*	background: url(/idn/images/iplayer/btn_pause.png) no-repeat scroll 0 0 transparent;	*/
}
/*
.fullscreen_button
{
	position: relative;
	top: 2px;
	left: 330px;
	width: 24px;
	height: 24px;
}
.fullscreen_button a div
{
	width: 24px;
	height: 24px;
	background: url(../images/btn_fullscreen.png) no-repeat scroll 0 0 transparent;	

}
.fullscreen_button a:hover div
{
	background: url(../images/btn_fullscreen_down.png) no-repeat scroll 0 0 transparent;	
}
*/



