body {
    margin: 0;
	padding: 0;
	height: 768px;
	width: 100%;
	font-family: "Arial";
    background: #ffffff;
    color: #000000;
    -webkit-text-size-adjust: none;
	direction: rtl;
}

body > div,
body > section,
body > ul,
body > li ,
body > h1,
body > h2 ,
body > h3 {
	margin: 0;
	padding: 0;
	width: 100%;
}
body > ul {
	list-style: none;
}
div, section, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	width: 100%;
}
body > ul {
	list-style: none;
}
ul {
	list-style: none;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 748px;
	overflow: hidden;
}

#tv {
	display: block;
	position: absolute;
	top: 0;
	right: -150px;
	width: auto;
	height: 748px;
	z-index: 0;
	background: url(../images/loading.gif) #000000 no-repeat center center;
}
#tv-controls {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/player_bg.jpg) #007fae no-repeat center top;
	z-index: 100;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#tv-controls.hidden {
	bottom: -40px;
}
#tv-controls .ui-slider {
	background-color: #4db1d7;
}
#tv-controls .ui-slider-range {
	display:block;
	width:100%;	
	height:100%;
	left:0;
	bottom: 0;
	border: none;
	position:absolute;
	z-index:1;
	background-color: #ffffff;
}
#tv-controls .ui-slider-handle {
	position: absolute;
	z-index: 2;
	display: block;
	width: 12px;
	height: 12px;
	cursor: default;
	outline: none;
	background: url(../images/buttons.png) no-repeat -20px 0;
}
#tv-controls .menu {
	position: absolute;
	top: 10px;
	right: 45px;
	width: 20px;
	height: 20px;
	background: url(../images/buttons.png) no-repeat 0 0;
}
#tv-controls .volume {
	position: absolute;
	bottom: 10px;
	right: 132px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-transition: all 0.1s; /* Safari and Chrome */
	transition: all 0.1s; 
}
#tv-controls .volume .button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30px;
	height: 20px;
	background: url(../images/buttons.png) no-repeat 0 -22px;
}
#tv-controls .volume:hover {
	height: 150px;
}
#tv-controls .volume .button.muted {
	background-position: -30px -22px;
}
#tv-controls .volume .slider {
	position: absolute;
	bottom: 35px;
	left: 13px;
	width: 4px;
	height: 50px;
}
#tv-controls .volume .ui-slider-handle {
	left: -4px;
	margin-top:-2px;
}
#tv-controls .timer {
	position: absolute;
	top: 0px;
	right: 215px;
	width: 104px;
	height: 40px;
	font-family: aharoni;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
#tv-controls .timer .elapsed {
	font-weight: bold;
}
#tv-controls .seek {
	position: absolute;
	top: 18px;
	left: 165px;
	width: 525px;
	height: 4px;
}
#tv-controls .seek .ui-slider-handle {
	top: -4px;
	margin-left:-3px;
}
#tv-controls .play {
	position: absolute;
	top: 9px;
	left: 127px;
	width: 14px;
	height: 22px;
	background: url(../images/buttons.png) no-repeat -32px 0;
}
#tv-controls .play.paused {
	background-position: -46px 0;
}

