.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}


/* Master button styles - note that up and down versions 
have been removed in this example */

.simply-scroll-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	z-index:3;
	cursor: pointer;
}
	
.simply-scroll-btn-left {
	right: 781px;
	bottom: 35px;
	background:url(../images/layout/seta-esquerda.gif) no-repeat;
}
/*
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}
*/
.simply-scroll-btn-right {
	right: -23px;
	bottom: 35px;
	background:url(../images/layout/seta-direita.gif) no-repeat;
}
/*
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}
*/
/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */


/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 800px;
}
	

