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

#film-page{
	width:960px;
	float:left;
	margin-top:20px;
	margin-bottom:40px;
	position:relative;
	}
	
#back{
	width:342px;
	float:left;
	text-align:right;
	position:absolute;
	right:0;
	top:5px;
	}
	
#back a{
	background-image:url(../images/arrow-back.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:12px;
	color:#6D6E71;
	}
	
#back a:hover{
	
	color:#ffffff;
	}			
		
	
	
	
#title{
	width:960px;
	float:left;
	text-align:left;
	margin-bottom:15px;
	
	}
	
#title h1{
	font-size:22px;
	margin-bottom:10px;
	}
	

		
			
#film{
	width:640px;
	height:360px;
	float:left;
	border:#000000px solid;
	margin-left:152px;
	}
	
#clips-selection{
	width:662px;
	height:58px;
	float:left;
	margin-top:30px;
	margin-left:152px;
	}
	
#clips-selection img{
	width:98px;
	height:56px;
	margin:0;
	padding:0;
	border:none;
	}
	
	

#clips-selection-2{
	width:462px;
	height:58px;
	float:left;
	margin-top:30px;
	margin-left:368px;
	
	}
	

	
#clips-selection-2 img{
	width:98px;
	height:56px;
	margin:0;
	padding:0;
	border:none;
	}
	
	

#clips-selection-3{
	width:462px;
	height:58px;
	float:left;
	margin-top:30px;
	margin-left:314px;
	
	}
	

	
#clips-selection-3 img{
	width:98px;
	height:56px;
	margin:0;
	padding:0;
	border:none;
	}		
		
	
	
	
	
#clips-selection-4{
	width:462px;
	height:58px;
	float:left;
	margin-top:30px;
	margin-left:258px;
	
	}
	

	
#clips-selection-4 img{
	width:98px;
	height:56px;
	margin:0;
	padding:0;
	border:none;
	}
	
#clips-selection-5{
	width:562px;
	height:58px;
	float:left;
	margin-top:30px;
	margin-left:207px;
	
	}
	

	
#clips-selection-5 img{
	width:98px;
	height:56px;
	margin:0;
	padding:0;
	border:none;
	}	
		
	
	
	
		
	
	
.thumb{
	width:98px;
	height:56px;
	border:#000000 1px solid;
	float:left;
	margin-right:8px;
	-webkit-transition: all 0.25s ease-in;
	transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	}
	
.thumb:hover{
	border:#ffffff 1px solid;
	
	}	
	
	
.thumb-marker{
	width:98px;
	height:56px;
	border:#999999 1px solid;
	float:left;
	margin-right:8px;
	}	
		
		
	
	
	
	
#info{
	width:640px;
	float:left;
	margin-top:30px;
	margin-left:152px;
	}
	
#info p{
	font-size:13px;
	line-height:18px;
	margin-bottom:10px;
	
	}
	
#info h1{
	font-size:17px;
	line-height:18px;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-weight:bold;
	letter-spacing:normal;
	
	}				
	
	

		
		
		








	
	
.entry-pic{
	width:202px;
	height:114px;
	float:left;
	margin-left:20px;
	}
	
.entry-pic img{
	width:200px;
	height:112px;
	border:#000 1px solid;
	-webkit-transition: all 0.25s ease-in;
	transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	}


.entry-pic img:hover{
	border:#ffffff 1px solid;
	}		
		
	
.entry-text{
	width:338px;
	height:114px;
	float:left;
	margin-left:20px;
	}
	
	
	
.entry-text h1{
	
	font-size:18px;
	margin-bottom:3px;
	letter-spacing:0;
	
	}
	
.entry-text p{
	line-height:16px;
	font-size:13px;
	
	color:#999999

	
	}			
		
	


