
#myController {
	padding: 2px;
	width: 115px;
	height: 32px;
}

#myController div.jFlowControl {
	background:url('http://www.pentrumamici.ro/images/layout/carousel/bullet.gif') no-repeat;
	width: 11px;
	height: 8px;
	cursor:pointer;
	float:left;
}

#myController div.jFlowBullets {
	width: 55px;
	height: 25px;
	float:left;
	padding: 8px 0px 8px 3px;
}

#jFlowSlide{

}

#myController div.jFlowSelected {
	background:url('/images/layout/carousel/bullet_on.gif')  no-repeat;
	width: 11px;
	height: 8px;
}

#myController div.jFlowPrev{
	width: 24px;
	height: 24px;
	cursor:pointer;
	background:url('/images/layout/carousel/left_arrow.gif')  no-repeat;
	float:left;
}

#myController div.jFlowNext {
	width: 26px;
	height: 24px;
	cursor:pointer;
	background:url('/images/layout/carousel/right_arrow.gif')  no-repeat;
	float:left;
}

.controls {
	float:right;
	background:url('/images/layout/carousel/bg_buttons.gif')  no-repeat;
	width: 120px;
	height: 32px;
	padding:2px 5px;
	margin-top: -40px;
	position: relative;
}

