body {
	background: #1A1A1A;
	color: #FFF;
	margin: 0;
	padding: 0;
}

img {
	border: 0;	
}

#title {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	position: fixed;
	right: 0px;	
	text-align: right;
	width: 100%;
}
	#title h1 {
		font: 30px 'Ultra', Arial, serif;
		margin: 0;	
		padding: 0;
	}

#thumbnails {
	background: #000;
	background: rgba(0, 0, 0, 0.8);	
	height: 90px;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}
	#thumbnails ul {
		margin: 0;
		padding: 0;
	}
		#thumbnails li {
			float: left;
			list-style: none;
			margin: 5px;
			padding: 0;
		}
		#thumbnails a {
			outline: none;
		}
		#thumbnails img {
			width: 112px;
		}
			
#pointer {
	border: 2px solid #ac61c1;
	cursor: pointer;
	height: 75px;
	left: -100px;
	margin: 3px;
	position: absolute;
	width: 112px;
}

#pause {
	left: 10px;
	opacity: 0.8;
	position: absolute;
	top: 60px;
	display:none;
}
#pause a {
	background: transparent url(../img/home.png) no-repeat;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}


#volume {
	left: 10px;
	opacity: 0.8;
	position: absolute;
	top: 100px;
}
    #volume a {
    	background: transparent url(../img/icons.png) no-repeat;
    	display: block;
    	height: 30px;
    	text-indent: -9999px;
    	width: 30px;
    }
	#volume.all a {
		background-position: 0 0;
	}
	#volume.some a {
		background-position: -30px 0;
	}
	#volume.none a {
		background-position: -60px 0;
	}
	
.vegas-loading {
	top: auto;
	bottom: 40px;
	left: 40px;
}
.vegas-overlay {
	background-image: url(../js/vegas/overlays/02.png);
}

.jspHorizontalBar {
	height: 5px;	
}
	.jspHorizontalBar .jspTrack {
		background: #420353;
	}
	.jspHorizontalBar .jspDrag {
		background: #6c1285;
		cursor: ew-resize;
	}
	#thumbnails:hover .jspHorizontalBar .jspDrag {
		background: #c679db;
    }           







.emsi
{
	color:#BCBCBC;
}

.footerb
{
	background: #1A1A1A;
}

a
{
	color: #FFF;
}

a:hover
{
	color: #BCBCBC;
}

.link
{
	color: #8E2FA8;
}

.social
{
	color:#fff;
}

.menup
{
	color:#fff;
	background: #1A1A1A;
	display:block;
}

.menup:hover
{
	color:#fff;
	background: #6c1285;
}

.menup:focus
{
	color:#cb69e6;
	background: #3E3E3E;
}

.site-header
{
	border-bottom-color:#1A1A1A;
}


.input-wrapper
{
	background-color: #515151;
}

.slider
{
    background-color:#fff; 
    height:600px;
    margin-bottom:25px;
    border-bottom:solid #6c1285 6px;

}


.border-color
{
    border-top:solid 1px #6c1285;
}
.color
{
    color:#6c1285;
}

.logo_emsi
{

    font-size:28px;
    color:#6c1285;
}

.logoi
{
    background-image:url('../../../img/logo5.jpg');
    width: 128px;
    height:99px;

}
