@charset "UTF-8";
/* CSS Document */

	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	#sdr_container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:1000px;
		}			
	#sdr_content{
		position:relative;
		}			

/* Easy Slider */

	#sdr_slider{}	
	#sdr_slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		height:100px;
		}
	#sdr_slider ul{
		width:900px;
		height:100px;
		overflow:hidden;
		}
	#sdr_slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:100px;
		height:100px;
		overflow:hidden; 
		float:left;
		}	
	#sdr_slider ul li a img,
	#sdr_slider ul li img{
		width:100px;
		height:100px;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:38px;
		height:64px;
		position:absolute;
		left:-45px;
		top:12px;
		}	
	#nextBtn{ 
		left:1007px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:38px;
		height:64px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}												

/* // Easy Slider */

	#now {
		display:block;
		float:left;
		width:100px;
	/*	height:20px;*/
		background-color:#a09ab7;
		text-align:center;
		color:#FFF;
		font-size:12px;
		padding:3px 0px;
	}
	#next_up {
		float:left;
		width:200px;
	/*	height:20px;*/
		text-align:left;
		color:#FFF;
		font-size:12px;
		padding:3px 0px;
		background-image:url(images/next_up.gif);
		background-repeat:repeat-y;
	}
	#now span, #next_up span {
		padding:0px 5px;
	}
	
	
	
	
	
	
	
/* Show Icon Grid */
#showicongrid ul {
	list-style:none;
	float:left;
	width:65px;
	overflow:hidden;
	background-color:#000;
}
#showicongrid ul li {
	list-style:none;
	height:65px;
	width:65px;
}
#showicongrid ul li a {
	display:block;
	height:65px;
	width:65px;
}
#showicongrid ul li a img {
  filter:alpha(opacity=50);
  opacity:0.5;
}
#showicongrid ul li a img:hover {
  filter:alpha(opacity=80);
  opacity:0.8;
}
#showicongrid ul li a img.tinyicon {
	height:65px;
	width:65px;
}
#showicongrid ul li a.sdr_live {
	position:relative;
	height:65px;
	width:65px;
}
#showicongrid ul li a.sdr_live img{
  filter:alpha(opacity=100);
  opacity:1;
}
#showicongrid ul li a.sdr_live span {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	height:65px;
	width:65px;
	background-image:url(images/live.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#sdr_days tr td {
	width:65px;
	max-width:65px;
	text-align:center;
	font-weight:bold;
}
#sdr_hours tr td {
	height:65px;
	text-align:right;
	font-weight:bold;
}


#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	display:none;
	color:#fff;
	width:165px;
	}
	
#preview img {
	max-width:155px;
	width:155px;
	padding:5px;
	}
	
#preview span.previewshow {
	display:block;
	padding:0px 5px;
	margin-top:-5px;
	}
	
#preview span.previewheader {
	padding:2px 5px 0px;
	display:block;
	margin-bottom:2px;
	border-bottom:1px solid #ccc;
	}


