/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

div.foto-selecionada{
	position: relative;
	width: 555px;
	margin-left: 1px;
	margin-top: 0px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 5px;
}
div.foto-selecionada img{
}
div.foto-selecionada p{
	background: #dcdcdc;
	width: 587px;
	text-align: left;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.foto-selecionada p em{
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	display: block;
}
div.foto-selecionada div.links{
	width: 597px;
	height:450px;
	position:absolute;
	top:0;
}

div.foto-selecionada div.links a.link-foto-anterior{
	background:transparent url(../../../image/seta-foto-esquerda.gif) no-repeat -46px 50%;
	display:block;
	height:100%;
	left:0;
	position:absolute;
	width:46%;
}
div.foto-selecionada div.links a.link-foto-anterior:hover{
	background:transparent url(../../../image/seta-foto-esquerda.gif) no-repeat left 50%;
}
div.foto-selecionada div.links a.link-foto-posterior{
	background:transparent url(../../../image/seta-foto-direita.gif) no-repeat 130% 50%;
	display:block;
	height:100%;
	right:0;
	position:absolute;
	width:46%;
}
div.foto-selecionada div.links a.link-foto-posterior:hover{
	background:transparent url(../../../image/seta-foto-direita.gif) no-repeat right 50%;
}

