/* COMMON CLASSES */
.break { clear: both;}

.shadow {
	-moz-box-shadow: 0px 1px 3px #000;
	-webkit-box-shadow: 0px 1px 3px #000;
	box-shadow: 0px 1px 3px #000;
	/* For IE 8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#000000')"; */
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#000000');*/
	
}

.roundcorner {
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px;
	outline:none;
	behavior: url(/player/assets/css/PIE.php);
}

.whiteedge {
	border: 1px solid #eee;	
}

.smallroundcorner {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
}

.smallroundcornerPIE {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	behavior: url(/player/assets/css/PIE.php);
}

.someopacity {
	/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;	
}

.moreopacity {
	/* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;	
}

#playerHolder {
	background:#111;	
	padding:20px;
	width:792px;
	height:200px;
	overflow:hidden;
}



#playerbighead {
	font-size:24px;
	font-weight:normal;
	float:left;
	padding:0;
	margin:0;
	color:#fff;
}


#playerheader {
	font-size:14px;
	font-weight:bold;
	padding:3px 0 1px 0;
	margin:0;
	color:#fff;
}

#gridshow,#gridshow-b {
	width:180px;	
	display:inline;
	float:left;
	margin-right:24px;
	font-size:11px;
	v-align:top;
	padding-top:5px;
}

#gridshow-right,#gridshow-right-b {
	width:180px;	
	display:inline;
	float:left;
	margin-right:0px;
	font-size:11px;
	v-align:top;
	padding-top:5px;
}

#gridshow img, #gridshow-right img,#gridshow-b img, #gridshow-right-b img {
	margin:4px;	
	width:180px;
	height:102px;
}

#gridshow img:hover, #gridshow-right img:hover,#gridshow-b img:hover, #gridshow-right-b img:hover {
	margin:0px;
	border:4px solid #70329D;
}

#gridshow h4, #gridshow-right h4,#gridshow h3, #gridshow-right h3,#gridshow-b h4, #gridshow-right-b h4,#gridshow-b h3, #gridshow-right-b h3 {
	margin:0px 0px 0px 4px;		
	padding:0px;
}

.gridshow,.gridshow-b {
	width:180px;	
	display:inline;
	float:left;
	margin-right:18px;
	font-size:11px;
	v-align:top;
	padding-top:5px;
}

.gridshow-right,.gridshow-right-b {
	width:180px;	
	display:inline;
	float:left;
	margin-right:0px;
	font-size:11px;
	v-align:top;
	padding-top:5px;
}

.gridshow img, .gridshow-right img,.gridshow-b img, .gridshow-right-b img {
	margin:4px;	
	width:180px;
	height:102px;
}

.gridshow img:hover, .gridshow-right img:hover,.gridshow-b img:hover, .gridshow-right-b img:hover {
	margin:0px;
	border:4px solid #70329D;
}



#gridcont {
	width:982px;
	margin:auto;
	overflow:hidden;
	padding-bottom:40px;
	}
	
#gridcont_allshows{
	width:982px;
	z-index:15;
	margin:auto;
	margin-top:68px;
	margin-bottom:50px;
}
	
	#gridcaption {
		display:block;
		clear:both;
		width:100%;
		color:#999;
		margin-left:4px;	
	}
	
	#griddate {
		display:block;
		float:left;
		color:#7d5aec;
		margin-left:4px;	
	}
	
	#gridduration {
		display:block;
		float:right;
		color:#7d5aec;
	}
	
	#gridtimeleft {
		display:block;
		float:left;
		color:#7d5aec;
		margin-left:4px;	
	}
	
	
	#slider1 ul, #slider1 li,
	#slider2 ul, #slider2 li,
	#slider3 ul, #slider3 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider1 li, #slider2 li, #slider3 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 982px;
		/* height:241px; */
		
		}	
		
		
		
		
	#nextBtn, #slider1next, #slider2next, #slider3next{ 
		z-index:0;
		}	
															
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a,
	#slider2next a, #slider2prev a,
	#slider3next a, #slider3prev a{  
		width:24px;
		height:24px;
	}	
		
	#nextBtn a, #slider1next a, #slider2next a, #slider3next a{
		background: url("/player/assets/graphics/gridnav/nextOn.png");
		z-index:0;
		float:right;
		display:inline;
		text-indent:-99999px;
		font-size:0;
		line-height:0;
	}
	
	#nextBtn a:hover, #slider1next a:hover, #slider2next a:hover, #slider3next a:hover{
		background: url("/player/assets/graphics/gridnav/nextOff.png");
		z-index:0;
	}
	
	#prevBtn a, #slider1prev a, #slider2prev a, #slider3prev a{
		background: url("/player/assets/graphics/gridnav/prevOn.png");
		z-index:0;
		float:left;
		display:inline;
		text-indent:-99999px;
		font-size:0;
		line-height:0;
	}
	
	#prevBtn a:hover, #slider1prev a:hover, #slider2prev a:hover, #slider3prev a:hover{
		background: url("/player/assets/graphics/gridnav/prevOff.png");
		z-index:0;
	}
	
	
	
	#gridNavPage1,#gridNavPage2,#gridNavPage3 {
		height:24px;
		background: url("/player/assets/graphics/gridnav/background.png") repeat-x;
		font-size:12px;
		font-weight:bold;
		padding:4px;
		display:inline;
		float:left;
		width:48px;
		text-align:center;
		color:#fff;
	}