html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, dl, dd, dt, form, label  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}
html {
    height: 100%;
}
:focus {
    outline: 0;
}
ul, ol {
    list-style: none;
}
body {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
    color: #505456;
    height: 100%;
    background: #FFF;
    text-align: center;
    line-height: 1;
}
img {
    border: 0;
}
a:link, a:visited {
    outline: none;
    text-decoration: none;
    color: #E20014;
}
.clear {
    clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
#container {
  position: relative;
  min-height: 100%;
  background: #EBEBEB;
  width: 950px;
  margin: 0 auto;
}
* html #container {
  height: 100%;
}
#main {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  /*padding: 12px 0 100px;*/
  padding: 0 0 100px;
}
#header {
  border-bottom: 2px solid #E20014;
  position: relative;
  background: #FFF;
  padding: 12px 0 0;
}
#logo {
    position: absolute;
    top: 12px; /*0;*/
    left: 0;
    font-size: 16pt;
    line-height: 70px;
}
#forlogin {
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 8pt;
    line-height: 1.1;
}
#forlogin a:link, #forlogin a:visited {
    color: #E20014;
}
#forlogin a:hover, #forlogin a:active {
    color: #333;
}
#lang {
    float: right;
    border-left: 2px solid #B3B3B3;
    padding: 0 0 0 17px;
    margin: 35px 0 0;
}
#lang li {
    float: left;
    text-transform: uppercase;
    line-height: 41px;
}
#lang li.last a {
    border-left: 1px solid #333333;
}
#lang li a:link, #lang li a:visited {
    color: #333333;
    font-size: 7.5pt;
    padding: 0 4px;
}
#lang li a:hover, #lang li a:active, #lang li.selected a:link, #lang li.selected a:visited {
    color: #E20014;
}
#mainnav {
   float: right;
   margin: 35px 0 0;
   padding: 0 30px 0 0;
}
#mainnav li {
    float: left;
    line-height: 41px;
    padding: 0 0 0 25px;
}
#mainnav li a:link, #mainnav li a:visited {
    color: #333;
    text-transform: lowercase;
    font-size: 14pt;
    display: block;
    border-bottom: 6px solid #FFF;
}
#mainnav li a:hover, #mainnav li a:active, #mainnav li.selected a:link, #mainnav li.selected a:visited {
    color: #E20014;
    border-bottom: 6px solid #E20014;
}
#forindex {
    background: #FFF;
}
#content {
     padding: 0 0 1px;
     /*margin: 27px 0 0;*/
     border-top: 18px solid #FFF;
}
#snav {
    padding: 7px 0;
    margin: -27px 0 0;
}
#snav li {
    float: left;
    margin: 0 15px 0 0;
}
#snav li a:link, #snav li a:visited {
    color: #333;
    text-transform: uppercase;
    font-size: 11pt;
    display: block;
}
#snav li a:hover, #snav li a:active, #snav li.selected a:link, #snav li.selected a:visited {
    color: #E20014;
}
#indexbig {
    position: relative;
    height: 450px;
}
#indexbig em {
    position: absolute;
    top: 23px;
    left: 26px;
    font-style: normal;
    color: #B3B3B3;
    text-transform: uppercase;
    font-size: 12pt;
    line-height: 1.4;
}
#lwork {
    width: 532px;
    float: left;
}
#lwork h2 {
    height: 17px;
    line-height: 17px;
    font-weight: normal;
    font-size: 8pt;
    padding: 0;
}
#lwork ul {
    margin: 0 0 0 -1px;
    position: relative;
}
* html #lwork ul {
    height: 1px;
}
#lwork ul li {
    float: left;
    overflow: hidden;
    padding: 0 6px 0 0;
}
#lwork ul li a {
    display: block;
    width: 127px;
    overflow: hidden;
}
#lwork ul li em {
    font-style: normal;
    font-size: 7pt;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 1px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#lwork ul li img {
    width: 125px;
    height: 80px;
    display: block;
}
#lwork ul li a:link, #lwork ul li a:visited {
    color: #808080;
}
#lwork ul li a:hover, #lwork ul li a:active {
    color: #E20014;
}
#lwork ul li a:link img, #lwork ul li a:visited img {
    border: 1px solid #EBEBEB;
}
#lwork ul li a:hover img, #lwork ul li a:active img {
    border: 1px solid #E2002E;
}
#indexbanner {
    text-align: right;
    float: right;
    border-left: 2px solid #E20014;
    margin: 18px 0 16px;
    width: 412px;
    overflow: hidden;
}
#indexbanner img {
    height: 80px;
    width: 400px;
}
#footer {
  position: relative;
  margin: -116px auto 0;
  border-top: 17px solid #FFF;
  width: 950px;
  text-align: left;
  background: #FFF;
}
#forfooter {
  position: relative;
  height: 97px;
  border-top: 2px solid #E20014;
}
#loginbutton:link, #loginbutton:visited {
    width: 135px;
    height: 24px;
    line-height: 23px;
    text-align: center;
    display: block;
    color: #333333;
    background: #FFF url(../images/loginbutton.png) 0 0 no-repeat;
    font-size: 8pt;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -68px;
    overflow: hidden;
}
#loginbutton:hover, #loginbutton:active {
    color: #E2002E;
    background: #CCC url(../images/loginbutton.png) 0 -24px no-repeat;
}
#copyright {
    background: url(../images/forcprt.png) 0 100% no-repeat;
    font-size: 7pt;
    padding: 11px 0 0 148px;
    float: left;
}
#fnav {
    float: right;
    background: url(../images/fnav.png) 0 100% no-repeat;
    padding: 8px 0 0;
    font-size: 8.5pt;
    line-height: 1.1;
}
#fnav ul {
    padding: 0 9px;
    background: url(../images/fnav.png) 100% 100% no-repeat;
}
* html #fnav ul {
    display: inline;
}
#fnav li {
    float: left;
    color: #212228;
}
#fnav li a:link, #fnav li a:visited {
    color: #212228;
    padding: 0 5px;
    border-right: 1px solid #212228;
}
#fnav li a:hover, #fnav li a:active, #fnav li.selected a:link, #fnav li.selected a:visited {
    color: #E20014;
}
#fnav .last a:link, #fnav .last a:visited {
    border: 0;
}

