﻿#wrapper{
	margin: 0;
	padding: 0;
	border-right: 1px dashed #6a6a6a;
	width: 100%;
	margin: auto;
	height: 480px;
	color: #6a6a6a;
	font-size: 12px;
	color:#ececec;}

#wrapper h1{
	font-size: 14px;
	color: black;
	margin: 0;
	padding: 0;
	padding: 25px 12px 0 130px;}

#wrapper a{
	border-bottom: 1px dotted #e8914c;}
	
#wrapper a:hover{
	border-bottom: 1px dotted #eab209;}
	
#wrapper p{
	margin: 0;
	padding: 0px 18px 0 130px;}

#vertical-ticker{
	height: 480px;
	overflow:hidden;
	margin:0; padding:0;}

#vertical-ticker li{
	display:block;
	height: 120px;
	border-bottom: 1px dashed #6a6a6a;
	overflow: hidden;
	margin: 0; padding: 0;}
	
#vertical-ticker li:hover{cursor: pointer;}

#vertical-ticker li:hover h1{text-decoration: underline;}
	
.languages{
	background: url(../../images/groupsicon.png) 10px 14px no-repeat;}

.adamsUpload{
	background: url(../../images/iOS_Capture_100x100.png) 10px 14px no-repeat;}

.crimeScene{
	background: url(../../images/1.png) 10px 14px no-repeat;}

.Latent{
	background: url(../../images/2.png) 10px 31px no-repeat;}

.videoInterview{
	background: url(../../images/3.png) 10px 12px no-repeat;}

.propertyEvidence{
	background: url(../../images/4.png) 16px 16px no-repeat;}

.news{
	background: url(../../images/newsicon.png) 15px 30px no-repeat;}
	
.training{
	background: url(../../images/trainingicon.png) 21px 20px no-repeat;}
	
.groupMeetings{
	background: url(../../images/groupsicon.png) 29px 15px no-repeat;}
	
#ticker-next{
	z-index: 3000;
	position: absolute;
	left: 40px;
	visibility: hidden;
	top: 5px;}

#ticker-previous{
	z-index: 3000;
	position: absolute;
	left: 40px;
	visibility: hidden;
	top: 430px;}

#wrapper:hover #ticker-next, #wrapper:hover #ticker-previous{
	visibility: visible; 
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	behavior:url('../scripts/ie-css3.htc');
	border-bottom: none;}