
body {
	font: 400 18px/21px "helvetica neue",helvetica, arial,"lucida grande","lucida sans unicode",verdana,tahoma,sans-serif;
	}

p {
	clear: left;
	font-size: 12px;
	padding: 10px 20px 11px 14px;
	}

.box p {
	padding: 10px 10px 11px 13px;
	}

.content p {
    color: #ccc;
    }

hr {
	border: 0 none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 9px 12px 10px 13px;
	height: 0;
	}

.box hr {
	margin: 9px 10px 10px 12px;
	}

.silver h1 {
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	padding: 7px 0 0 14px;
	position: relative;
	top: 5px;
	}
	

h2 {
	color: #fff;
	clear: left;
	font-size: 21px;
	font-weight: 800;
	line-height: 42px;
	padding: 0px 10px 7px 30px;
	padding: 0px 0 0 30px;
	position: relative;
	top: 6px;
	}

.dock h2 {
    margin-right: 200px;
    }

.content h2 {
	color: #555;
	}

.box h2 {
	padding-left: 12px;
	}

/* end */

h3 {
	color: #607782;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding: 0 10px 0 30px;
	}

h3:first-child {
	xpadding-top: 21px;
	padding: 10px 7px 0px 30px;
	top: 3px;
	}

.box h3 {
	color: #607782;
    font-size: 18px;
    font-weight: 800;
	padding-left: 13px;
	xtext-shadow: 0 1px 0 rgba(255,255,255,0.2);
	}

h3 a {
	color: #333;
	}

h3 a:hover {
	color: #00aeef;
	}


h4 {
	color: #ccc;
	clear: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	padding: 14px 10px 14px 30px;
	position: relative;
	top: 6px;
	}

h4 em {
	color: #555;
	font-style: normal;
	}

.content h4 {
	color: #555;
	}

.box h4 {
	padding-left: 13px;
	}

h5 {
	font-size: 14px;
	font-style: oblique;
	font-weight: 400;
	line-height: 21px;
	padding: 0 10px 0 14px;
	position: relative;
	top: 7px;
	}
	
.box h5 {
	padding-left: 13px;
	}

h6 {
	font-size: 10px;
	xfont-style: oblique;
	font-weight: 800;
	letter-spacing: 0.4px;
	line-height: 21px;
	padding: 0 10px 0 14px;
	position: relative;
	top: 11px;
	text-transform: uppercase;
	}

.box h6 {
	padding-left: 13px;
	}
a {
	color: inherit;
	outline: none;
	text-decoration: none;
	}

/* DOWNLOAD LINK DOWNLOAD LINK DOWNLOAD LINK */

a.download {
	background: #ccc url(../i/dock/buttons.jpg) no-repeat -111px 0;
	xborder: 3px solid green;
	x-moz-border-radius: 20px;
	x-webkit-border-radius: 20px;
	cursor: pointer;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 800;
	float: left;
	line-height: 35px;
	margin: 0 0 0 10px;
	padding: 0 17px 0 38px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	}

a.download:hover {
    background-position: -111px -28px;
    }

a.download.all {
    background: url(../i/dock/download_all.jpg) no-repeat 0 0;
    }

a.download.all:hover {
    background-position: 0 -41px;
    }

a.remove {
	background: #ccc url(../i/dock/buttons.jpg) no-repeat 0 0;
	xborder: 3px solid #711;
	x-moz-border-radius: 20px;
	x-webkit-border-radius: 20px;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 800;
	float: left;
	line-height: 35px;
	margin: 0;
	padding: 0 17px 0 38px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	}

a.remove:hover {
    background-position: 0 -28px;
    }

/* In text */

.content h2 a,
p a {
	text-decoration: underline;
	}
.content ul {
	font-size: 13px;
	margin: 0 0 0 24px;
	}* { 
	margin: 0;
	padding: 0;
	}

body {
	background:  url(../i/shell/black_top.jpg) no-repeat top center;
	}

html {
    background: #070707 url(../i/shell/black2.jpg) repeat center 90px;
    }#header {
	background: transparent url(../i/shell/header_on.jpg) no-repeat top center;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	margin: 0 10px 8px 0;
	padding: 0;
	position: relative;
	height: 42px;
	}

	#header:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
	
	#header {display:inline-block;}
	/* Hide from IE Mac \*/
	#header {display:block;}
	/* End hide from IE Mac */

.public #header {
    background-image: url(../i/shell/header_off.jpg);
    }

#logo {
	color: #000;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 800;
	line-height: 40px;
	margin: 0;
	padding:  0 14px 0 14px;
	position: relative;
	top: auto;
	text-shadow: 0 1px 0 rgba(255,255,255,0.1);
	}

#logo a {
    color: #000;
    display: block;
    text-indent: -5000px;
    width: 220px;
    }


#navigation {
	list-style: none;
	margin: 0 0 0 254px;
	margin: 0 0 0 490px;
	padding: 0;
	position: relative;
	position: absolute;
	top: 0;
	right: 7px;
	right: 11px;
	width: 650px;
	}
	
#navigation li {
	float: right;
	margin: 0 4px 0 0;
	}
	
#navigation li a {
	color: #999;
	display: block;
	font-size: 13px;
	font-weight: 800;
	height: 14px;
	line-height: 14px;
	opacity: 0.55;
	padding: 13px 14px 13px 14px;
	white-space: nowrap;
	}

	#navigation li a:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

	#navigation li a {display:inline-block;}
	/* Hide from IE Mac \*/
	#navigation li a {display:block;}
	/* End hide from IE Mac */