/* For about */

#maincontent {
    background: #EBEBEB;
    color: #212228;
    font-size: 8pt;
    padding: 32px 36px 46px;
    margin: 1px 0;/*17px;*/
}
* html #maincontent {
    display: inline;
}
h2 {
    font-weight: normal;
    font-size: 17pt;
    padding: 0 0 10px;
}
#about {
    line-height: 1.82;
    padding: 10px 0 0;
}

/* For news */

#sidebar {
    width: 130px;
    float: left;
}
#mcont {
    float: right;
    width: 670px;
}
#news {
    border-top: 2px solid #a6a6a6;
}
#news li {
    border-bottom: 2px solid #a6a6a6;
    padding: 10px 0;
}
#news .news-img {
    float: left;
}
#news .news-img img {
    display: block;
    width: 105px;
    height: 105px;
}
#news .news-txt {
    padding: 0 0 0 112px;
    color: #666;
}
#news .news-txt a:hover, #news .news-txt a:active {
    color: #777;
}
#news .news-txt em {
    color: #717873;
    font-size: 7pt;
    font-style: normal;
}
#news .news-txt h3 {
    font-size: 11.5pt;
    padding: 5px 0 0;
}
#news .news-txt p {
    line-height: 1.2;
    padding: 10px 0 0;
    font-size: 8pt;
}
.imgnewssingle {
    float: left;
    margin: 5px 10px 3px 0;
    display: block;
}
#back:link, #back:visited {
    background: url(../images/arrow.png) 0 0 no-repeat;
    height: 22px;
    line-height: 18px;
    display: block;
    float: left;
    clear: both;
    color: #333;
    font-size: 14pt;
    padding: 0 10px 0 28px;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 -17px;
}
* html #back:link, * html #back:visited {
    display: inline;
}
#back:hover, #back:active {
    color: #666;
    background: url(../images/arrow.png) 0 -63px no-repeat;
}

