#page {
	width:100%;
	margin:0px auto;
	min-height:220px;
	text-align:left;
	left:0px;
}


/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	width:250px;
	height:180px;
	margin-right:15px;
	float:left;
}

.Permission {
    display:block;				
	border:0;
	width:250px;
	height:180px;
	margin-right:15px;
	float:left;
}

.PermissionSmall {
    display:block;				
	border:0;
	width:100%;
	height:136px;
	margin-right:1px;
}

div.items {
	height:180px;		
	float:left;
	top:10px;
	width:480px;
	background-color:#ecf2fa;
	border:1px solid #336699;
}
	
div.items div {
	width:480px;	
}



/* items */
div.scrollable {
	margin-left:-1px;
	width:100%;		
}

div.scrollable div {		
	float:left;
	/*width:86%;*/
}

div.scrollable h2 {
	margin-top:15px;	
	color:#1e5eae;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:16px;
}

div.scrollable p {
	color:#336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-right:15px;
}


/* play button on top of splash image */
div.playButton {
	background:url(../images/play.png) no-repeat;
	width:45px !important;
	height:45px;
	position:relative;
	top:-115px;
	left:105px;	
	margin-bottom:-50px;
	opacity:0.9;
	cursor:pointer;
}

div.playButton:hover {
	opacity:1.0;		
}

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:70px;
}

a.prev {
	background:url(../images/button-left.gif);
	margin-right:5px;
}

a.prev:hover {
	background:url(../images/button-left-over.gif);		
}

a.next {
	background:url(../images/button-right.gif);
	margin-left:5px;
}

a.next:hover {
	background:url(../images/button-right-over.gif);		
}



#ListaVideo .flowplayerSmall,#ListaVideo .flowplayerSmall img {
	display:block;				
	border:0;
	width:100%;
	height:136px;
	margin-right:1px;
}


#ListaVideo div.playButton {
	background:url(../images/play.png) no-repeat;
	width:45px !important;
	display:block;
	position:relative;
	height:45px;
	top:-90px;
	left:65px;	
	opacity:0.9;
}

html>body #ListaVideo div.playButton {
/*top:0px;
margin-bottom:155px;
background-color:#009900;
*/
}

#ListaVideo div.playButton:hover {
	opacity:1.0;		
}