/* Hovers */

#navigation li a:hover {
	opacity: 0.65;
	}

/* Active */


.home #navigation li.home a,
.demo #navigation li.demo a,
.voices #navigation li.voices a,
.about #navigation li.about a,
.order #navigation li.order a,
.login #navigation li.login a,
.formats #navigation li.formats a,
.sequencer #navigation li.sequencer a,
.preloaded #navigation li.preloaded a,
.dock #navigation li.dock a,
.history #navigation li.history a {
	background: transparent url(../i/shell/glow.jpg) no-repeat bottom center;
	padding-bottom: 23px;
	opacity: 1;
	}

.home #navigation li.home a,
.demo #navigation li.demo a,
.voices #navigation li.voices a,
.about #navigation li.about a,
.order #navigation li.order a,
.formats #navigation li.formats a,
.login #navigation li.login a,
.history #navigation li.history a {
	background-image: url(../i/shell/glowshort.jpg);
	}


.sequencer #navigation li.sequencer a:hover .rainbow,
.preloaded #navigation li.preloaded a:hover .rainbow,
.dock #navigation li.dock a:hover .rainbow,
.history #navigation li.history a:hover .rainbow,
.home #navigation li.home a:hover rainbow,
.demo #navigation li.demo a:hover .rainbow,
.formats #navigation li.formats a:hover .rainbow,
.voices #navigation li.voices a:hover .rainbow,
.about #navigation li.about a:hover .rainbow,
.order #navigation li.order a:hover .rainbow,
.login #navigation li.login a:hover .rainbow {
	display: block;
	}

.demo #navigation li.demo a:hover .rainbow.flipped,
.voices #navigation li.voices a:hover .rainbow.flipped,
.about #navigation li.about a:hover .rainbow.flipped,
.order #navigation li.order a:hover .rainbow.flipped,
.login #navigation li.login a:hover .rainbow.flipped,
.formats #navigation li.formats a:hover .rainbow .flipped,
.sequencer #navigation li.sequencer a:hover .rainbow.flipped,
.preloaded #navigation li.preloaded a:hover .rainbow.flipped,
.dock #navigation li.dock a:hover .rainbow.flipped,
.history #navigation li.history a:hover .rainbow.flipped {
	display: none;
	}

#navigation li a .highlight {
	display: none;
	}

#navigation li a. shadow {
	opacity: 1;
	top: 1px;
	left: 1px;
	}
#screens {
	color: #fff;
	margin: -1px 0 6px 0;
	height: 98px;
	height: 72px;
	}

#station.screen {
	background: transparent url(../i/shell/screen.jpg) no-repeat top left;

	float: left;
	margin: 0 7px 0 0;
	height: 72px;
	width: 580px;
	width: 582px;
	}

#news.screen {
	background: #000 url(../i/shell/screen.jpg) no-repeat -582px 0px;

	float: left;
	position: relative;
	height: 72px;
	width: 358px;
	width: 359px;
	}

#station.screen .info {
	float: left;
	display: block;
	position: relative;
	width: auto;
	}

X.screen * { display: none; }

#station.screen .info h1 {
	display: block;
	font-size: 28px;
	margin: 23px 0 0 28px;
	}

#screens h3,
#screens dt {
	color: #00aeff;
	display: block;
	font-size: 10px;
	font-weight: 800;
	line-height: 21px;
	line-height: 10px;
	padding: 0;
	text-transform: uppercase;
	}

#screens .info h3 {
	margin: 0 0 0 10px;
	position: absolute;
	left: 100%;
	}

#screens .info h3.location {
	top: 22px;
	white-space: nowrap;
	}

#screens .info h3.format {
	top: 35px;
	white-space: nowrap;
	}

#station.screen dl {
	display: block;
	position: absolute;
	top: 14px;
	left: 270px;
	xheight: 72px;
	}

#station.screen dt {
	display: block;
	float: left;
	font-size: 9px;
	line-height: 14px;
	text-align: right;
	width: 180px;
	}

#station.screen dd {
	color: #777;
	display: block;
	font-size: 10px;
	font-weight: 800;
	line-height: 14px;
	margin: 0 0 0 190px;
	}




/* NEWS NEWS NEWS */

#news.screen h3 {
	margin: 22px 0 0 24px;
	}
	
#news.screen ul {
	list-style: none;
	margin: 0 0 0 20px;
	}

#news.screen ul li {
	float: left;
	margin: 0 0px 0 0;
	}

#news.screen ul li a {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 800;
	padding: 0 5px;
	}

#news.screen ul li a:hover {
	color: #00aeef;
	}

#news.screen ul li.tab a {
	color: #999;
	}

#news.screen #stories,
#news.screen #stories1,
#news.screen #stories2,
#news.screen #stories3{
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 130px;
	height: 50px;
	width: 225px;
	}

#news.screen #stories div,
#news.screen #stories1 div,
#news.screen #stories2 div,
#news.screen #stories3 div{
	margin-bottom: 20px;
	}

#news.screen #stories h4,
#news.screen #stories1 h4,
#news.screen #stories2 h4,
#news.screen #stories3 h4{
	color: #aaa;
	font-size: 14px;
	font-weight: 800;
	line-height: 18px;
	padding: 0 0 3px 0;
	margin: 0;
	}

#news.screen #stories small,
#news.screen #stories1 small,
#news.screen #stories2 small,
#news.screen #stories3 small{
	color: #555;
	display: block;
	font-size: 11px;
	font-weight: 800;
	line-height: 12px;
	padding: 5px 0 0 0;
	}