#container #main .f-s-n {
    margin: -5px 0 0 -225px;
}
#forbacklink {
    height: 1%;
    clear: both;
    padding: 30px 0 0;
}
#news h3 {
    color: #E20014;
    font-size: 16pt;
    padding: 25px 0 34px;
}
#fornewssingle {
    font-size: 9pt;
    line-height: 1.6;
    /*border-bottom: 2px solid #a6a6a6;*/
    padding: 0 0 20px;
}
#fornewssingle_dummy1 {
    border-bottom: 2px solid #a6a6a6;
    padding: 0 0 20px;
}
#archive {
     padding: 0 0 2px;
}
#archive li {
    background: url(../images/dashed.gif) 0 0 repeat-x;
    font-size: 10.5pt;
    padding: 7px 0 5px;
    height: 1%;
}
#archive li strong {
    display: block;
    padding: 3px 0;
    font-weight: normal;
}
#archive li.selected strong a {
    color: #212228;
}
#archive ul {
    padding: 0 0 0 12px;
}
#archive ul li {
    background: url(none);
    font-size: 10.5pt;
    padding: 2px 0;
}
#archive a:hover, #archive a:active {
    color: #333;
}
#pager {
    padding: 15px 0;
}
#pager li {
    padding: 0 3px 0 0;
    float: left;
    font-size: 8.5pt;
}
#pager li a:link, #pager li a:visited {
    display: block;
    height: 17px;
    line-height: 17px;
    padding: 0 3px;
    float: left;
    text-align: center;
    overflow: hidden;
    color: #808080;
    border: 1px solid #808080;
    position: relative;
}
#pager li a:hover, #pager li a:active {
    color: #c1001a;
    border: 1px solid #c1001a;
}

/*#pager li.selected a {
    background: #c1001a;
    color: #FFF;
    border: 1px solid #c1001a;
    height: 17px;
    line-height: 17px;
    padding: 0 3px;
    margin-right: 1px;
}*/
#pager li.selected {
    background: #c1001a;
    color: #FFF;
    border: 1px solid #c1001a;
    height: 17px;
    line-height: 17px;
    padding: 0 3px;
    margin-right: 3px;
}

#pager li.prev a:link, #pager li.prev a:visited {
    height: 17px;
    width: 28px;
    border: 1px solid #FFF;
    padding: 0;
}
#pager li.prev a:hover, #pager li.prev a:active {
    border: 1px solid #c1001a;
}
#pager li.prev a:link span, #pager li.prev a:visited span {
    height: 17px;
    width: 28px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/forpager.png) 0 -6px no-repeat;
}
#pager li.prev a:hover span, #pager li.prev a:active span {
    background: url(../images/forpager.png) 0 -35px no-repeat;
}
#pager li.next a:link, #pager li.next a:visited {
    height: 17px;
    width: 28px;
    border: 1px solid #FFF;
    padding: 0;
}
#pager li.next a:hover, #pager li.next a:active {
    border: 1px solid #c1001a;
}
#pager li.next a:link span, #pager li.next a:visited span {
    height: 17px;
    width: 28px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: url(../images/forpager.png) 0 -64px no-repeat;
}
#pager li.next a:hover span, #pager li.next a:active span {
    background: url(../images/forpager.png) 0 -93px no-repeat;
}
#f-e {
    clear: both;
}
* html #f-e {
    height: 1%;
}
#f-e #pager {
    float: right;
    padding: 20px 0 0;
}

/* For partners */

#forpartners {
    line-height: 1.82;
    padding: 10px 0 0;
}
#partners {
    padding: 15px 0 10px;
}
#partners li {
    border-bottom: 2px solid #a6a6a6;
    padding: 10px 0;
}
#partners li.last {
    border-bottom: 0;
}
#partners .partners-logo {
    float: left;
}
#partners .partners-logo img {
    display: block;
}
#partners .partners-about {
    padding: 0 0 0 218px;
    color: #666;
}
#partners .partners-about em {
    color: #717873;
    font-size: 7pt;
    font-style: normal;
}
#partners .partners-about em a:hover, #partners .partners-about em a:active {
    color: #777;
}
#partners .partners-about h3 {
    font-size: 8pt;
    font-weight: normal;
    color: #212228;
    padding: 0 0 2px;
}
#partners .partners-about p {
    line-height: 1.2;
    padding: 8px 0 0;
    font-size: 7.5pt;
    color: #666;
}

/* For showreel */

