

#galfilme #scroller {
	width: 520px;
	height: 120px;
	overflow: hidden;
	margin-left:22px
	}
	
* html #galfilme #scroller {
	width: 510px;
	height: 120px;
	overflow: hidden;
	margin-left:22px
	}

#galfilme .scroll {
	position: absolute;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}

/* ------------------------------------------------------ SCROLL CONTROLS */

#galfilme .horizontal {
	width: 30px;
	height: 112px;
	padding:0;
	margin:0;
	top:0;
	}

#galfilme #scroll-left {
	position:absolute;
	left: 0;
	background: none;
	background-repeat:no-repeat;
	background-image: url("../images/stanga.gif");
	}

#galfilme #scroll-right {
	position:absolute;
	right: 0;
	background: none;
	background-repeat:no-repeat;
	background-image: url("../images/dreapta.gif");
	}



/* ------------------------------------------------------ ACTIVE & FASTER SCROLL CONTROLS (hovered & clicked) */

#galfilme #scroll-left:hover, #galfilme #scroll-left:active {background-image: url("../images/stanga-active.gif");}

#galfilme #scroll-right:hover, #galfilme #scroll-right:active {background-image: url("../images/dreapta-active.gif");}