#news.screen #stories small a,
#news.screen #stories1 small a,
#news.screen #stories2 small a,
#news.screen #stories3 small a{
	color: #777;
	text-decoration: underline;
	}

#news.screen #stories small a:hover,
#news.screen #stories1 small a:hover,
#news.screen #stories2 small a:hover,
#news.screen #stories3 small a:hover{
	text-decoration: none;
	}
#stories .fragment,
#stories1 .fragment,
#stories2 .fragment,
#stories3 .fragment{
	width: 225px;	
}
#nav a,
#nav1 a,
#nav2 a,
#nav3 a{ color: #555;
	display: block;
	float:left;
	font-size: 13px;
	font-weight: 800;
	padding: 0 3px; }
#nav a.activeSlide, #nav1 a.activeSlide, #nav2 a.activeSlide, #nav3 a.activeSlide { color: #AAA; }
#nav a:hover { color: #00aeef; }
.anchors{ margin-left: 20px; }

#login {
	background: #000;
	background: url(../i/shell/login/screen.jpg) no-repeat top left;
	xborder: 1px solid rgba(255,255,255,0.10);
	xborder-bottom: 1px solid rgba(255,255,255,0.12);
	x-moz-border-radius: 10px;
	x-webkit-border-radius: 10px;
	color: #fff;
	clear: left;
	float: left;
	display: block;
	margin: 10px 0 7px 0;
	padding: 10px 0 5px 0;
	height: 44px;
	width: 952px;
	}

#login .title {
	float: left;
	width: 254px;
	}

#login .title h2 {
	color: #aaa;
	font-size: 13px;
	line-height: 21px;
	padding: 8px 0 0 28px;
	top: auto;
	}

#login .title p {
	color: #555;
	font-size: 11px;
	font-weight: 800;
	line-height: 14px;
	padding: 0 0 7px 28px;
	}

#login .title p a,
#login .forgot a {
	border-bottom: 1px solid #333;
	display: block;
	float: left;
	line-height: 11px;
	text-decoration: none;
	}

#login .title p a:hover,
#login .forgot a:hover {
	text-decoration: none;
	border: 0 none;
	}

#login label {
	color: #999;
	float: left;
	font-size: 11px;
	padding: 5px 24px 0 0;
	}

#login label.password {
	padding-right: 14px;
	}

#login label a {
	color: #555;
	font-size: 11px;
	font-weight: 800;
	text-decoration: underline;
	}

#login label strong {
	margin: 0 7px 0 0;
	}

#login input.text {
	background: #000 url(../i/shell/login/input.jpg) repeat-x top center;
	border: 1px solid #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #999;
	font-size: 12px;
	padding: 6px 7px;
	height: 14px;
	width: 100px;
	}

#login .username input.text {
	width: 115px;
	}

#login input.text.error {
	border-color: #ef0000;
	color: #f77d9d;
	}

#login input.text:focus {
	border-color: #00aeef;
	color: #82d7ff;
	}

#login .password input {
	width: 80px !important;
	}

#login label.forgot,
#login label.remember {
	color: #555;
	font-weight: 400;
	padding: 8px 21px 0 0;
	}

#login label.forgot {
	visibility: hidden;
	padding-top: 13px;
	}

#login label.remember input {
	margin: 0 5px 0 0;
	}

#login label.remember {
	padding-right: 7px;
	}

#login .submit {
	background: #ccc url(../i/shell/login/login.jpg) no-repeat 0 0;
	border: 0 none;
	cursor: pointer;
	display: block;
	float: left;
	margin: 5px 0 0 50px;
	outline: 0 none !important;
	text-indent: -5000px;
	height: 28px;
	width: 80px;
	}

#login .submit:hover {
	background-position: 0 -28px;
	}

#login .submit:focus {
	background-position: 0 -56px;
	}

#login .submit:active {
	background-position: 0 -56px;
	}
#content {
	background: #f1f1f1;
	border: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: both;
	margin: 0px 0 2px 0;
	padding: 8px 0 0 8px;
	}

.fortytwo #content {
	background: rgba(255,255,255,0.2);
	}

	#content:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
	
	#content {display:inline-block;}
	/* Hide from IE Mac \*/
	#content {display:block;}
	/* End hide from IE Mac */

.silver {
	background: transparent url(../i/shell/silver.jpg) no-repeat top center;
	clear: left;
	padding: 6px 0 0 0px;
	}

.public .silver {
	background: #ccc url(../i/shell/silver_y.jpg) repeat-y top center;
	padding-top: 8px;
	}

.public .silver:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.public .silver {display:inline-block;}
/* Hide from IE Mac \*/
.public .silver {display:block;}
/* End hide from IE Mac */



.container {
	clear: both;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 10px;
	width: 960px;
	}


.clear {
	clear: left;
	}

#footer {
	clear: both;
	color: #555;
	padding: 7px 0 0 0;
	}

#footer p {
	font-weight: 800;
	padding: 10px 10px 11px 24px;
	}

.public #footer .patent {
    display: none;
    }

.home #footer .patent,
.formats #footer .patent,
.demo #footer .patent {
    display: inline;
    }

#splash {
    background: url(../i/splash/home.jpg) no-repeat top left;
    clear: left;
    margin: 0 auto;
    position: relative;
    height: 210px;
    width: 970px;
    }

.home #splash {
    height: 200px;
    }

.home #splash h1 {
    text-indent: -5000px;
    }

.home #splash small {
    display: block;
    text-indent: -5000px;
    }

