/* CSS Document */
#heading {
	text-align: center;
	width:857px;
}
#heading ul {
	padding:0;
	margin:0;
	height:25px;
	text-align:center;
}
#heading li {
	padding:5px;
	margin:5px;
	list-style:none;
	width:25px;
	height:25px;
	display:inline;
	background:#fff url(../images/backgrounds/bg-slider-inactive.gif) center no-repeat;
	cursor: pointer;
}
#heading li.active {
	padding:5px;
	margin:5px;
	list-style:none;
	width:25px;
	height:25px;
	background:#fff url(../images/backgrounds/bg-slider-active.gif) center no-repeat;
	cursor: pointer;/*	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
*/
}
#panes {
	border:#ccc 1px solid;
	width: 805px;
	margin:0 25px 15px 25px;
}
#panes div div {
	overflow: hidden;
	padding:0;
}
#panes div div ul {
	list-style:none;
	width:805px;
	padding:10px 15px 5px 32px;
	margin:0;
}
#panes div div li {
	padding:0;
	margin:0;
	text-align: center;
	float:left;
}
#panes div div ul a {
	display:block;
	width:122px;
	height:138px;
	background: url(../images/backgrounds/bg-product-gallery.jpg) no-repeat;
	list-style:none;
	border:0;
	font-size:10px;
	text-decoration:none;
}
#pagina1 ul li a{
	color: #3A3934;
}

#panes div div ul a:hover {
color:#808080!important;
	background: url(../images/backgrounds/bg-product-gallery-over.jpg) no-repeat;
}

#panes div div ul a img {
	border:none;
	padding:15px 0 0 0;
	margin:0 0 15px 0;
}
#previous {
	width:40px;
	height:40px;
	position:absolute;
	margin-left:5px;
	margin-top:55px;
	cursor: pointer;
}
#next {
	width:40px;
	height:40px;
	position:absolute;
	margin-left:810px;
	margin-top:55px;
	cursor: pointer;
}

