.hidden
{
display: none;
}

#prev
{
background-image:url(../images/back_arrow_sprite.png);
background-repeat:no-repeat;
background-position:top;
cursor:pointer;
margin-left:20px;
height:33px;
width:30px;
position:relative;
top:-150px;}

	#prev:hover{
	background-image:url(../images/back_arrow_sprite.png);
	background-repeat:no-repeat;
	height:33px;
	width:30px;
	background-position: bottom;
	}

#next
{
background-image:url(../images/next_arrow_sprite.png);
background-repeat:no-repeat;
background-position:top;
margin-left:800px;
cursor:pointer;
height:33px;
width:30px;
position:relative;
top:-175px;}

	#next:hover{
	background-image:url(../images/next_arrow_sprite.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height:33px;
	width:30px;
	}


#prev img, #next img
{
position: absolute;
z-index: 10;
cursor: pointer;
margin-top:-20px;
}

#prev img{
/*float:left;
margin-left:-22px;*/
/*left:-23px;*/
top:400px;
}

#next img{
/*float:right;
margin-right:-25px;*/
/*left:503px;*/
top:400px;
float:right;
}


#controller{
z-index:0;
}
/*p
{
margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}
*/