.formats #splash,
.voices #splash,
.order #splash {
    background: url(../i/splash/logo.jpg) no-repeat center left;
    height: 180px;
    margin-bottom: 7px;
    }

.voices #splash {
    background-image: url(../i/splash/smaller.jpg);
    height: 120px;
    }

.formats #splash {
    top: 7px;
    }

#splash .logo {
    float: left;
    }

#splash .logo.small {
    margin: 0 0 0 60px;
    width: 150px;
    }

#splash h1 {
    clear: none;
    color: #2cc5ff;
    color: #9ce4ff;
    color: #fff;
    display: block;
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: 1px;
    margin: 0 0 0 265px;
    padding: 42px 0 0 0;
    xtext-shadow: 0 0 7px rgba(255,255,255,0.4);
    }

.voices #splash h1 {
    margin: 0 0 0 185px;
    padding: 21px 0 0 0;
    }

#splash h2 {
    clear: none;
    color: #777;
    display: block;
    font-size: 15px;
    font-style: oblique;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 0 265px;
    padding: 14px 0 0 0;
    top: 0;
    }

#splash h3 {
    clear: none;
    color: #eee;
    color: #9ce4ff;
    display: block;
    font-size: 15px;
    margin: 0 0 0 265px;
    padding: 0;
    text-shadow: 0 0 4px rgba(255,255,255,0.4);
    text-shadow: 0 0 9px rgba(0,150,255,0.8);
    }

.formats #splash h3 {
    font-style: oblique;
    padding-top: 6px;
    }

.voices #splash h3 {
    margin: 0 0 0 185px;
    }


#splash ul {
    color: #ccc;
    font-size: 13px;
    margin: 7px 0 0 265px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    }

#splash ul {
    list-style: none;
    }

#splash ul li {
    background: url(../i/formats/check.jpg) no-repeat 0 4px;
    padding-left: 28px;
    margin-bottom: 3px;
    }

#splash .details {
    color: #ccc;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    top: 48px;
    right: 20px;
    width: 230px;
    }

#splash .details a {
    text-decoration: underline;
    }


/* TOGGLE TOGGLE TOGGLE TOGGLE TOGGLE */

.magic { display: none; }

.fortytwo .magic,
.magic_on .magic { display: block; }

/* EDGE GRIDLINES EDGE GRIDLINES EDGE GRIDLINES */

.magic.gridline {
	background: transparent;
	border-right: 1px dashed #0cf;
	position: absolute;
	top: -42px;
	left: 0;
	height: 100%;
	padding: 42px 0;
	width: 0;
	}


/* Leftside leftside leftside */

.magic.gridline.one { /* TEXT BASELINE, LEFT -- page start */
	background: #09f;
	background: rgba(0,150,255, 0.15);
	border: 0 none;
	border-left: 1px dashed #0cf;
	left: 38px; /* 28 from edge -- main text-start baseline */
	left: 20px; /* ZONE MODE */
	left: 22px;
	width: 18px;
	width: 17px;
	}

.column .magic.gridline.one {
	left: 13px;
	}

/* rightside rightside rightside */

.magic.gridline.two { /* TEXT BASELINE, RIGHT */
	background: #00aeef;
	background: rgba(0,150,255, 0.1);
	opacity: 0.8;
	left: auto;
	right: 17px; /* 10 from edge */
	right: 17px; /* 17==10, ZONE MODE */
	right: 20px;
	width: 14px;
	width: 13px;
	}

.column .magic.gridline.two {
	right: 19px;
	}

/* EDGES EDGES EDGES EDGES */

.magic.gridline.left.edge {
	border-right: 1px solid #fc0;
	left: -1px;
	}

.magic.gridline.right.edge {
	border-right: 1px solid #fc0;
	left: auto;
	right: -1px;
	}

/* RHYTHM RHYTHM RHYTHM RHYTHM RHYTHM */

.rhythm {
	background: url(../i/shell/magic/rhythm.png) repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	padding: 0 0 500px 0;
	width: 100%;
	}
	
/* COLUMNS GRID COLUMNS GRID COLUMNS */

/* 88888888888888888888888 EIGHT COLUMN VERSION */

.magic.zone {
	background: rgba(230,240,250,0.1);
	float: none;
	padding: 42px 0;
	position: absolute;
	top: -42px;
	left: 10px;
	height: 100%;
	width: 110px;
	}

.magic.zone.two { left: 130px; }
.magic.zone.three { left: 250px; }
.magic.zone.four { left: 370px; }
.magic.zone.five { left: 490px; }
.magic.zone.six { left: 610px; }
.magic.zone.seven { left: 730px; }
.magic.zone.eight { left: 850px; }

.magic.zone.nine { display: none; }


 
 /* 666666666666666 SIX COLUMN VERSION
 
 .magic.zone {
	background: rgba(230,240,250,0.2);
	float: none;
	position: absolute;
	top: 0;
	left: 10px;
	height: 100%;
	width: 150px;
	}

.magic.zone.two { left: 170px; }
.magic.zone.three { left: 330px; }
.magic.zone.four { left: 490px; }
.magic.zone.five { left: 650px; }
.magic.zone.six { left: 810px; }

.magic.zone.seven { display: none; }
.magic.zone.eight { display: none; }

.magic.zone.nine { display: none; }

 */
 
 
 /* CODNAME RAINBOWS */

/* NEW VERSION */
/* JAN 24 2010 */

.wrap  {
	display: block;
	float: left;
	line-height: 1.15;
	overflow: hidden;
	padding: 0 1px 1px 0;
	position: relative;
	}

