
/* Easy Slider */
     #carousel{
		 overflow:hidden;
		 margin:auto;
		 overflow:hidden;
		 position:relative;
		 }

     #slider{

		 left:50%;
		margin-left:-800px;
		overflow:hidden;
		position:absolute;
		 }
		 
		 
		 #slider .grey_top_bar{ 
		display:block;
		width:987px;
		height:14px;
		left:50%;
		z-index:1000;
		background:url(../images/easyslider/grey_top_bar.png) no-repeat 0 0 ;
		margin-left:-493px;
		position:absolute;
		top:287px;
		}	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1600px;
		height:300px;
		overflow:hidden;
		
		
		}	

	#slider_2 ul, #slider_2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider_2{margin-top:1em;}
	#slider_2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1600px;
		height:300px;
		overflow:hidden;
		
		
		}	

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:68px;
		height:68px;
		position:absolute;
		left:50%;
		top:120px;
		z-index:1000;
		margin-left:-505px;
		background:url(../images/easyslider/arrows.png) no-repeat 0 0 ;	
		}	
	#nextBtn, #slider1next{ 
		margin-left:430px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:68px;
		height:68px;
		text-indent:-9999px;
		background:url(../images/easyslider/arrows.png) no-repeat 0 0 ;	
		}	
		
	#prevBtn a:hover, #slider1prev a:hover{ 
		background:url(../images/easyslider/arrows.png) no-repeat 0 -68px;	
		}		
	#nextBtn a, #slider1next a{ 
		background:url(../images/easyslider/arrows.png) no-repeat  -68px 0;	
		}	
		
	#nextBtn a:hover, #slider1next a:hover{ 
		background:url(../images/easyslider/arrows.png) no-repeat -68px -68px;	
		}	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider content*/




	#slider li .Image{ 
		width:1000px;
		height:300px;
		margin:0 auto;
		}	
		
		
	#slider .right {	
		float:right;
		width:350px;
		margin-right:63px;
		}
		
	#slider .left {	
		float:left;
		width:350px;
		margin-left: 63px;
		}
		
		
		#slider .ProductionTitle {
			font-size:30px;
			margin:0;
			padding-top:25px;	
			line-height:1em;	
		}
		
		#slider .ProductionTheatre{
			font-size:14px;
			margin:0;
			margin:10px 0 30px;		
		}
		
		
		#slider .button{
			background:url(../images/easyslider/buttons.png) no-repeat 0 0 ;
			text-indent:-9999px;
			display:block;
			height:30px;
			width:130px;
			float:left;	
			outline:none;
			margin-top:10px;
		}
		
		
		#slider .button.BuyTicketLink:hover{
			background-position: 0 -30px;		
		}
		
		#slider .button.ProductionLink{
			background-position: -130px 0;		
		}
		
		#slider .button.ProductionLink:hover{
			background-position: -130px -30px;		
		}
