#wrap {
	width: 830px; 
	height: 378px; 
	position:relative; 
	margin: 0;
}

#slide {
	width: 830px; 
	height: 378px; 
	overflow: hidden; 
	position: absolute; 
	left: 0; 
	top: 0px; 
}
#slide div {text-decoration:none; display:block; width:830px; position:absolute; left:830px;}
#slide div table {display:block; border:0;}
#previous b {display:none;}
#previous {width:43px; height:50px; background:transparent url(../images/masthead/arrow-left.png) no-repeat 0 0; position:absolute; left:0px; top:90px; cursor:pointer;}
/** html #previous {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/masthead_images/arrow-left.png', sizingMethod='crop');}*/
#next b {display:none;}
#next {width:43px; height:50px; background:transparent url(../images/masthead/arrow-right.png) no-repeat 0 0; position:absolute; right:0px; top:90px; cursor:pointer;}
/** html #next {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/masthead_images/arrow-right.png', sizingMethod='crop');}*/
#buttons {position:absolute; left:200px; top:240px;}
#buttons div {width:40px; height:26px; float:left; display:hidden; text-align:center; font-size:24px;}
#buttons div a {display:block; cursor:pointer; border:0;}
#buttons div a:active {display:block; cursor:pointer; border:0;color:#ed1a3b;}
#buttons div a:hover {display:block; cursor:pointer; border:0;color:#ed1a3b;}
img#loading {position:absolute; left:410px; top:150px;}

#p1 
{
	background:url(../images/masthead/masthead_illustration_01.png) no-repeat top left;
	width:830px;
	height:380px;
	display:block;
}
#p2
{
	background:url(../images/masthead/masthead_illustration_02.png) no-repeat top left;
	width:830px;
	height:380px;
	display:block;
}
#p3
{
	background:url(../images/masthead/masthead_illustration_03.png) no-repeat top left;
	width:830px;
	height:380px;
	display:block;
}
#slide div h2
{
	font-size:18px;
	padding:10px 20px;
	background:#000;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:+1px;
	opacity: .80;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	color:#FFFFFF;
	height:20px;
}

#slide div p 
{
	width:441px;
	margin:0;
	line-height:150%;
	position:absolute;
	left:0;
	bottom:0;
	padding: 10px 60px;
	color:#FFFFFF;	
	background:#333;
}
.image 
{
}