.wrap .source {
	color: #ffa;
	position: relative;
	}

.gradient.wrap .source {
	visibility: hidden;
	}

.rainbow {
	background: transparent;
	display: block;
	position: relative;
	position: absolute;
	height: 1px;
	overflow: hidden;
	width: 100%;
	}

.rainbow span {
	position: absolute;
	top: 0;
	left: 1px;
	display: block;
	}

.rainbow.flipped {
	display: none; 
	}

a:hover .rainbow {
	display: none;
	}

a:hover .rainbow.flipped {
	display: block;
	}

.highlight {
	color: #fff !important;
	display: block;
	line-height: inherit;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.shadow {
	color: #000 !important;
	display:block;
	line-height: inherit;
	position: absolute;
	top: 1px;
	left: 1px;
	}
.ui-tabs .ui-tabs-hide {
     display: none;
}

.fragment-hidden { display: none; }

.fragment { clear: left; }


.pagination {
	color: #fff;
	margin: 10px 21px 0 26px;
	}

.pagination ul {
	list-style: none;
	}

.pagination ul li {
	float: left;
	font-size: 15px;
	font-weight: 800;
	margin: 0;
	}

.pagination ul li a {
	color: #555;
	padding: 0 7px;
	}

.pagination ul li a:hover {
	color: #00aeef;
	}

.pagination ul li.active a {
	color: #ccc;
	}

.pagination .buttons {
	float: right;
	font-size: 14px;
	}

.pagination .buttons a {
	xbackground: #ccc;
	color: #777;
	font-weight: 800;
	padding: 0 5px;
	}

.pagination .buttons a:hover {
	color: #00aeef;
	}.label .edit {
	background: #000;
	background: rgba(0,0,0,0.2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #72b3d2;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px !important;
	font-weight: 800;
	line-height: 12px;
	margin: 0 0 0 7px;
	padding: 3px 7px;
	position: absolute;
	top: 2px;
	left: 100%;
	display:none;
	}

.label h4 .edit {
	background: rgba(0,0,0,0.4);
	margin-left: -7px;
	}

.label .edit:hover {
	background: rgba(0,0,0,0.5);
	color: #fff;
	}.column {
	display: block;
	float: left;
	margin: 0;
	padding: 1px 0 0 0;
	position: relative;
	width: 240px;
	}

.small.column {
	width: 240px;
	}

	.small.column .half.column {
		width: 120px;
		}

.third.column {
	width: 320px;
	}
	
	.third.column .half.column {
		width: 160px;
		}

.half.column {
	width: 480px;
	}

	.half.column .half.column {
		width: 240px;
		}

.twothird.column {
	width: 640px;
	}
	
	.twothird.column .half.column {
		width: 325px;
		width: 320px;
		}


.medium.column {
	width: 480px;
	}

.large.column {
	width: 720px;
	}

	.large .half.column {
		width: 360px;
		}
	
	.large .third.column {
		width: 240px;
		}

.max.column {
	width: 960px;
	}

.box {
	background: #fff;
	background: #555;
	background: #222;
	xborder: 1px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	clear: left;
	display: block;
	margin: -1px 8px 9px 0;
	padding: 0 0 11px 0;
	position: relative;
	z-index: 200;
	}

.silver .box {
	border-color: #999;
	}

.fortytwo .box {
	background: rgba(255,255,255,0.2);
	}

.box:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.box {display:inline-block;}
/* Hide from IE Mac \*/
.box {display:block;}
/* End hide from IE Mac */

.fortytwo .box {
	background: rgba(255,255,255,0.1);
	}
.box h2.title {
	
	}/* A cart label */
/*

	 //||||||||||||||||||||||||
	//|||||||||||||||||||||||||
	||||||||||||||||||||||||||||
	
*/

.label {
	background: #ccc;
	background: url(../i/label/screen.jpg) no-repeat top left;
	clear: left;
	margin: 10px 10px 0px 0;
	padding: 4px 0px 5px 0;
	}

.label:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.label { display:inline-block;}
/* Hide from IE Mac \*/
.label {display:block;}
/* End hide from IE Mac */

.label .screen {
	xbackground: #0d2f5d;
	xbackground: transparent url(../i/label/blue.png) no-repeat top left;
	clear: left;
	margin: 0 4px 4px 4px;
	position: relative;
	height: 56px;
	}

.fortytwo .label .screen {
	background: rgba(255,255,255,0.2);
 	}

.label .screen h4 {
	color: #78eeff;
	float: left;
	font-size: 15px;
	padding: 0;
	position: absolute;
	top: 7px;
	left: 30px;
	}

.label .screen h4 strong {
	display: block;
	float: left;
	padding: 0 14px 0 0;
	}

.label .screen .format {
	list-style: none;
	position: absolute;
	top: 7px;
	left: 600px;
	}

.label .screen .format li {
	color: #5b779b;
	float: left;
	font-size: 11px;
	font-weight: 800;
	margin: 0 14px 0 0;
	}

.label .screen .format li.active {
	color: #77f4ff;
	}

.label .screen dt {
	color: rgba(255,255,255,0.4);
	color: #5b779b;
	font-size: 10px;
	font-weight: 800;
	padding: 1px 0 0 0;
	position: absolute;
	text-transform: uppercase;
	text-align: right;
	width: 110px;
	}

.label .screen dd {
	color: #78eeff;

	font-size: 11px;
	font-weight: 800;
	position: absolute;
	}

.label .screen dt.airdate {
	top: 27px;
	left: 30px;
	text-align: left;
	width: 70px;
	}

.label .screen dd.airdate {
	top: 27px;
	left: 95px;
	}

.label .screen dt.outq {
	top: 27px;
	left: 240px;
	}

.label .screen dd.outq {
	top: 27px;
	left: 360px;
	}

.label .screen dt.duration {
	top: 7px;
	left: 720px;
	}

.label .screen dd.duration {
	top: 7px;
	left: 840px;
	}

.label .screen dt.created {
	top: 27px;
	left: 720px;
	}

.label .screen dd.created {
	top: 27px;
	left: 840px;
	}

.label .controls {
	background: transparent;
	float: right;
	padding: 0 10px 5px 0;
	height: 21px;
	}

.label .controls a {
	font-size: 12px;
	line-height: 27px;
	}

.label .controls a.remove {
    width: 47px;
    }

.label .controls a.download {
    width: 88px;
    }

.dock .play {
	clear: left;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 290px;
	height: 21px;
	}

.content label {
    color: #ccc;
	clear: left;
	display: block;
	margin: 7px 0 0 0;
	}

.content label strong {
	float: left;
	font-size: 13px;
	margin: 0 0 0 14px;
	width: 140px;
	}

.content input,
.content textarea,
.content select {
	margin: 0 0 0 14px;
	}

.content input[type="text"],
.content input.text,
.content textarea {
    background: #111;
    border: 1px solid #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 0 5px #000;
    -webkit-box-shadow: inset 0 0 5px #000;
    color: #ccc;
    font: 11px/21px "lucida grande","lucida sans unicode",verdana,tahoma,sans-serif;;
    padding: 4px 7px;
    }

.content input[type="text"]:focus,
.content input.text:focus,
.content textarea:focus {
    background: #000;
	border-color: #00aeef;
	color: #82d7ff;
    }

.content input.error[type="text"],
.content input.text.error {
    border-color: #ae1418;
    }

input { outline: 0 none; }
.table {
	margin: 0 0px 0 3px;
	}

.table .heading {
	background: #333 url(../i/table/heading.jpg) repeat-x top;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-bottom: 1px solid #000;
	color: #999;
	font-size: 12px;
	font-weight: 800;
	line-height: 14px;
	margin: 0 10px 0 0;
	xtext-shadow: 0 1px 0 rgba(255,255,255,0.1);
	height: 42px;
	}

.table .heading > span {
	margin-top: 14px;
	}

.table .heading .gradient {
	xmargin: 14px 0 0 0;
	}

.table .row {
	background: #f1f1f1 url(../i/table/row.jpg) repeat-x top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d7d7d7;
	clear: left;
	margin: 0 10px 0 0;
	width: auto;
	}

	.table .row:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		}
	
	.table .row {display:inline-block;}
	/* Hide from IE Mac \*/
	.table .row {display:block;}
	/* End hide from IE Mac */

.table .row.last {
	-moz-border-radius: 0 0 10px 10px;
	border-bottom: 0 none;
	padding-bottom: 5px;
	}


/* History items */

/*

			<span class="session_name">
				Session Name
			</span>
			<span class="added">
				Added
			</span>
			<span class="cuts">
				Cuts
			</span>
			<span class="size">
				Size
			</span>
			<span class="open_sessions">
				Open Sessions in Dock
			</span>
			<span class="download_sequences">
				Download Sequences
			</span>
			
	*/

.table div {
	font-size: 14px;
	line-height: 42px;
	}
	
.table .session_name {
	display: block;
	float: left;
	font-size: 14px;
	margin: 0 0 0 24px;
	width: 300px;
	}

.table .added {
	display: block;
	float: left;
	width: 140px;
	}

.table .cuts {
	display: block;
	float: left;
	width: 55px;
	}

.table .size {
	display: block;
	float: left;
	width: 90px;
	}

.table .open_sessions {
	display: block;
	float: left;
	width: 180px;
	}

.table .open_sessions a {
    width: 115px;
    }

.table .download_sequences {
	display: block;
	float: left;
	width: 155px;
	}

.table .download_sequences a {
    width: 95px;
    }

.table .open_sessions a,
.table .download_sequences a {
	background: transparent url(../i/history/buttons.jpg) no-repeat 0 0;
	-moz-border-radius: 14px;
	color: #333;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 800;
	line-height: 26px;
	padding: 0 8px 2px 42px;
	margin: 7px 0;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	}

.table .open_sessions a:hover {
    background-position: 0 -28px;
    }

.table .download_sequences a {
    background-position: -180px 0;
    }

.table .download_sequences a:hover {
    background-position: -180px -28px;
    }


/* rename */

.table .session_name .name {
	xcolor: #ff0;
	display: block;
	float: left;
	}


.table .session_name a.rename {
	color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: 800;
	line-height: 14px;
	margin: 15px 0 0 7px;
	padding: 0 5px;
	display:none;
	}

.table .row:hover .session_name a.rename {
	background: #fff;
	}

.table .row .session_name a.rename:hover {
	background: #fff;
	color: #777;
	}
.dock {
	
	}

.dock .download.all {
	float: right;
	line-height: 41px !important;
	margin: 21px 24px 0 0;
	}


.dock #footer {
	padding: 21px 0 0 0;
	}

