﻿
#loader
{
	position: absolute; 
	top: 130px; 
	left: 330px; 
	z-index: 30;
}

#picHolder
{
	 width: 680px; 
	 position: absolute; 
	 overflow: hidden;
	 height: 413px;
}

#box
{
	 font-family: Verdana, Sans-Serif;
	 font-size: 10px;cursor: pointer; 
	 overflow: hidden; 
	 z-index: 20; 
	 padding: 10px; 
	 position: absolute; 
	 border: 1px solid #888; 
	 background-color: #FAFDE5; 
	 text-align: right; 
	 width: 125px; 
	 height: 135px;
}

#box a
{
	color: #222;
}

#shadow
{
	 background: #333; 
	 height: 155px;  
	 width: 145px; 
	 position: absolute; 
	 z-index: 15;
}

.boxLinkWrap
{
	text-decoration:none;
}

.boxImg
{
	border: 1px solid #000;
}

div#ctl00_masterContentArea_sceneOptions
{
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 680px;
	height: 142px;
	overflow:hidden;
	padding: 0px 15px;
}

div.sceneOption
{
	width: 148px;
	height: 100px;
	float: left;
	color: #fff;
	padding: 17px 9px 15px 9px;
}

div.sceneOption h4
{
	color: #fff;
	margin: 0px;
	padding: 5px 0px;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	border-bottom: 1px solid #C4C4C4;
	background-image: url(../images/sceneOptionArrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

div.sceneOption h4 a
{
	color: #fff;
}

div.sceneOption p
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	overflow:auto;
	height:90px;
	color: #fff;
	z-index: 10000;
	cursor: pointer;
}

div.sceneOption p a
{
	color: #fff;
	overflow:auto;
	height:90px;
}

div.sceneOptionCurrent
{
	width: 144px;
	height: 105px;
	float: left;
	color: #fff;
	padding: 17px 9px 15px 9px;
	background-image: url(../images/presentBoxHover.gif);
	cursor: pointer;
}

div.sceneOptionCurrent h4
{
	color: #fff;
	background-image: none;
	margin: 0px;
	padding: 5px 0px;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	border-bottom: 1px solid #C4C4C4;
	background-repeat: no-repeat;
	background-position: center right;
}

div.sceneOptionCurrent h4 a
{
	color: #fff;
}

div.sceneOptionCurrent p
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	overflow:auto;
	height:90px;	
	color: #fff;
	cursor: pointer;
}

div.sceneOptionCurrent p a
{
	color: #fff;
}

