@CHARSET "UTF-8";

.content div.movies{
	position: absolute;
	height:470px;
	width:200px;
	top:0px;
	left:632px;
	background:url(/img/ramka_movie.gif) no-repeat;
	padding: 10px;
	z-index:20;
}

a.player {
	margin-top:40px;
	display:block;
	width:180px;
	height:150px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:55px;
	border:0;	
}

a.player {
	margin-top:0px;
}

div.clips {
	margin-top:15px;
}

div.clips a.playing {
	color:#FFFFFF;
}

div.clips a {
	width: 90%;
	color:#9F9F9F;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	background:url(/img/control_stop.jpg) no-repeat;
	background-position: right;
}

div.clips a.playing {
	background:url(/img/control_play.jpg) no-repeat;
	background-position: right;
}


div.clips a.paused {
	background:url(/img/control_pause.jpg) no-repeat;
	background-position: right;
}
