@charset "utf-8";

p {
	margin:0;
	line-height:0;
}

.wraper {
	width:740px;
	position:relative;
	height:2000px;
	left:50%;
	margin-left:-340px;
}


.nomesecao {
	display:block;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

.bloco{
	float:left;
	display:block;
	width:740px;


	}
	

.titulo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:20pt;
	letter-spacing:-2px;
	color:#1A1A1A;
	float:left;
	margin-left:0px;
	margin-bottom:10px;
	

}

.desc{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12pt;
	letter-spacing:-1px;
	color:#999;
	float:left;
	padding-left:30px;
	margin-top:300px;

}

.videoarte {
	z-index:1;
	line-height:0px;
	padding:0px;
	list-style:none;
	float:left;
}

#anteriorsacro {
	position:absolute;
	left: -37px;
	top: 441px;
	z-index:2;
	width: 64px;
}

#proximosacro {
	position:absolute;
	left: 718px;
	top: 440px;
	z-index:2;
	width: 60px;
}
	

.titulosacro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:20pt;
	letter-spacing:-2px;
	position:absolute;
	left: 15px;
	top: 450px;
	color:#1A1A1A;

}

.descsacro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12pt;
	letter-spacing:-1px;
	position:absolute;
	left: 247px;
	top: 460px;
	color:#999;
	width: 481px;
	height: 21px;

}


.videofernanda {
	z-index:1;
	line-height:0px;
	padding:0px;
	list-style:none;
	float:left;
}

#anteriorgluteos {
	position:absolute;
	left: -32px;
	top: 742px;
	z-index:2;
	width: 64px;
}

#proximogluteos {
	position:absolute;
	left: 719px;
	top: 741px;
	z-index:2;
	width: 60px;
}
	

.titulogluteos{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:20pt;
	letter-spacing:-2px;
	position:absolute;
	left: 2px;
	top: 782px;
	color:#1A1A1A;

}

.descgluteos{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12pt;
	letter-spacing:-1px;
	position:absolute;
	left: 246px;
	top: 791px;
	color:#999;
	width: 481px;
	height: 21px;

}

.txtfooter{
	font-style:oblique;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CCC;
	font-size:14px
}

/** Scrollable**/

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 740px; 
    height:250px;
	
	
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse  {
	display:block;
	width:59px;
	height:59px;
	float:left;
	cursor:pointer;
}

/* right */
a.right 				{ 
background:url(prox.png) no-repeat; 
position:relative;
z-index:1000000;
left:650px; 
top:-150px}



/* left */
a.left				{ 
position:relative; 
background:url(anter.png) no-repeat; 
z-index:1000000;
top:-160px; 
left:-33px;} 

/* up and down */



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	