.metal.content.box {
     background: #ccc;
     border-color: #fff;
}

.demo .left {
     float: left;
     width: 300px;
}

.demo .left .info {
     color: #000;
     padding: 14px 0 0 14px;
     text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.demo .navigation {
     margin: 21px 0 0 0;
     list-style: none;
     width: 304px;
}

.demo .navigation li {
     line-height: 35px;
}

.demo .navigation li a {
     border-top: 1px solid #f1f1f1;
     border-bottom: 1px solid #aaa;
     xbackground: #ddd;
     cursor: pointer;
     display: block;
     padding: 0 0 0 25px;
     text-shadow: 0 1px 0 #f1f1f1;
}

.demo .navigation li:first-child a {
     border-top-color: transparent;
}

.demo .navigation li:last-child a {
     border-bottom-color: transparent;
}

.demo .navigation li.active a {
     background: #0d78dc url(../i/demo/active.jpg) no-repeat top right;
     border-color: rgba(0,0,0,0.3);
     -moz-box-shadow: 0 -1px 0 #f1f1f1, 0 1px 0 #f1f1f1, inset 0 0 6px rgba(0,0,0,0.4);
     color: #fff;
     font-weight: 800;
     text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.demo .navigation li.active + li a {
     border-top: 1px solid #fff;

}

.demo .video.player {
     /*background: #fff;*/
     float: right;
     /*-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     */
     margin: 10px 10px 0 0;
     height: 415px;
     width: 640px;
}


.QTP .playContainer {
     margin: 72px 0 0 14px;
}


.demo p {
     color: #222;
}

.jp-play{
     background-image: url(http://www.apple.com/library/quicktime/2.0/stylesheets/ProPlay.png);
     height: 25px;
     width: 25px;
     display: block;
}
.jp-pause{
     background-image: url(http://www.apple.com/library/quicktime/2.0/stylesheets/ProPause.png);
     height: 25px;
     width: 25px;
     display: block;
}

.jp-progress {
    background: #706d6d;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);
    -moz-box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);
    box-shadow:
        inset 0px 1px 4px rgba(0,0,0,.4),
        0px 1px 0px rgba(255,255,255,.4);
    width:280px;
    height:10px;
    float:left;
    margin: 8px 0 0 47px;
    width: 594px;
}
.jp-seek-bar {
    width:0px;
    height:100%;
    cursor: pointer;
}
.jp-seeking-bg {
    background:#575555;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.jp-play-bar {
    background: black;
    width:0px;
    height:10px;
    position:relative;
    z-index: 9999;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.jp-play-bar span {
    position:absolute;
    top: -3px;
    right: -12px;
    background:url("handle.png") no-repeat center;
    width: 16px;
    height: 17px;
}
.jp-gui{
     margin-top: 10px;
}
.jp-video-play{
     position: absolute;
     margin: -130px 0 0 320px;
     text-align: center;
}
.voices {
    
    }

.voices .person,
.voices .details {
    background: #222;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #111;
	clear: left;
	margin: 0 14px 0 0;
	padding: 0;
	position: relative;
	}

.voices .person:first-child {
	border-top: 1px solid rgba(255,255,255,0.05);
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	padding: 4px 0 0 0;
	}

.voices .person:last-child,
.voices .last.details {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	padding-bottom: 3px;
	}

.voices .person:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.voices .person {display:inline-block;}
/* Hide from IE Mac \*/
.voices .person {display:block;}
/* End hide from IE Mac */

.voices .person img {
    -moz-box-shadow: 1px 2px 14px #111;
    -webkit-box-shadow: 1px 2px 14px #111;
	float: left;
	margin: 16px 21px 16px 18px;
	width: auto;
	width: 200px;
	width: 130px;
	}

.voices .person h3 {
	color: #39515e;
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	font-weight: 800;
	line-height: 21px;
	padding: 18px 0 7px 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	}

.voices .person p {
	clear: none;
	color: #333;
	color: #c1d0dc;
	font-size: 12px;
	line-height: 18px;
	margin: 0 20px 0 0;
	padding: 0 14px 7px 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}

.voices .person p.formats {
    color: #87c5ff;
    font-weight: 800;
    padding-bottom: 7px;
    }

.voices .person p.formats strong {
    color: #8199ad;
    font-size: 13px;
    font-weight: 400;
    margin: 0 2px 0 0;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    }

.voices .person .player {
    -moz-box-shadow: 1px 2px 10px #000;
    -webkit-box-shadow: 1px 2px 10px #000;
    position: absolute;
    top: 21px;
    right: 21px;
    height: 20px;
    }

.voices .person a.play {
    background: #1770d3;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-box-shadow: 2px 2px 10px #111;
    -webkit-box-shadow: 2px 2px 10px #111;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
    right: 14px;
    }

.voices .person.playing a.play { display: none; }

.voices .person a.close {
    background: #ba0005 url(../i/voices/delete.png) no-repeat top center;
    -moz-box-shadow: 1px 2px 10px #000;
    -webkit-box-shadow: 1px 2px 10px #000;
    font-weight: 800;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    color: #fff;
    display: none;
    opacity: 0.9;
    position: absolute;
    right: -10px;
    top: 22px;
    text-indent: -5000px;
    height: 20px;
    width: 20px;
    }

.voices .person a.close:hover {
    opacity: 1;
    }

.voices .person.playing a.close {
    display: block;
    }

.voices .last.details {
    color: #ccc;
    }
    
.voices .last.details p {
    color: #eee;
    font-weight: 800;
    padding: 14px 0 10px 16px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

.voices .last.details p strong {
    color: #8b9caa;
    font-weight: 400;
    margin: 0 4px 0 4px;
    }
.order p {
    padding-bottom: 6px;
    }
.home h2.main {
    color: #ccc;
    line-height: 21px;
    padding: 28px 0 10px 0;
    text-align: center;
    }

.home h3.main {
    color: #475860;
    margin-bottom: 42px;
    padding: 0;
    text-align: center;
    }

#features {
    background: #777 url(../i/home/bg.jpg);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 10px 0 0px;
    }

    #features:after {
    	content:".";
    	display:block;
    	height:0;
    	clear:both;
    	visibility:hidden;
    	}
    
    #features {display:inline-block;}
    /* Hide from IE Mac \*/
    #features {display:block;}
    /* End hide from IE Mac */

#features .feature {
    background: transparent;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(0,0,0,0.24);
    float: left;
    width: 236px;
    }

#features .feature.first {
    border-left: 0 none;
    }

#features .feature.last {
    border-right: 0 none;
    }

