#side_tv {
    height: 192px !important;
    margin-bottom: 10px !important;
}

#pw_container {
    background: #67609a url(/images/ixbttv_bg1.png) no-repeat center top;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    text-shadow: 0 -1px 0 #2f2a50;
    padding: 7px 0;
    position: relative;
}

.pw_loading {
    background: url(/images/widget_loading.gif) no-repeat center;
}

#pw_container h3 {
    color: #fff;
    padding: 0 7px;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    margin: 0 0 4px;
    background: none;
}

#pw_container .pw_items {
    margin: 0 7px;
    overflow: hidden;
    position: relative;
}

#pw_container .pw_items .pw_items_holder .pw_item {
    cursor: pointer;
    display: block;
    float: left;
    color: #fff;
    text-align: left !important;
    font-size: 12px;
    font-family: Arial;
}

#pw_container .pw_items .pw_items_holder .pw_item img {
    display: block;
    width: 100%;
    margin: 0 0 3px;
    background: url(/images/widget_loading.gif) no-repeat center;
}

.pw_item_name {
    height: 2.4em;
    display: block;
	 line-height: 1.2em;
}

#pw_container .pw_sliding_trigger {
	position: absolute;
	right: 7px;
	top: 5px;
	height: 21px;
	width: 20px;
	background: url(/images/as_control.gif) -1px -22px;
    display: block;
}

#pw_container .pw_items_holder {
    position: absolute;
    //position: relative;
}

#pw_container .pw_st_enabled {
    background-position: -1px 0;
}

#pw_container .pw_left {
    display: block;
	width: 26px;
	height: 90px;
	background: url(/images/pw_larr_bg.png) repeat-y right top;
	position: absolute;
	left: -26px;
	top: 0;
    opacity: 0.4;
	z-index: 5;
	outline: none;
}

#pw_container .pw_left i {
    display: block;
    position: absolute;
    background: url(/images/player_widget_arrows.gif) 0 0;
    width: 11px;
    height: 21px;
    top: 50%;
    left: 5px;
    margin: -10px 0 0 0;
}

#pw_container .pw_right {
    display: block;
    position: absolute;
	width: 26px;
	height: 90px;
	background: url(/images/pw_rarr_bg.png) repeat-y right top;
	position: absolute;
	right: -26px;
	top: 0;
	z-index: 5;
	outline: none;
}

#pw_container .pw_right i {
    display: block;
    position: absolute;
    background: url(/images/player_widget_arrows.gif) 0 -21px;
    width: 11px;
    height: 21px;
    top: 50%;
    right: 5px;
    margin: -10px 0 0 0;
}

#pw_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#flash_player_instance {
	top: 50%;
	left: 50%;
	background: black;
	position: absolute;
	z-index: 2001;
	padding: 5px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }

#flash_player_instance h1 {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    padding: 3px 0 4px;
    margin: 0;
}

#flash_player_instance #player_close {
    background: url(/images/close_player.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px; }

#flash_player_instance img { width: 100%; }

#html5_player_instance {
	top: 50%;
	left: 50%;
	background: black;
	position: absolute;
	z-index: 10001;
	padding: 5px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#html5_player_instance h1 {
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    padding: 3px 0 4px;
    margin: 0;
}

#html5_player_instance #player_close {
    background: url(/images/close_player.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
}

#html5_player_instance img { width: 100%; max-width: 300px; }