/* \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ */
/* www.mysalsa.tv			                                                  */
/* home.css 		                                                          */
/* copyright Thoms Brückhändler, www.edv-service-tb.de                        */
/* Erstellt am: 28.07.2007 08:09:11                                           */
/* Letzte Änderung am:                                                        */
/* \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/ */
#tx-kuloplayer-pi1-container {
/*			position:absolute; */
			float:left;
			top:0px;
			left:0px;
			z-index:9999;
			width:99%;
			height:360px;
			border:0px solid red;
			text-align: center;
			background-color: transparent;

}

div.tx-kuloplayer-pi1
{
			text-align: left;
			background-color: transparent;
			
			position:realtive;
			top:0px;
			left:0px;
			z-index:9998;
			width:428px;
			height:350px;
			padding:0px;
			margin:0px;
			border:0px solid green;
}

/** Achtung, gleiche ID auch beim Player tx-bddbflvvideogallery
 * Die Dimensionen des kulo_player werden mit diesen CSS Angabe
 * gesteuert!
 * */
#player {
	float: left;
/**	margin-right: 16px;
	margin-bottom: 10px; */
  padding: 6px 4px 4px 6px;
	margin: 0px 16px 10px 0px;
	width: 416px;
  	height: 312px;
/**	width: auto;
  	height: auto; */
/**	background-image:	url("defaultplayer.gif"); */
	background-repeat:	no-repeat;
	background-position: 0px 0px;
	border: 1px solid #888888;
/**	width: 240px;
  	height: 185px; */

}
