﻿div#hostCodino{
	position:absolute;
	top:0px;
	width:352px;
	height:288px;
	float:left;
}

div#hostPlayAgain{
	cursor:pointer;
	position:absolute;
	left:110px;
	top:85px;
	vertical-align:bottom;
	border:0px solid #ff00ff;
	width:129px;
	height:117px;
	background-repeat:no-repeat;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

#hostPlayer{
	background-image: none!important; /*overwrite */
}

#hostFlashPlayer {
	margin: 0px!important;
}

#hostMediaPlayer {
	margin-left: 0px!important; 
	margin-top: 0px!important;
}

div.block_video_row div.video_embed { /* blocchetto entro il quale va' inserito il video */
	clear: both;
	font-size: 1px;
	float: left;
	height: 337px;
	line-height: 1px;
	margin-left: 8px;
	margin-right: 38px;
	margin-top: 19px;
	position: relative;
	width: 351px;
}

body > div.video_embed { /* firefox e ie 7 */
	margin-left: 15px; 
}

/*** stili per i controlli video ***/
div.block_video_row div.video_embed  #PlayerBox {
	height: 300px; 
	overflow:hidden;
}

#VideoCommand	{
	background-color: #fafafa;
	background-image: url(http://www.multimedia.ilsole24ore.com/img/bkg_player.png);
	background-repeat: no-repeat;
	clear: both;
	height: 40px;
	position: absolute;
	top: 288px;
	width: 352px;
	
}

#VideoCommand ul	{
	left: 0;
	list-style: none;
	margin: 0px;
}

	html>/**/body #VideoCommand ul	{
		/*margin:			0 0 0 -35px !important;*/
	}

#VideoCommand li {
	float: left;
	margin-top: 9px;
}
	
html>/**/body #VideoCommand li.plusb	{
	width: 30px;
}
	
#VideoCommand img#cmdPlay {
	background-image: url(http://www.multimedia.ilsole24ore.com/img/ico_next_att.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	margin-right: 5px;
	width: 30px;
}

#VideoCommand img#cmdPause {
	background-image: url(http://www.multimedia.ilsole24ore.com/img/ico_pause_att.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	margin-right: 5px;
	width: 30px;
}
	
	
#VideoCommand img#cmdPlus {
	background-image: url(http://www.multimedia.ilsole24ore.com/img/ico_plus_att.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 25px;
	margin-right: 5px;
	width: 30px;
	
}
	
#VideoCommand img#cmdPlusd {
	background-image: url(http://www.multimedia.ilsole24ore.com/img/ico_plus_dis.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 25px;
	margin-right: 5px;
	width: 30px;
	
}
	
	
#VideoCommand img#cmdPlay:hover{
	background-image: url(http://www.multimedia.ilsole24ore.com/img/ico_next_pre.png);
	cursor: pointer;
	//cursor: hand;
}
#VideoCommand img#cmdPause:hover{
	background-image: url(http://www.multimedia.ilsole24ore.com/img/ico_pause_pre.png);
	cursor: pointer;
	//cursor: hand;
}
#VideoCommand img#cmdPlus:hover{
	background-image: url(http://www.multimedia.ilsole24ore.com/img/ico_plus_pre.png);
	cursor: pointer;
	//cursor: hand;
}

#VideoCommand a#cmdPlusd:hover{
	background-image: url(http://www.multimedia.ilsole24ore.com/img/ico_plus_dis.png);
}

#VideoCommand img#ico_volume {
	margin-top: 8px;
}
		
#VideoCommand  li#slider_target {
	margin-top: 17px;
	margin-left: 8px!important;
	margin-left: 6px;
	margin-right:22px;
	//margin-right:0px;
	width: 40px;
}

#VideoCommand  li#position_values {
	color: #a1a1a1;
	font-size: 8px;
	letter-spacing: 1px;
	height: 20px;
	line-height: 20px;
	margin-top: 13px;
	width: 60px;
}

#VideoCommand div#progress_bar {
	margin-top: 8px;
	margin-left: 14px!important;
	margin-left: 7px;
	margin-right: 1px!important;
	margin-right: 6px;
	padding: 0px;
	width: 95px!important;
	/*width: 90px!important;*/	
	width: 88px;
}


div#PlayerBox form.player {
height: 350px!important;
overflow: hidden!important;
}

/*** fine controlli video ***/