/* Slideshow style rules */
#componente 
{
	margin:0 auto;
	margin-top:10px;
	width:1114px;
	height:454px;
	position:relative;
	color:#333;
}
#player_top
{
	margin:0 auto;
	width:1114px;
	height:26px;
	background:transparent url(../img/iptv_fondo_player_top.png) no-repeat 0 0;
	float:right;
}
#iptv_player 
{
	margin:0 auto;
	width:712px;
	height:428px;
	background:transparent url(../img/iptv_fondo_player_2.png) no-repeat 0 0;
	float:right;
}
#slideshow 
{
	margin:0 auto;
	width:402px;
	height:428px;
	background:transparent url(../img/iptv_fondo_grilla.png) no-repeat 0 0;
	float:left;
}
#slideshow #slidesContainer 
{
  margin:0 auto;
  width:400px;
  height:400px;
  position:relative;
  border: 1px solid #252525;
  background: #333333;
}
#slideshow #slidesContainer .slide 
{
  text-align: center;
  width:400px;
  height:400px;
}


/* Slideshow controls style rules */
.control 
{
  display:block;
  width:39px;
  height:20px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl 
{
  top:430;
  left:15;
  background:transparent url(../img/control_left.png) no-repeat 0 0;
}
#rightControl 
{
  top:430;
  right:695;
  background:transparent url(../img/control_right.png) no-repeat 0 0;
}
