﻿.tinyrotator {
	float:left;
	list-style: none;
	width:230px;
	background:url(../images/bg-jante-detalhe.jpg) 0 0 repeat-x;
	padding:10px;
	margin-right:20px;
	position:relative;
}
.tinyrotator div {
	/* Change these dimensions to adjust the main image size */
  height: 240px;
	width: 230px;
	overflow: hidden;
	margin-bottom:10px;
}
.tinyrotator div img {
	width: 100%;
}
.tinyrotator ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	max-width: 230px;
}
.tinyrotator li {
	float: left;
	width: 57px;
	height: 59px;
	padding: 5px;
	margin-top:10px;
}
.tinyrotator li img {
	/* Change these dimensions to adjust the size of the thumbnails */
  width: 57px;
	height: 59px;
}
.tinyrotator li.selected {
	background-color: #FDE83E;
}
.tinyrotator ul li a {
	border:0px;
}
.tinyrotator ul li a:hover {
	border:0px;
}
.tinyrotator em {
	background: none repeat scroll 0 0 #FDE83E;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align:right;
}
.tinyrotator del {
	color:red;
	display:block;
}
.tinyrotator p {
	color:black;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
