html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;background:#000 url("bg_fade.gif")}
div#container{width:960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	text-align: left;
}
p{margin:0 10px 10px}
a{display:block;color: #981793;}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;color: #79B30B}
.logo{width:160px;height:42px;border:0;margin:25px;
  padding: 0;background-image: url(fkvllazniatv.png);}
div#content p{line-height:1.4}
div#player{width:640px;
			  height: 480px;
				margin: 0 0 30px;
				background-image: url(player_back.png);
				background-repeat: no-repeat;}
div#video{
	padding: 12px 0px;
	margin: 0px 0px 0px 15px;
}
.embed {
/*background:url("info.png") no-repeat scroll left top transparent;
color:#FFFFFF;*/
font-size:16px;
font-weight:bold;
height:30px;
left:180px;
padding-left:40px;
padding-top:5px;
position:absolute;
top:300px;
width:500px;

}
#info {
background:url("info.png") no-repeat scroll left top transparent;
height:30px;
left:180px;
padding-left:40px;
padding-top:5px;
position:absolute;
top:500px;
width:500px;
z-index:100;
font-size: 13px;
color:#FFF; 
font-weight: bold;
}

.infol {
background:url("info.png") no-repeat scroll left top transparent;
height:30px;
left:220px;
padding-left:40px;
padding-top:5px;
position:absolute;
top:537px;
width:300px;
z-index:100;
font-size: 13px;
color:#FFF; 
font-weight: bold;
}

.download {
background:url("download.png") no-repeat scroll left top transparent;
padding-left:30px;
height:30px;
padding-top:5px;
font-size: 12px;
color:#FFF; 
font-weight: bold;
}

.radio {
background:url("radio.png") no-repeat scroll left top transparent;
padding-left:30px;
height:30px;
padding-top:5px;
font-size: 12px;
color:#FFF; 
font-weight: bold;
}

.infov {
background:url("info1.png") no-repeat scroll left top transparent;
padding-left:30px;
height:30px;
padding-top:5px;
font-size: 12px;
color:#B80000; 
font-weight: bold;
}


div#navigation{border:0px}
div#extra{ clear:left;width:100%; height: 143px;
				margin: 0px;
				padding: 20px; 
				background-image: url(scroll.png);
				background-repeat: no-repeat;}
				}
div#footer{background: #333;}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:left;width:100%}
div#content{margin-right:320px}
div#navigation{float:left;width:320px;margin-left:-320px}

/* css tabs*/

/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:320px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(tabs.png) no-repeat;
	display:block;
	height: 31px;   
	width: 160px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#fff;
	font-size:14px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -160px 0; }

 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff;	 }
#flowtabs #t1:hover 	{ background-position:      0 -53px; }
#flowtabs #t2:hover 	{ background-position: -160px -53px; }


/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#fff; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -99px; }
#flowtabs #t2.current { background-position: -160px -99px; }



/* panes */
#flowpanes {
	background: url(tabs.png) no-repeat 0 -129px;		
	width:320px;
	height:400px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#fff;	
	margin:0px 2px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:2px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 800px;
	height:140px;

	/* custom decorations */
	border:0px;
	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 5px 60px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


.item {
	float:left;
	cursor:pointer;
	width:800px;
	height:100px;
	padding:10px;
}



/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	



.navi {
	margin-left:423px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}



#demotip { 
    display:none; 
    background:transparent url(black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}


#squares li{
width: 45px; /*width of image container. Must be wider than contained images (before bubbling) */
height:40px; /*height of image container. Must be taller than contained images (before bubbling) */
}

#squares li img{
width: 31px; /*width of each image before bubbling*/
height: 31px; /*height of each image*/
}


.bubblewrap{
list-style-type:none;
margin:15px 0px 0px 20px;
padding:0;
}

.bubblewrap li{
display:inline-block;
zoom:1; /*Trigger haslayout in IE7 and less*/
*display:inline; /*For IE7 and less*/
position:relative;
width: 65px;
height:60px;
}

.bubblewrap li img{
position:absolute;
width: 55px; /*default width of each image.*/
height: 60px; /*default height of each image.*/
left:0;
top:0;
border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
position:absolute;
font:bold 12px Arial;
padding:2px;
width:100px;
text-align:center;
background:white;
}


#adContainer {
visibility:hidden;
}

.ad{
visibility:hidden;
}


.wallkit_post .wallkit_postcontent div {
color:#FFFFFF;
}