#features .feature a {
    background: #333;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    display: block;
    margin: 10px 10px 0 10px;
    height: 90px;
    } 

#features .feature a {
    background: url(../i/home/sequencer.jpg);
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.9);
    }

#features .feature.second a {
    background-image: url(../i/home/preloaded.jpg);
    }

#features .feature.third a {
    background-image: url(../i/home/demo.jpg);
    }

#features .feature.last a {
    background-image: url(../i/home/app.jpg);
    }

#features .feature h2 {
    color: #111;
    font-size: 15px;
    padding: 0 0 0 14px;
    line-height: 21px;
    margin: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    }

#features .feature small {
    color: #222;
    display: block;
    line-height: 14px;
    font-size: 11px;
    font-weight: 800;
    padding: 7px 10px 14px 14px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    }



.formats h2.main {
    font-size: 21px;
    font-weight: 800;
    line-height: 28px;
    margin: 0px 20px 35px 7px;
    xmargin: 7px 20px 7px 0px;
    padding: 14px 0 14px 28px;
    text-align: center;
    }

.formats .container .formats {
    
    }

.formats .format,
.formats .details {
    background: #222;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #111;
	clear: left;
	margin: 0 14px 0 0px;
	padding: 7px 0 21px 130px;
	position: relative;
	}

