/* CSS News styles go here */
.exibitions {
	top: 56px;
	position: relative;
}
.exibitionsBg {
	display: block;
	position: absolute;
	background-image: url(../images/past-frame.png);
	height: 733px;
	width: 263px;
}

.exibitions div.title {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
	position: relative;
	width: 100%;
	margin-top: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/past-title-exibitions.png);
	height: 40px;
}

.publications {
	left: 325px;
	top: 25px;
	position: relative;
}
.publicationsBg {
	display: block;
	position: absolute;
	background-image: url(../images/past-frame.png);
	height: 480px;
	width: 263px;
}

.publicationsBgBottom {
	top: 480px;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	background-image: url(../images/past-frame.png);
	height: 52px;
	width: 263px;
}               

.publications div.title {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	margin-top: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/past-title-publications.png);
	height: 77px;
}

.interviews {
	left: 630px;
	top: 0px;
	position: relative;
}
.interviewsBg {
	display: block;
	position: absolute;
	background-image: url(../images/past-frame.png);
	height: 360px;
	width: 263px;
}

.interviewsBgBottom {
	top: 360px;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	background-image: url(../images/past-frame.png);
	height: 52px;
	width: 263px;
}               

.interviews div.title {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	margin-top: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/past-title-interviews.png);
	height: 31px;
}


/* SCROLLING */

.scrolling div.exmask {
	position: absolute;
	left: 30px;
	top: 55px;
	height: 625px;
	width: 190px;
	overflow: hidden;
	z-index: 1;
}
.scrolling div.extrack {
	position: absolute; 
	left: 225px; 
	top: 35px; 
	z-index: 2;
}

.scrolling div.pbmask {
	position: absolute;
	left: 30px;
	top: 55px;
	height: 425px;
	width: 190px;
	overflow: hidden;
	z-index: 1;
}
.scrolling div.pbtrack {
	position: absolute; 
	left: 225px; 
	top: 35px; 
	z-index: 2;
}

.scrolling div.intmask {
	position: absolute;
	left: 30px;
	top: 55px;
	height: 305px;
	width: 190px;
	overflow: hidden;
	z-index: 1;
}
.scrolling div.inttrack {
	position: absolute; 
	left: 225px; 
	top: 35px; 
	z-index: 2;
}
p {
	padding: 0px;
	margin: 0px;
}