div#dCineSkyControl
{
	overflow:hidden;
	width:550px;
	height:170px;
	margin:auto;
}

div#scrollerPanel
{
    width:560px;
    margin:auto;
	background:#cc00000;
}

div#scrollerPanel div.panellistscroller
{
	overflow:hidden;
}

div#scrollerPanel div.panel
{
    width:560px;
	float:left;
	height:160px;
}

div#scrollerPanel div.panelbuttonlist
{
	display:block;
	text-align:center;
	margin:auto;
}

div#scrollerPanel div.panelbuttonlist a
{
	text-decoration:none;
	text-indent:-9999px;
	float:left;
	display:block;
	width:14px;
	height:12px;
	background:url(../../cinesky/imagens/bt-off.gif) no-repeat;
}

div#scrollerPanel div.panelbuttonlist a.selected
{
	background:url(../../cinesky/imagens/bt-on.gif) no-repeat;
}

div#dCineSkyControl div.thumb
{
	background: url(../../cinesky/imagens/ctrl-cinesky-bg.gif) no-repeat;
	float: left;
	height: 155px;
	margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	width: 178px;
	text-align: center;
}
div#dCineSkyControl div.thumb .imagem
{
    float:left;
    margin: 7px;
}

div#dCineSkyControl div.thumb span.emcartaz
{
	background: url(../../cinesky/imagens/tit-emcartaz.gif) no-repeat;
	display: block;
	height: 19px;
	margin: auto;
	width: 102px;
	float:left;
	margin-top:-25px;
	margin-left:40px;
}
div#dCineSkyControl div.thumb span.estreia
{
	background: url(../../cinesky/imagens/tit-estreia.gif) no-repeat;
	display: block;
	height: 19px;
	margin: auto;
	width: 102px;
	float:left;
	margin-top:-25px;
	margin-left:40px;
}

div#dCineSkyControl div.thumb a.programtitle
{
	color: #C0231E;
	display: block;
	font-weight: bold;
	margin: 7px;
	width: 165px;
}
div#dCineSkyControl div.thumb span.sort
{
	height: 36px;
	margin: 7px;
	overflow: hidden;
	text-align: center;
	width: 165px;
}

