a {
    color: orange;
    font: 18px 'Cabin Sketch', sans-serif;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
a:focus {
    outline: 0;
}
a:hover, a:active {
    outline: 0;
	color: #FFCC00;
}

#actors_Start{
	font-family: 'Cabin Sketch', Arial;
	font-weight:400;
	font-size: 40px;
	
}

#leftpane{
	width: 520px;
	
}



#actors-text{
	font-family: 'Cabin Sketch', Arial;
	 font-weight:400;
	font-size: 18px;
	background: transparent;
	position: absolute;
	color: #FFFFCC;
	width: 90%;
	Height: 99%;
	border: none;
}

#actors-pic{
	
position: absolute;
top: -10px;
left: 520px;

	
cursor:url("http://i.hizliresim.com/QAbG5j.gif"),default;
}