#mini-epg {
	display: block;
	position: absolute;
	right: 0;
	bottom: 40px;
	padding-top: 40px;
	width: 100%;
	height: 176px;
	background: url(../images/mini-epg_bg.png) no-repeat right top;
	z-index: 50;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#mini-epg.hidden {
	bottom: -216px;
}
#mini-epg  .prev, #mini-epg  .next {
	display: block;
	position: absolute;
	top: 49px;
	right: 19px;
	width: 48px;
	height: 22px;
	background: url(../images/buttons.png) no-repeat -105px 0;
	z-index: 60;
}
#mini-epg  .next {
	top: 184px;
	background-position: -105px -22px;
}
#mini-epg #channel {
	position: absolute;
	top: 40px;
	right: 0;
	width: 99px;
	height: 176px;
	overflow: hidden;
}
#mini-epg .view {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}
#mini-epg .view img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 45px 11px;
}
#mini-epg .view img.prevc {
	top: -176px;
}
#mini-epg .view img.nextc {
	top: 176px;
}
#mini-epg .view img.prevp,
#mini-epg .view img.nextp {
	right: -143px;
}
#mini-epg .view img.nextp {
	right: 143px;
}
#mini-epg #prev-program,
#mini-epg #next-program {
	position: absolute;
	top: 63px;
	right: 111px;
	width: 143px;
	height: 126px;
	overflow: hidden;
}
#mini-epg #next-program {
	right: auto;
	left: 10px;
}
#mini-epg #prev-program .view img,
#mini-epg #next-program .view img {
	margin: 8px 10px;
}
#mini-epg #prev-program .view img.prevc,
#mini-epg #next-program .view img.prevc {
	top: -126px;
}
#mini-epg #prev-program .view img.nextc,
#mini-epg #next-program .view img.nextc {
	top: 126px;
}
#mini-epg #selected-program {
	position: absolute;
	top: 40px;
	right: 293px;
	width: 539px;
	height: 176px;
	overflow: hidden;
}
#mini-epg #selected-program .view img {
	margin: 15px 8px;
}
#mini-epg #selected-program .view img.prevc {
	top: -206px;
}
#mini-epg #selected-program .view img.nextc {
	top: 206px;
}
#mini-epg #selected-program .view img.prevp {
	right: -540px;
}
#mini-epg #selected-program .view img.nextp {
	right: 540px;
}

#menu {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/menu_bg.png) repeat right top;
	opacity: 1;
	z-index: 50;
	-webkit-transition: all 1s; /* Safari and Chrome */
	transition: all 1s;
}
#menu.hidden {
	width: 0;
	height: 0;
	opacity: 0;
}
#menu .close {
	position: absolute;
	top: 24px;
	left: 30px;
	width: 45px;
	height: 39px;
	background: url(../images/buttons.png) no-repeat -60px 0;
}
#menu .content {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#menu .content.hidden {
	pointer-events: none;
}
#menu .content h1 {
	position: absolute;
	top: 20px;
	right: 0px;
	opacity: 1;
	-webkit-transition: all 0.5s 0.5s;
}
#menu .content.hidden h1 {
	opacity: 0;
}
#menu .content .block {
	display: block;
	position: absolute;
	top: 79px;
	right: 105px;
	width: 815px;
	-webkit-box-sizing: border-box;
	background-color:rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
}
#menu .content.hidden .block {
	right: -815px;
	opacity: 0;
}
#menu .content .block .slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#menu .content .block .slider .scroller {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	direction: ltr;
	overflow: auto;
	opacity: 1;
	-webkit-transition: all 0.5s;
}
#menu .content .block .slider.hidden .scroller {
	opacity: 0;
	right: 1000px;
}
#menu .content .block .slider .scroller .wrapper {
	position: relative;
	direction: rtl;
}
#menu .content .block .slider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgba(0,0,0,1)), /* left */
		color-stop(1, rgba(0,0,0,0)) /* right */
	);	
	z-index: 10;
}
#menu .content .block .slider .overlay2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(0, rgba(0,0,0,1)), /* left */
		color-stop(1, rgba(0,0,0,0)) /* right */
	);	
	z-index: 10;
}
#menu .content .drag-box .overlay {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, rgba(0,0,0,1)), /* bottom */
		color-stop(0, rgba(0,0,0,0)) /* top */
	);	
}

