.egallery-container {
	height: 100%;
	width: 100%;
}
.egallery-controls {
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	outline: none;
	margin: 0 2px;
	cursor: pointer;
}
.previous {
	background: url(../../../../components/com_portfolio/assets/images/left_arrow.gif) no-repeat center center;
}
.next {
	background: url(../../../../components/com_portfolio/assets/images/right_arrow.gif) no-repeat center center;
}
.dot {
	background: url(../../../../components/com_portfolio/assets/images/dot.gif) no-repeat center center;
}
.current {
	background: url(../../../../components/com_portfolio/assets/images/dot_current.gif) no-repeat center center;
}
 
