ul.widget-ul {
    display: block;
        width: 100% !important;
        padding: 0px !important;
}
 
.navbar .navigation ul.widget-ul li{
	display: none !important;
        width: 100% !important;
}
.navbar .navigation ul.widget-ul li.onNow{
	padding:0px;
	margin:0px;
        display: block !important;
         background: #4998d3 !important
}

ul.widget-ul li.onNow a{
	padding: 18px 0px 0px 18px !important;
        color: #fff;
}
ul.widget-ul li.onNow a .showTitle{
        color: #333;
}
ul.widget-ul .onNow:hover {
	background: none !important;
}

.navbar .navigation ul.widget-ul:hover > li  {
    display: block  !important;
}
ul.widget-ul li  {
     background: #ddd;
}
ul.widget-ul li a  {
    padding: 18px 18px 0px 18px !important;
}
.next-showTitle {
    color: #555;
}


/* 

#now{
	margin:0px;
	padding:0px;
	width:150px;
	position:absolute;
	z-index: 1000;
}

.widget-ul{
	padding:0px;
	margin:0px;
}

.schedule-widget-p2{
	padding:2px;
	display:none;
}

.showTime{
	color: white;
	font-size: 20px;
}

.showTitle{
	color: black;
	line-height:5px;
}

.show{
	text-align: center;
	height: 100px;
}

.next-showTime{
	color: black;
}

.next_shows{
	display: none;
	background-color: #d7d7d7;
	height: 100px;
}

.li-bottom-border{
	border-bottom: 1px solid black;
}

.onNow-schedule{
	height: 100px;
	width:150px;
	float: left;
	cursor: pointer;
}

.widget_showpress{
	width: 301px;
}

.schedule-link{
	float:left;
	background-color: #F3C03A;
	height: 100px;
	width:150px;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: white;
	margin-left: 1px;
}*/