/* styling of the container. */ 
a.myPlayer { 
	display:block; 
	width:300px;
	height:250px;
  text-align:center; 
  margin:0 10px 15px 10px; 
  float:left; 
  border:1px solid #999; 
  background:url('splash_gal.png') no-repeat;
  color:#ffffff;
  font-size:12px;
} 
 
/* play button */ 
a.myPlayer img { 
  margin-top:85px;
  border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
  border:1px solid #000;
  text-decoration:none !important;
}

/* container has a background image */
a.player {	
	/*margin-top:40px;*/
	display:block;
	background:url('splash.png') no-repeat;
	width:368px;
	height:260px;
/*	padding:0 126px 75px 127px;	*/
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

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

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

/*{{{ general playlist settings, light gray */
div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips {
	width:260px;	
}

div.clips a {
	background:url('h80.png');
	display:block;
	background-color:#fefeff;
	padding:12px 15px;
	height:46px;
	width:195px;
	font-size:12px;
	border:1px outset #ccc;		
	text-decoration:none;
	letter-spacing:-1px;
	color:#000;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url('light.png') no-repeat 0px -69px;
	width:225px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#f9f9fa;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol {
	float: left;	
}

div.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
	text-align: left;	
	float: left;
}

.titulo_flowvideo{
	width: 172px;
	color:#fff !important;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif !important;
	text-align: left !important;
	font-size: 12px !important;	
	letter-spacing: normal !important;	
	line-height: 12px !important;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url('dark.png') no-repeat 0px -69px;
	border:0;	
}

div.clips.petrol a.paused {
	background-position:0 0;	
}

div.clips.petrol a span {
	color:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	background-color:#274D58;		
	text-decoration:none !important;
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;	
}
/*}}}*/


/*{{{ low version */

div.clips.low a {	
	height:31px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background-image:url('light_small.png');
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url('up.png') no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url('down.png');	
}

div.petrol a.go {
	background-image:url('up_dark.png');		
}

div.petrol a.go.down {
	background-image:url('down_dark.png');		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