#showreel-list {
    width: 532px;
    float: right;
}
#showreel-list li {
    float: left;
    padding: 0 0 3px 6px;
    position: relative;
    z-index: 1;
}
#showreel-list li img {
    display: block;
    width: 125px;
    height: 80px;
}
#showreel-list li a {
    display: block;
    width: 127px;
    overflow: hidden;
}
#showreel-list li a:link img, #showreel-list li a:visited img {
    border: 1px solid #EBEBEB;
}
#showreel-list li a:hover img, #showreel-list li a:active img {
    border: 1px solid #E2002E;
}
#showreel-list li em {
    font-style: normal;
    font-size: 7pt;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
    padding: 0 0 0 1px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#showreel-list li a:link, #showreel-list li a:visited {
    color: #808080;
}
#showreel-list li a:hover, #showreel-list li a:active {
    color: #E20014;
}
#showreel-txt {
    width: 326px;
    float: left;
    height: 383px;
    line-height: 1.8;
}
#showreel-nav {
    float: left;
    width: 230px;
    margin: 0 0 0 -17px;
    position: relative;
}
* html #showreel-nav {
    height: 1%;
    display: inline;
}
#showreel-nav h2 {
    text-transform: uppercase;
    font-size: 10pt;
    background: url(../images/nav-arrow.png) 0 0 no-repeat;
    padding: 0 0 6px 17px;
}
#showreel-nav ul {
    padding: 0 0 0 30px;
    text-transform: uppercase;
    font-size: 10pt;
}
#showreel-nav li {
    padding: 0 0 6px;
}
#showreel-nav a:link, #showreel-nav a:visited {
    color: #212228;
}
#showreel-nav a:hover, #showreel-nav a:active {
    color: #E20014;
}
#showreel-d {
    clear: both;
}
#showreel-d h3 {
    color: #666;
    font-size: 8pt;
    line-height: 1.2;
    padding: 15px 0 15px;
    clear: both;
}
#showreel-d h4 {
    color: #666;
    font-size: 7pt;
    padding: 0 0 4px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    clear: both;
}
#showreel-name-list {
    width: 417px;
    float: left;
}
#name-info {
    padding: 0 0 12px;
}
.forcarousel {
    position: relative;
    border-bottom: 1px solid #666;
    padding: 15px 0 14px;
}
.carousel0 { margin: 0 45px; width: 338px !important; }
.carousel0 li {padding: 0 7px 0 0;float: left;}
.carousel0 li img {display: block; width: 60px;height: 38px;}

.carousel {
    margin: 0 45px;
    width: 328px !important;
}
.carousel li {
    padding: 0 7px 0 0;
    float: left;
}
.carousel li img {
    display: block;
    width: 60px;
    height: 38px;
}
.c-prev {
    cursor: pointer;
    position: absolute;
    top: 24px;
    left: 17px;
    width: 18px;
    height: 21px;
    line-height: 21px;
    display: block;
}
.c-prev span {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 21px;
    display: block;
    background: url(../images/c-arrows.png) 0 0 no-repeat;
}
.c-next {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 17px;
    width: 18px;
    height: 21px;
    line-height: 21px;
    display: block;
}
.c-next span {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 21px;
    display: block;
    background: url(../images/c-arrows.png) 0 -79px no-repeat;
}
.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
}

.s-name-info {
    line-height: 1.4;
    font-size: 6.5pt;
    padding: 0 50px 0 0;
}

/* For exclusives */

#forexclusives {
    line-height: 1.8;
    padding: 12px 0 0;
}
#exclusives {
    margin: 0 -30px 0 -1px;
    position: relative;
}
* html #exclusives {
    height: 1px;
}
#exclusives li {
    float: left;
    width: 300px;
    padding: 25px 0;
}
#exclusives li a:link, #exclusives li a:visited {
    display: block;
    color: #212228;
    cursor: pointer;
    position: relative;
}
#exclusives li a:hover, #exclusives li a:active {
    color: #666;
}
* html #exclusives li a {
    height: 1px;
    cursor: pointer;
}
#exclusives li a:link img, #exclusives li a:visited img {
    border: 1px solid #EBEBEB;
}
#exclusives li a:hover img, #exclusives li a:active img {
    border: 1px solid #E2002E;
}
.e-data {
    display: block;
    padding: 0 0 0 117px;
}
.e-data-img {
    float: left;
    border: 1px solid #EBEBEB;
    display: block;
    width: 110px;
    height: 140px;
}
.e-data strong {
    font-size: 12pt;
    display: block;
    line-height: 1.2;
    position: relative;
    top: -3px;
    height: 46px;
}
.e-country {
    height: 21px;
    display: block;
}
.e-data em {
    font-size: 7pt;
    padding: 0 20px 0 0;
    display: block;
    height: 64px;
    font-style: normal;
}
a:link .e-showreel, a:visited .e-showreel {
    color: #E2002E;
    font-size: 7.5pt;
}
a:hover .e-showreel, a:active .e-showreel {
    color: #666;
}
#exclusive-name {
    width: 325px;
    float: left;
}
#exclusive-name div {
    clear: both;
    font-size: 7pt;
    line-height: 1.28;
    padding: 11px 0;
}
#forvideo {
    width: 420px;
    float: right;
}
#forvideo h3 {
    color: #666;
    font-size: 8pt;
    line-height: 1.2;
    padding: 5px 0 0;
}
#v-info {
    clear: both;
    font-size: 7pt;
    padding: 0 0 15px;
}
#v-info li {
    padding: 0 0 6px;
}
#v-info li a:link, #v-info a:visited {
    color: #E20014;
}
#v-info li a:hover, #v-info a:active {
    color: #666;
}