#menu .content.main h1 {
	top: 24px;
	right: 105px;
	-webkit-transition: all 0.5s 0.5s;
}
#menu .content.main.hidden h1 {
	top: -500px;
}
#menu .content.main .block {
	width: 606px;
	height: 137px;
}
#menu .content.main.hidden .block {
	right: -606px;
}
#menu .content.main .vod {
	top: 236px;
	-webkit-transition: all 0.7s ease-in-out;
}
#menu .content.main .catchup {
	top: 393px;
	height: 204px;
	-webkit-transition: all 0.9s ease-in-out;
}
#menu .content.main .updates {
	right: 731px;
	width: 189px;
	height: 518px;
	-webkit-transition: 0.5s ease-out;
}
#menu .content.main.hidden .updates {
	top: -1300px;
	right: 731px;
}
#menu .content.main .block h2 {
	float: right;
	margin-left: 8px;
	width: 84px;
}
#menu .content.main .block h3 {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	width: 90px;
}
#menu .content.main .block img {
	display: block;
}
#menu .content.main .block .slider {
	float: right;
	width: 514px;
	height: 137px;
}
#menu .content.main .block .slider .scroller .wrapper {
	width: 1617px;
}
#menu .content.main .block .slider.days {
	margin-bottom: 8px;
	width: 416px;
	height: 59px;
}
#menu .content.main .block .slider.days .scroller .wrapper {
	width: 625px;
	height: 59px;
	overflow: hidden;
}
#menu .content.main .block .slider.days a {
	display: inline-block;
	position: relative;
}
#menu .content.main .block .slider.days img {
	display: inline-block;
}
#menu .content.main .block .slider.days a .overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 4px;
	width: 82px;
	height: 57px;
	background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(1, rgba(0,160,120,0.5)), /* bottom */
			color-stop(0, rgba(0,160,120,0.3)) /* top */
		);	
	border-bottom: solid 2px #00a0dc;
}
#menu .content.main .block .slider.days a.selected .overlay {
	display: block;
}
#menu .content.main .updates h2 {
	width: 100%;
}
#menu .content.main .updates .slider {
	width: 100%;
	height: 459px
}
#menu .content.main .updates .slider.hidden .scroller {
	top: 1000px;
	right: 0;
}
#menu .content.main .updates .slider .scroller .wrapper {
	width: 100%;
	height: 746px;
}
#menu .content.main .updates .slider .overlay {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 189px;
	height: 50px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, rgba(0,0,0,1)), /* bottom */
		color-stop(0, rgba(0,0,0,0)) /* top */
	);	
}

#menu .content.vod .promoted {
	padding: 8px;
	height: 216px;
	background-color:rgba(0,0,0,0.7);
}
#menu .content.vod .categories {
	top: 295px;
	height: 433px;
	background: none;
	overflow: hidden;
}
#menu .content.vod.hidden .categories {
	top: 500px;
	right: 105px;
}
#menu .content.vod .categories .block {
	top: 20px;
	right: 0;
	height: 413px;
}
#menu .content.vod .categories .slider.hidden .scroller {
	top: 1000px;
	right: 0;
}
#menu .content.vod .categories .slider .scroller .wrapper {
	width: 100%;
	height: 796px;
}
#menu .content.vod .categories .overlay {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, rgba(0,0,0,1)), /* bottom */
		color-stop(0, rgba(0,0,0,0)) /* top */
	);	
}

#menu .content.category .block {
	background: none;
}
#menu .content.category .sub-categories {
	background-color:rgba(0,0,0,0.7);
	z-index: 0;
}
#menu .content.category .sub-categories .scroller .overlay,
#menu .content.category .sub-categories .scroller .overlay2 {
	width: 75px;
}
#menu .content.category .block .slider.sub-categories .scroller .wrapper {
	width: 950px;
}
#menu .content.category .block .slider.sub-categories a {
	display: inline-block;
	position: relative;
	padding: 0 18px;
	height: 78px;
	line-height: 78px;
}
#menu .content.category .block .slider.sub-categories img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
}
#menu .content.category .block .slider.sub-categories a .overlay {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 28px;
	background: #00a0dc;
	z-index: 0;
}
#menu .content.category .block .slider.sub-categories a.selected .overlay {
	display: block;
}
#menu .content.category .sub-category {
	top: 157px;
	height: 551px;
	background: none;
	overflow: hidden;
}
#menu .content.category.hidden .sub-category {
	top: 600px;
	right: 105px;
}
#menu .content.category .sub-category .promoted {
	margin-top: 20px;
	height: 141px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all 0.4s; 
}
#menu .content.category .sub-category.collapsed .promoted {
	margin-top: 0px;
	height: 0px;
	opacity: 1;
}
#menu .content.category .sub-category.hidden .block .promoted {
	margin-top: 600px;
	height: 141px;
	opacity: 0;
}
#menu .content.category .sub-category  .filter-box {
	margin-top: 14px;
	height: 531px;
	opacity: 1;
	-webkit-transition: all 0.6s; 
}
#menu .content.category .sub-category.collapsed  .filter-box {
	margin-top: 14px;
	opacity: 1;
}
#menu .content.category .sub-category.hidden  .filter-box {
	margin-top: 800px;
	opacity: 0;
}
#menu .content.category .sub-category .filter-box .filter {
	display: block;
}
#menu .content.category .sub-category .filter-box .slider {
	padding-top: 15px;
	height: 469px;
	overflow: hidden;
	background:rgba(0,0,0,0.67);
}
#menu .content.category .sub-category .filter-box .slider .scroller {
	padding: 0 11px 15px 9px;
	height: 449px;
}
#menu .content.category .sub-category .filter-box .slider.hidden .scroller {
	top: -1000px;
	right: 0;
}
#menu .content.category .sub-category .filter-box .slider .scroller .wrapper {
	height: 796px;
}
#menu .content.category .sub-category .filter-box .slider .overlay {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, rgba(0,0,0,1)), /* bottom */
		color-stop(0, rgba(0,0,0,0)) /* top */
	);	
}

