
/*****************************/
/* Porthole Scroller styles
/*****************************/

#porthole_scroller
{
	position: relative;
	width: 350px;
	height: 350px;
	margin: 5px 5px;
}

#porthole_scroller #pic
{
	position: absolute;
	width: 244px;
	height: 244px;
	z-index: 2;
	text-align: center;
	top: 53px;
	left: 53px;
	background-color: #000;
}

#porthole_scroller #top
{
	position: absolute;
	width: 350px;
	height: 350px;
	background: url(images/top.gif) top center no-repeat;
	z-index: 4;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	text-align: center;
	color: #fff;		
	font-size: 10px;
	padding-top: 30px;
	left: 0px;
}

#porthole_scroller #fullscreen
{
	position: absolute;
	width: 19px;
	height: 13px;
	z-index: 10;
	left: 132px;
	top: 32px;
}

#porthole_scroller #email
{
	position: absolute;
	width: 19px;
	height: 13px;
	z-index: 10;
	left: 200px;
	top: 32px;	
}

#porthole_scroller #right
{
	position: absolute;
	width: 53px;
	height: 350px;
	background: url(images/right.gif) left top no-repeat;
	z-index: 5;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	text-align: left;
	color: #fff;	
	font-size: 32px;
	padding-left: 300px;
	font-weight: bold;
	left: 0px;	
	top: 0px;
	line-height: 350px;
}

#porthole_scroller #left
{
	position: absolute;
	width: 53px;
	height: 350px;
	background: url(images/left.gif) left top no-repeat;
	z-index: 5;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	text-align: left;
	color: #fff;	
	font-size: 32px;
	padding-left: 24px;
	font-weight: bold;
	left: 0px;
	top: 0px;	
	line-height: 350px;
}

#porthole_scroller #bottom
{
	position: absolute;
	width: 350px;
	height: 53px;
	background: url(images/bottom.gif) top center no-repeat;
	z-index: 4;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;	
	text-align: center;
	color: #fff;	
	font-size: 10px;
	padding-top: 300px;	
	left: 0px;	
}

#porthole_scroller #porthole
{
	position: absolute;
	width: 350px;
	height: 350px;
	background: url(images/porthole.gif) center no-repeat;
	z-index: 3;
}