.hidden
{
display: none;
}

#prev
{
background-image:url(../images/left_arrow.png);
background-repeat:no-repeat;
background-position:top;
cursor:pointer;
margin-left:0px;
height:58px;
width:51px;
position:relative;
top:-150px;}

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

#next
{
background-image:url(../images/right_arrow.png);
background-repeat:no-repeat;
background-position:top;
margin-left:715px;
cursor:pointer;
height:58px;
width:52px;
position:relative;
top:-205px;
}

/*	#next:hover{
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position: bottom;
	height:52px;
	width:58px;
	}*/


#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);
}
*/