#menu .content.series .block {
	background: none;
}
#menu .content.series .title {
	height: 58px;
}
#menu .content.series .slides {
	top: 158px;
	width: 506px;
	height: 334px;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
	-webkit-transition: all 0.7s ease-in-out;
}
#menu .content.series .slides img {
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	opacity: 1;
	z-index: 50;
	-webkit-transition: all 0.6s ease-in-out;
}
#menu .content.series .slides img.hiding {
	right: 506px;
	opacity: 0;
	z-index: 0;
}
#menu .content.series .slides img.hidden {
	right: -506px;
	opacity: 0;
	z-index: 100;
}
#menu .content.series .slides .bullets {
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 21px;
	text-align: center;	
}
#menu .content.series .slides .bullets .bullet {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/bullet.png) no-repeat 0 0;
}
#menu .content.series .slides .bullets .on {
	background-position: 0 -21px;
}
#menu .content.series .seasons {
	top: 511px;
	height: 192px;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease-in-out;
}
#menu .content.series .seasons .slider {
	position: absolute;
	top: 48px;
	right: 8px;
	width: 807px;
	height: 137px;
}
#menu .content.series .seasons .slider .scroller {
	-webkit-transition: all 0.8s;
}
#menu .content.series .seasons .slider .scroller .wrapper {
	width: 1821px;
}
#menu .content.series .about {
	top: 158px;
	right: 632px;
	width: 288px;
	height: 158px;
	-webkit-transition: all 0.8s ease-in-out;
}
#menu .content.series .characters {
	top: 335px;
	right: 632px;
	width: 288px;
	height: 156px;
	-webkit-transition: all 0.9s ease-in-out;
}
#menu .content.series.hidden .about,
#menu .content.series.hidden .characters {
	right: 1024px;
}

#menu .content.seasons .title {
	height: 98px;
	background: none;
}
#menu .content.seasons .block img {
	display: block;
}
#menu .content.seasons .season-list {
	top: 176px;
	height: 549px;
	background: none;
	overflow: hidden;
}
#menu .content.seasons .season-list .slider .scroller .wrapper {
	height: 955px;
}
#menu .content.seasons .season-list .slider .overlay {
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1, rgba(0,0,0,1)), /* bottom */
		color-stop(0, rgba(0,0,0,0)) /* top */
	);	
}
#menu .content.seasons .season-list .block {
	position: relative;
	top: 0;
	right: 0px;
	margin-top: 20px;
	width: 815px;
	height: 137px;
}
#menu .content.seasons .season-list .block h2 {
	float: right;
	margin-left: 8px;
	width: 84px;
}
#menu .content.seasons .season-list .block .slider {
	float: right;
	top: 0;
	width: 723px;
	height: 137px;
}
#menu .content.seasons .season-list .block .slider .scroller .wrapper {
	height: 137px;
	width: 1618px;
}
#menu .content.seasons .season-list .slider .block .slider .overlay {
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgba(0,0,0,1)), /* left */
		color-stop(1, rgba(0,0,0,0)) /* right */
	);	
}

#logger {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1000;
	overflow: scroll;
	direction: ltr;
}