/* ----------------  undostrial press  ---------------- */

#press {
position: absolute;
top: 135px;
left: 0;
width: 1024px;
height: 455px;
background-color: transparent;
}

#press_big {
position: relative;
margin: 5px auto 0 auto;
width: 345px;
height: 445px;
background: transparent url(../images/undo_pressfond1.png) 0 0 no-repeat;
}

#press_small {
position: absolute;
top: 5px;
left: 720px;
width: 107px;
height: 137px;
background: transparent url(../images/undo_pressfond2.png) 0 0 no-repeat;
}

#press_small img {
margin-bottom: 10px;
}

#press_small p {
margin: 0;
font-size: 90%;
}

#mediakit {
position: absolute;
top: 470px;
left: 140px;
text-align: center;
background-color: transparent;
}

#mediakit a img {
margin-left: -10px;
}

#mediakit a {
color: #666;
text-decoration: none;
}

#mediakit a:hover {
color: #666;
text-decoration: underline;
}

#mediakit a p {
font-size: 80%;
margin-top: 5px;
text-decoration: none;
}



/* ----------------  text + arrows  ---------------- */


#text_top {
position: absolute;
top: 30px;
left: 170px;
width: 820px;
height: 110px;
font-size: 90%;
line-height: 145%;
z-index: 50;
text-transform: uppercase;
text-align: right;
overflow: auto;
}

p {
margin-bottom: 5px;
}

p.vert {
color: #a6d513;
}

#arrows {
position: absolute;
top: 325px;
left: 30px;
width: 1024px;
height: 17px;
z-index: 100;
}

#arrows a.next {
position: absolute;
display: block;
float: left;
left: 930px;
width: 17px;
height: 17px;
background: transparent url(../images/undo_arrow_next.png) 0 0 no-repeat;
}

#arrows a.next:hover {
background: transparent url(../images/undo_arrow_next.png) 0 -17px no-repeat;
}

#arrows a.previous {
display: block;
float: left;
padding-left: 15px;
width: 17px;
height: 17px;
background: transparent url(../images/undo_arrow_prev.png) 0 0 no-repeat;
}

#arrows a.previous:hover {
background: transparent url(../images/undo_arrow_prev.png) 0 -17px no-repeat;
}

#arrows span {
display: none;
}