.formats .format {
    background: #222 url(../i/formats/reel.jpg) no-repeat 14px center;
    }

.formats .format.playing {
    background-image: url(../i/formats/reel_on.jpg);
    }

.formats .format:first-child {
	border-top: 1px solid rgba(255,255,255,0.05);
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
    padding-top: 10px;
	}

.formats .format:last-child,
.formats .last.details {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}

.formats .format h2 {
	color: #39515e;
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	font-weight: 800;
	line-height: 21px;
	padding: 0px 0 7px 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	}

.formats h2.main {
    margin-top: 14px;
    margin-bottom: 28px;
    }

.formats .format h2 strong {
    color: #4d9dff;
    color: #68c4ff;
    text-shadow: 0 0 7px rgba(0,100,255,0.9);
    }

.formats .format p {
	clear: none;
	color: #333;
	color: #c1d0dc;
	font-size: 13px;
	line-height: 18px;
	margin: 0 120px 0 0;
	padding: 7px 14px 0px 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}


.formats .format p.formats strong {
    color: #8199ad;
    font-size: 13px;
    font-weight: 400;
    margin: 0 4px 0 0;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    }

.formats .format .player {
    position: absolute;
    top: 20px;
    right: 21px;
    }

.formats .format a.play {
    background: #1770d3;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-box-shadow: 2px 2px 10px #111;
    -webkit-box-shadow: 2px 2px 10px #111;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
    right: 14px;
    }

.formats .format.playing a.play { display: none; }

.formats .format a.close {
    background: #ba0005 url(../i/voices/delete.png) no-repeat top center;
    font-weight: 800;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    color: #fff;
    display: none;
    position: absolute;
    right: -10px;
    top: 21px;
    text-indent: -5000px;
    height: 20px;
    width: 20px;
    }

.formats .format.playing a.close {
    display: block;
    }

.formats .last.details {
    color: #ccc;
    }
    
.formats .last.details p {
    color: #eee;
    font-weight: 800;
    padding: 14px 0 10px 16px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    }

.formats .last.details p strong {
    color: #8b9caa;
    font-weight: 400;
    margin: 0 4px 0 4px;
    }

.formats .reelicon {
    background: transparent;
    display: block;
    margin: -45px 0 0 0;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 90px;
    width: 90px;
    }
.preloadedCarousel{
	height: 200px;
	width: 940px;
	position: relative;
	overflow: hidden;
}
.preloadedCarousel ul{
	width: 20000em;
    position: relative;
}
.preloadedCarousel li{
	float: left;
	height: 200px;
	width: 236px;
}
.nav{
	margin: -29px 25px 8px 0;
	float: right;
}
.nav a, .nav a:visited{
	color: #ccc;
	text-decoration: none;
	margin-left: 5px;
}
.nav a.active, .nav a:hover{
	color: #00aeef;
}
.preloaded h4{
	width: 600px;
}.flash {
	display: block;
	}

body .flash.sequencer {
	width: 950px;
	height: 700px;
	}

.preloaded .flash {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: none;
	float: left;
	margin: 7px 10px 3px 0;
	opacity: 1;
	padding: 0;
	width: 310px;
	width: 230px;
	height: 110px;
	height: 90px;
	height: 83px;
	}

.preloaded .flash {
	background: url(../i/flash/preloaded.png) no-repeat top left;
	}

.flash a {
	display: block;
	height: 100%;
	width: 100%;
	}

.play .flash {
	display: block;
	width: 190px;
	height: 26px;
	}

.flash.video {
	margin: 21px 21px 12px 21px;
	height: 320px;
	}