* {
	margin:0px;
	padding:0px;
	border:0px;
}	

.anim {
	width:400px;
	height:360px;
	padding:0 60px 0 60px;
	position:relative;
}

.anim .scrollable {
	width:400px;
	height:360px;
	position:relative;
	overflow:hidden;
}

.anim span.right { 
	width:49px;
	height:49px;
	display:block;
	position:absolute;
	background:url(../img/right.gif);
	outline:none;
	cursor:pointer;
	top:135px;
	right:1px;
}

.anim span.right:active {
	top:135px;
	right:0;
}

.anim span.left { 
	width:49px;
	height:49px;
	display:block;
	position:absolute;
	background:url(../img/left.gif);
	outline:none;
	cursor:pointer;
	top:135px;
	left:3px;
}

.anim span.left:active {
	top:135px;
	left:2px;
}

.anim .items {
	width:20000em;
	position:relative;
}

.anim .items div {
	width:400px;
	height:360px;
	float:left;
}

.anim .items div li {
	width:400px;
	height:360px;
	list-style:none;
	position:relative;
	float:left;
}

.anim .items div li + li {
	float:left;	
}

span.cores{
	width:82px;
	float:left;
	font-size:12px;
	padding-bottom:15px;
}