
body {
	overflow: hidden;
}

.greeting {
	position: relative;	
	left: 100px;
	width: 600px;
	font-size: 14px;
}

.worklist {
	position: relative;
	left: 60px;
	top: 10px;
	width: 700px;
	height: 300px;
}

.worklistitem {
	display: inline;
	position: relative;
	float: left;
	width: 96px;
	height: 96px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#cs_001 { background: url(../images/cs_001t.jpg) center no-repeat; }
#cs_002 { background: url(../images/cs_002t.jpg) center no-repeat; }
#cs_003 { background: url(../images/cs_003t.jpg) center no-repeat; }
#cs_004 { background: url(../images/cs_004t.jpg) center no-repeat; }
#cs_005 { background: url(../images/cs_005t.jpg) center no-repeat; }
#cs_006 { background: url(../images/cs_006t.jpg) center no-repeat; }
#cs_007 { background: url(../images/cs_007t.jpg) center no-repeat; }
#cs_008 { background: url(../images/cs_008t.jpg) center no-repeat; }
#cs_009 { background: url(../images/cs_009t.jpg) center no-repeat; }
#cs_010 { background: url(../images/cs_010t.jpg) center no-repeat; }
#cs_011 { background: url(../images/cs_011t.jpg) center no-repeat; }
#cs_012 { background: url(../images/cs_012t.jpg) center no-repeat; }
#cs_013 { background: url(../images/cs_013t.jpg) center no-repeat; }
#cs_014 { background: url(../images/cs_014t.jpg) center no-repeat; }
#cs_015 { background: url(../images/cs_015t.jpg) center no-repeat; }
#cs_016 { background: url(../images/cs_016t.jpg) center no-repeat; }
#cs_017 { background: url(../images/cs_017t.jpg) center no-repeat; }
#cs_018 { background: url(../images/cs_018t.jpg) center no-repeat; }
#cs_019 { background: url(../images/cs_019t.jpg) center no-repeat; }
#cs_020 { background: url(../images/cs_020t.jpg) center no-repeat; }
#cs_021 { background: url(../images/cs_021t.jpg) center no-repeat; }



#lightbox {
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000 center no-repeat;
	background-image: url(../../images/loading.gif)
}

#preview {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 600px;
	min-width: 900px;
	cursor: pointer;

}

.vid {
	position: relative;
	background: transparent;
	top: 200px;
	z-index: 500;

}