/* For our team */

#ourteam-info {
    width: 388px;
    float: right;
    margin: 0 -36px 0 0;
    padding: 3px 0 0;
}
* html #ourteam-info {
    display: inline;
}
#ourteam-info h2 {
    padding: 0 0 20px;
}
#ourteam-txt {
    /*height: 435px;*/
    line-height: 1.8;
}
#ourteam {
    width: 510px;
    float: left;
    padding: 3px 0 0;
}
#ourteam li {
    float: left;
    padding: 0 16px 0 0;
    height: 164px;
}
* html #ourteam li a {
    height: 1px;
}
#ourteam li img {
    display: block;
    width: 110px;
    height: 140px;
}
#ourteam li strong {
    display: block;
    text-align: right;
}
#o-t {
    clear: both;
    padding: 10px 0 0;
    height: 1%;
}
#o-t #pager {
    padding: 0;
}

/* For jScrollPane */

.scroll-pane {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #FFF;
    border-left: 2px solid #cbcbcb;
    border-right: 2px solid #cbcbcb;
}
.jScrollPaneDrag {
	position: absolute;
	background: #E6E6E6;
	cursor: pointer;
	overflow: hidden;
    border-top: 2px solid #cbcbcb;
    border-bottom: 2px solid #cbcbcb;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollBT {
    display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
    overflow: hidden;
	background-color: #cbcbcb;
	height: 2px;
    border-left: 2px solid #cbcbcb;
    border-right: 2px solid #cbcbcb;
}
.jScrollBB {
    display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
    overflow: hidden;
	background-color: #cbcbcb;
	height: 2px;
    border-left: 2px solid #cbcbcb;
    border-right: 2px solid #cbcbcb;
}

/* For nyromodal */

.withinfo {
    width: 450px;
    border: 1px solid #929395;
    text-align: left;
    color: #666;
}
.withinfo img {
    margin: 18px 18px 0 18px;
}
.withinfo h3 {
    padding: 9px 18px 0 18px;
    font-size: 12pt;
}
.withinfo em {
    padding: 9px 18px 0 18px;
    display: block;
    font-style: normal;
    font-size: 7pt;
}
.withinfo p {
    padding: 8px 18px 20px 18px;
    font-size: 7pt;
    line-height: 1.3;
}

/* For tooltip */

#tooltip {
    position: absolute;
    z-index: 5000;
    border: 1px solid #212228;
    background-color: #FFF;
    padding: 10px;
    opacity: 0.85;
    color: #666;
    text-align: left;
}
#tooltip h3 {
    padding: 0 0 7px;
    font-size: 12pt;
}
#tooltip div {
    font-size: 7pt;
}

/* For showreel-view-project */

#inheader {
    padding: 32px 0 6px 206px;
}
#inheader h2 {
    color: #212228;
    border-left: 1px solid #B3B3B3;
    background: url(../images/star.gif) 14px 50% no-repeat;
    padding: 0 0 0 36px;
    height: 41px;
    line-height: 41px;
    white-space: nowrap;
}
.prjts #main {
    width: 950px;
}
.prjts #footer {
    width: 950px;
}
.prjts #showreel-list {
    float: none;
    width: 950px;
    margin: 0 0 0 -12px;
}
.prjts #showreel-name-list {
    width: 210px;
    color: #666;
}
.prjts #showreel-d h3 {
    padding: 0 0 15px;
}
.prjts .s-name-info {
    padding: 0;
}
.prjts #forvideo h3 {
    border-bottom: 1px solid #666;
    padding: 5px 0 5px;
}
.prjts #forvideo .forcarousel {
    padding: 15px 0;
}

