.detalhesItemGaleria
{
	width: 100%;
	margin: auto;
}

.detalhesItemGaleria h2
{
	margin: 10px 0px;
}

.detalhesItemGaleria>div
{
	width: 578px;
	margin: auto;
}


.galeriaFotos
{
	height: 432px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	
	overflow: hidden;
	padding: 0px;
	text-align: center;
}

.controlesGaleria
{
	height: 25px;
}

.controlesGaleria .nextGaleria
{
	background: url(images/nextGaleria.png) no-repeat center 2px;
	float: right;
	margin-right: 100px;	
	width: 100px;
	height: 25px;
	
	cursor: pointer;
}

.controlesGaleria .prevGaleria
{
	background: url(images/prevGaleria.png) no-repeat center 2px;
	float: left;
	margin-left: 100px;	
	width: 100px;
	height: 25px;
	
	cursor: pointer;
}

.imgSlider
{
	height: 95px;
	width: 450px;
	margin: 0px auto;
	overflow: auto;
}

.imgSliderContainer
{
	position: relative;
	height: 95px;
}

.imgSliderContainer img
{
	margin: 5px 3px;
	padding: 5px;
	float: left;
	
	cursor: pointer;
}

.imgSliderContainer img:HOVER
{
	background-color: #DFDFDF;
}

.imgSliderContainer img.selected
{
	background-color: #CFCFCF;
}

.textImg
{
	position: absolute;
	background-color: #E8E8E8;
	width: 554px;
	color: #000;

	padding: 0px 10px;
	text-align: left;
	margin-top: 432px;
	
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.textImg p
{
	color: #000;
	line-height: 20px;
	margin: 5px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.fechaLegenda
{
	margin-right: -10px;
	float: right;
	width: 15px;
	height: 15px;
	cursor: pointer;

	background: url(images/close.png) no-repeat; 
}

.restauraLegenda
{
	width: 15px !important;
	position: absolute;
	right: 10px;
	bottom: 16px;
	height: 15px;
	background: url(images/restore.png) no-repeat; 
	cursor: pointer;	
	display: none;
}

/**********************************/

.ui-slider-horizontal 
{
    height: 0.8em;
}

.ui-slider 
{
    position: relative;
    text-align: left;
}

.ui-state-default{
    background-color: #DDD;
	border: 1px solid #999;
	margin-top: -3px;
	margin-left: -8px;
}

.ui-widget-content {
    background-color: #FFFFFF;
	border: 1px solid #AAA;
    color: #222222;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

.ui-corner-all {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}


/*  NOVO  */


.ampliadas {
	width:432px;
	float:left;
	}

.ampliadas .container {
	width:432px;
	background:none !important;
	}	

.ampliadas li {
	position:relative;
	list-style:none;
	padding:0 !important;
	border:none !important;}

.ampliadas li > a > img {
	width:100%;
	max-height:325px; 
	}
.ampliadas .textImg {
	min-height:20px;
	position:absolute;
	bottom:3px;
	left:0;
	padding:6px 10px;
	margin:0 !important;
	background:url(images/transparencia.png) repeat;
	width:412px !important;
	}

.ampliadas .textImg p {
	margin:0;
	padding:0;
	line-height:16px;
	color:#fff;
	}
	
.imgSlider {
	float:right;
	width:237px;
	height:269px;}
	
.imgSlider img {
	padding:0;
	border:none !important;
	margin:0 4px 4px 0;
	}
	
.imgSliderContainer {
	width:100%;
	height:100%;
	}
	
.sliderGaleria {
	float:right;
	width:217px;
	margin-right:10px;}
	
.fotos {
    height: 350px;
    margin: 0 auto;
    position: relative;
    width: 680px;	}
	
.fotos .controles {
	position:absolute;
	bottom:13px;
	right:13px;
	width:233px;
	}

.fotos .controles .anterior {
	float:left;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;}

.fotos .controles .proximo {
	float:right;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;}

.fotos .controles .anterior,
.fotos .controles .proximo {
	box-shadow:1px 1px 0px #fff;
	text-align:center;
	cursor:pointer;
	width:49%;
	background:#ccc;
	font-size:18px;
	color:#fff;
	line-height:44px;
	}
.fotos .controles .anterior:hover,
.fotos .controles .proximo:hover {
	background:#525252;
	}

.fotos .container.selected {
	position: relative;
}

.fotos .baixar {
	position: absolute;
	bottom:10px;
	right:7px;
}
.fotos .baixar img {
	margin-left: 3px;
}
.fotos .baixar {
	background: #fff;
	color: #000;
	font-size:10px;
	border: 1px solid #000;
	border-radius:5px;
	padding: 0px 3px;
}