@charset "utf-8";

*{
	margin:auto;
}

#geral{
	width:973px;
	height:844px;
}
#topo{
	position:relative;
	width:973px;
	height:112px;
}
#topo #logo{
	position:absolute;
	margin-left:10px;
	margin-top:25px;
	
}
#topo #link{
	margin-left: 260px;
    margin-top: 25px;
    position: absolute;
    z-index: 2;
}
#topo #link ul li{
	display:inline;
}

#conteudo{
	position:relative;
	width:973px;
	height:666px;
}
#conteudo #banner{
	position:absolute;
	margin-top:68px;
	margin-left:-3px;
}
#rodape{
	position:relative;
	width:973px;
	height:66px;
}
#rodape #textocadastre{
	position:absolute;
	margin-left:30px;
	margin-top:10px;
}
#rodape #radio{
	position:absolute;
	margin-left:490px;
	margin-top:10px;
}
#looks {
	background-image: url("imagens/looksfundo.png");
	background-repeat: no-repeat;
	width: 774px;
	height: 345px;
	margin-top: 60px;
}

#looks #zoom1 {
	float: left;
	width: 296px;
	height: 514px;
	margin-top: -15px;
	background-image: url("looks/zoom_mulher1.png");
	background-repeat: no-repeat;
	margin-left: -203px;
}

#looks #zoom2 {
	position: absolute;
	margin-left: 666px;
	width: 296px;
	height: 514px;
	margin-top: -15px;
	background-image: url("looks/zoom_mulher2.png");
	background-repeat: no-repeat;
}

#looks #miniaturas {
	width: 640px;
	height: 445px;
	float: left;
	margin-left: -40px;
}

#looks #miniaturas #esquerdo {
	width: 300px;
	height: 200px;
	float: left;
	margin-top: 120px;
}

#looks #miniaturas #esquerdo #img {
	float: left;
	margin-left: 25px;
}

#looks #miniaturas #direito {
	width: 300px;
	height: 200px;
	float: right;
	margin-right: -20px;
	margin-top: 120px;
}

#looks #miniaturas #direito #img {
	float: left;
	margin-left: 28px;
}

#looks #miniaturas #esquerdo {
	width: 300px;
	height: 200px;
	float: left;
	margin-top: 120px;
	margin-left: 19px;
}

#looks #miniaturas #esquerdo #img {
	float: left;
	margin-left: 28px;
}

a#previous,a#previous:visited {
	background: url("imagens/previous.png") no-repeat scroll left top
		transparent;
	float: left;
	margin: 70px 0 0 0;
}

a#next,a#next:visited {
	background: url("imagens/next.png") no-repeat scroll left top
		transparent;
	float: right;
	margin: 70px 0 0 270px;
}

a#previous,a#next {
	cursor: pointer;
	display: block;
	height: 35px;
	overflow: hidden;
	position: absolute;
	width: 18px;
	z-index: 999;
	margin-top: 191px;
}
a#next{
	margin-left: 150px;
}
a#previous{
	margin-left: 120px;
}

#feature_buttons {
	display: none;
}

a#previous2,a#previous2:visited {
	background: url("imagens/previous.png") no-repeat scroll left top
		transparent;
	float: left;
	margin: 70px 0 0 0px;
}

a#next2,a#next2:visited {
	background: url("imagens/next.png") no-repeat scroll left top
		transparent;
	float: right;
	margin: 70px 0 0 270px;
}

a#previous2,a#next2 {
	cursor: pointer;
	display: block;
	height: 35px;
	overflow: hidden;
	position: absolute;
	width: 18px;
	z-index: 999;
	margin-top:191px;
}
a#next2{
	margin-left: 150px;
}
a#previous2{
	margin-left: 120px;
}

#feature_buttons2 {
	display: none;
}

#looks #miniaturas img {
	cursor: pointer;	
}

#logo {
	position: absolute;
    margin-left: 420px;
    margin-top: 20px;
}