/* For my lists */
#mylists {
    position: absolute;
    top: 0;
    left: 195px;
    background: #E6E6E6;
    border-left: 1px solid #E20014;
    border-right: 1px solid #E20014;
    border-bottom: 1px solid #E20014;
    padding: 4px 7px;
}
#mylists h3 {
    float: left;
    color: #666;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    font-size: 7.5pt;
    margin: 0 5px 0 0;
    border-right: 1px solid #666;
    padding: 0 6px 0 20px;
    background: url(../images/star-l.gif) 0 50% no-repeat;
}
#mylists select {
    float: left;
    font-size: 7.5pt;
    margin: 3px 0 0;
    width: 150px;
}
#mylists ul {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 1px;
}
#mylists li {
    float: left;
    font-size: 7.5pt;
    padding: 0 3px;
}
#mylists li a:link, #mylists li a:visited {
    color: #666;
    height: 24px;
}
#mylists li a:hover, #mylists li a:active {
    color: #E2002E;
}
#mylists li#newlist {
    border-left: 1px solid #666;
    padding: 0 4px;
    position: relative;
    left: 2px;
}

/* For list */
#showreel-list .list {
    top: 92px;
    background: #FFF;
    border: 1px solid #666;
    position: absolute;
    /*top: 145px;*/
    left: -92px;
    z-index: 10000000;
    font-size: 8pt;
    width: 160px;
    display: none;
}
#showreel-list .add {
    position: absolute;
    top: 65px;
    left: 9px;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
#showreel-list .add img {
    display: block;
    width: 14px;
    height: 14px;
    behavior: url("iepngfix.htc");
}
#showreel-list .delete {
    position: absolute;
    top: 2px;
    left: 114px;
    display: block;
    padding: 5px;
    cursor: pointer;
}
#showreel-list .delete img {
    display: block;
    width: 9px;
    height: 9px;
    border: 0px;
    /*behavior: url("iepngfix.htc");*/
}
#showreel-list .deletelink:link, #showreel-list .deletelink:visited {
    position: absolute;
    top:  16px;
    left: 82px;
    white-space: nowrap;
    z-index: 1001;
    /*border: 1px solid #666;*/
    width: auto;
    padding: 5px 5px 7px;
    background: #FFF;
    color: #666;
    display: none;
}
#showreel-list .deletelink:hover, #showreel-list .deletelink:active {
    color: #212228;
}
#showreel-list .list ul {
    margin: -1px 0 0;
    padding:  0 7px 8px;
}
#showreel-list .list li {
    float: none;
    line-height: 1.1;
    padding: 0;
}
* html #showreel-list .list li {
    display: inline;
}
#showreel-list .list h4 {
    font-weight: normal;
    border-bottom: 1px solid #666;
    padding: 0 0 7px 16px;
    margin: 8px 7px 0;
    position: relative;
    z-index: 101;
    background: url(../images/forlists.gif) 0 0 no-repeat;
}
#showreel-list .list h4 a:link, #showreel-list .list h4 a:visited {
    color: #E20014;
    position: absolute;
    top: -2px;
    right: 0;
    width: 16px;
    height: 16px;
    border-left: 1px solid #666;
    text-align: center;
}
#showreel-list .list h4 a:hover, #showreel-list .list h4 a:active {
    color: #666;
}
#showreel-list .list h4 a:link span, #showreel-list .list h4 a:visited span {
    background: url(../images/forlists.gif) 4px -69px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#showreel-list .list h4 a:hover span, #showreel-list .list h4 a:active span {
    background: url(../images/forlists.gif) 4px -140px no-repeat;
}
#showreel-list .list li a:link, #showreel-list .list li a:visited {
    color: #666;
    width: auto;
    padding: 2px 2px 5px 16px;
    border-top: 1px solid #B2B2B2;
    background: url(../images/forlists.gif) 8px -213px no-repeat;
}
#showreel-list .list li a:hover, #showreel-list .list li a:active {
    color: #212228;
    background: url(../images/forlists.gif) 8px -289px no-repeat;
}
#showreel-list .addlink:link, #showreel-list .addlink:visited {
    position: absolute;
    top:  65px;
    left: -92px;
    border: 1px solid #666;
    width: 160px;
    background: #FFF url(../images/forlists.gif) 6px 4px no-repeat;
    padding: 5px 0 7px;
    text-indent: 22px;
    color: #666;
    display: none;
}
#showreel-list .addlink:hover, #showreel-list .addlink:active {
    color: #212228;
}



