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

	#movie_header{
		height:80px;
		background:#CCCCCC;
		color:#990066;
		width:100%;
		}				
	#movie_header h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:20px 15px;
		text-align:center;
		/*float:left;*/
		}
/*	#movie_header img {
		float:left;
		margin-left:10px;
		padding-top:25px;
	}*/
	img{border:none;}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#movie_container{	
		position:relative;
		text-align:left;
/*		width:50%;*/
		width:448px;
		background:#fff;		
	/*	margin-bottom:2em;*/
		margin-top:10px;
		margin-right:50px;
/*		margin-left:600px;*/
		float:right;
		}	

	#movie_content{
		position:relative;
		}			

/* Easy Slider */

	#movie_slider{}	
	#movie_slider ul, #movie_slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#movie_slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
/*		width:auto;*/
		width:448px;
		height:265px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:100%;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../Images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../Images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

