@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000000;
	margin:0px;
	padding:0px;
}

#frameWrapper {
	width:960px;
	height:420px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.home {
	background:url(images/backHome.jpg) top left no-repeat;
}
.pm {
	background:url(images/backProjectmanagement.jpg) top left no-repeat;
}
.ts {
	background:url(images/backTechstage.jpg) top left no-repeat;
}
.ss {
	background:url(images/backSpeakersupport.jpg) top left no-repeat;
}
.vp {
	background:url(images/backVideoprod.jpg) top left no-repeat;
}
.ps {
	background:url(images/backProspeaker.jpg) top left no-repeat;
}
.entertainment {
	background:url(images/backEntertainment.jpg) top left no-repeat;
}
.nsa {
	background:url(images/backnsa.jpg) top left no-repeat;
}
.cnb {
	background:url(images/backcnb.jpg) top left no-repeat;
}
.laedc {
	background:url(images/backlaedc.jpg) top left no-repeat;
}
.reviews {
	background:url(images/backReviews.jpg) top left no-repeat;
}
.contentHome {
	position:absolute;
	left:30px;
	bottom:30px;
	width:684px;
	font-size:12px;
	line-height:20px;
	text-align:left;
}
.contentHome a {
	color:#FFF;
}
.contentHome a:hover {
	color:#FFCF01;
}
.contentHome b {
	color:#FFCF01;
}
.contentHome h1 {
	color:#FFCF01;
	font-weight:normal;
	font-size:16px;
	margin:0px;
}
.contentHome span {
	color:#FFCF01;
}
.contentReviews {
	position:absolute;
	left:30px;
	bottom:30px;
	width:704px;
	font-size:12px;
	line-height:20px;
	text-align:left;
}
.contentReviews span {
	color:#FFCF01;
}
p {
	margin-bottom:0px;
}
#container {
	height:420px; width:960px;
	float:left;
	position:relative;
	font:8pt arial;
	overflow:hidden;
}
.item {
	background:#000000;
	height:150px; width:150px;
	margin:5px 4px 5px 5px;
	float:left;
}
.item a {
	text-decoration:none;
	color:#FFFFFF;
	height:150px; width:150px;
	float:left;
	border:2px solid #000; 
}
.item a:hover {
	border:2px solid #FFCF01;
}
#zoom {
	background:url(images/loadingAnimation.gif) no-repeat #000 center;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
	height:0px;
	width:0px;
	float:left;
	display:none;
}
#scrollBox {
	top: 0px;
	left: 0px;
	height:420px;
	width:960px;
	overflow: hidden;
	position: relative;
}
#imgZoom {
	position:absolute;
	cursor:move;
	top: 0;
	left: 0;
	width:960px;
	float:left;
}
#closeBtn {
	position:absolute;
	top:10px;
	right:10px;
	visibility:hidden;
}
#closeBtn a {
	text-decoration:none;
	background:#000000;
	color:#FFFFFF;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#closeBtn a:hover {
	text-decoration:none;
	background:#FFCF01;
	color:#333;
}
.show {
	height:420px;
	width:960px;
}
.hide {
	height:1px;
	width:1px;
}
