/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/************** HTML ELEMENTS *****************************/
body {
  font-family: verdana, geneva, sans-serif;
}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #00573D;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #00573D;
  text-transform: uppercase;
}

h3 {
  color: #00573D;
  border: 5px;
  border-color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
}

p {
  margin-bottom: 15px;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  margin-bottom: 10px;
}

pre {
  width: 730px;
 overflow: auto;
}


a {
  color: #00573D;
  text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: underline;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.photo {
  float: right;
  margin: 0 15px;
}

.photo img {
  margin: 4px;
  border: solid 1px #c10c03;
}

#printer {
  padding: 1px;
  font-size: 10px;
  text-align: right;
}

.bookmark {
  float: right;
  clear: both;
  margin-bottom: 15px;
}

.clear { clear: both; }
.block { display: block; }

/********** NAVIGATION **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: url(/images/redesign/main_bg.gif) repeat-x left top #000;
}

#header {
  width: 945px;
  height: 208px;
  margin: 0 auto;
  text-align: center;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 50;
}

#header .logo {
  width: 323px;
  height: 194px;
  overflow: hidden;
  background: url(/images/redesign/logo.png) no-repeat left top;
  position: absolute;
  z-index: 52;
  left: -3px;
  top: 0;
} 

#header .logo img {
  width: 323px;
  height: 194px;
}

.body-container {
  width: 935px;
  padding: 5px;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

#mainbody {
  width: 915px;
  padding: 10px;
  float: left;
  background: #fff;
  overflow: hidden;
}

#rightcol {
  width: 300px;
  float: right;
  color: #fff;
  overflow: hidden;
}

#footer {
  width: 945px;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

#footer-button {
  width: 935px;
  padding: 0px 5px;
  overflow: hidden;
}

#footer-button img {
  float: left;
}

#footer-logo {
  width: 945px;
  overflow: hidden;

}

#footer-logo .logo {
  float: left;
  margin-right: 45px;
}

#footer-logo #logo1 {
  margin-left: 30px;
}

#ss {
  width: 300px;
  height: 103px;
}

/********** NAVIGATION **********/
#global-nav {
  width: 945px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  z-index: 60;
  left: 0;
  bottom: 0;
}

#global-nav ul, 
#global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
}

#global-nav li.dropdown-li {

}

#global-nav li.nav a {
  display: block;
  height: 40px;
  background-image: url(/images/redesign/global_nav20121011); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 a {
  width: 80px;
  background-position: 0px 0px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: 0px -40px;
}

#global-nav li.nav2 a {
   width:  165px;
   background-position: -80px 0px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -80px -40px;
}

#global-nav li.nav3 a {
   width:  133px;
   background-position: -245px 0px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -245px -40px;
}

#global-nav li.nav4 a {
   width:  89px;
   background-position: -378px 0px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -378px -40px;
}

#global-nav li.nav5 a {
   width:  103px;
   background-position: -467px 0px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -467px -40px;
}

#global-nav li.nav6 a {
   width:  208px;
   background-position: -570px 0px;
}

#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -570px -40px;
}
#global-nav li.nav7 a {
   width:  167px;
   background-position: -778px 0px;
}

#global-nav li.nav7 a:hover, #global-nav li.nav7 a.current {
  background-position: -778px -40px;
}

#global-nav .submenu-container {
  visibility: hidden;
  width: 887px;
  height: 235px;
  padding: 10px 0px 0 58px;
  background: url(/images/redesign/dropdown_bg.gif) no-repeat left top;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 62;
}

#global-nav .submenu-container .submenu {
  width: 200px;
  float: left;
}

#global-nav .submenu-container ul li a,
#global-nav .submenu-container ul li span {
  display: block;
  width: 170px;
  height: auto;
  text-align: left;
  padding: 0 10px;
  background: none;
  font-family: helvetica !important;
  font-size: 12px;
  color: #ffc423;
  line-height: 20px;
  text-decoration: none;
}

#global-nav .submenu-container ul li span {
  font-family: helvetica;
  text-transform: uppercase;
  color: #fff;
}

#global-nav .submenu-container ul li a:hover {
  text-decoration: underline;
}

#global-nav .dropdown-img {
  position: absolute;
  z-index: 55;
  left: 5px;
  top: 5px;
}

#global-nav .submenu-img {
  padding-left: 5px;
}

#social-button {
  width: 263px;
  height: 43px;
  padding-left: 43px;
  padding-top: 6px;
  overflow: hidden;
  position: absolute;
  z-index: 54;
  right: -1px;
  top: 1px;
  background: url(/images/redesign/social_buttons.png) no-repeat left top;
}

#social-button .button {
  width: 25px;
  height: 24px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  background-image: url(/images/redesign/social_buttons.png);
  background-repeat: no-repeat;
}

#social-button #button1 {
  background-position: -43px -6px;
}

#social-button #button1:hover {
  background-position: -43px -55px;
}

#social-button #button2 {
  margin-right: 19px;
  background-position: -88px -6px;
}

#social-button #button2:hover {
  background-position: -88px -55px;
}

#social-button #button3 {
  margin-right: 20px;
  background-position: -132px -6px;
}

#social-button #button3:hover {
  background-position: -132px -55px;
}

#social-button #button4 {
  margin-right: 19px;
  background-position: -177px -6px;
}

#social-button #button4:hover {
  background-position: -177px -55px;
}

#social-button #button5 {
  margin-right: 19px;
  background-position: -221px -6px;
}

#social-button #button5:hover {
  background-position: -221px -55px;
}

#social-button #button6 {
  margin-right: 0px;
  background-position: -265px -6px;
}

#social-button #button6:hover {
  background-position: -265px -55px;
}

#navbar-secondary {
  width: 935px;
  height: 64px;
  overflow: hidden;
  margin-bottom: 5px;
}

#links-container {
  color: #585858;
  float: right;
  margin-top: 25px;
  margin-right: 10px;
}

#links-container a {
  color: #fff;
  font-weight: bold;
}

#team-cont {
  width: 300px;
  height: 191px;
  overflow: hidden;
  background: url(/images/redesign/team_info_bg.gif) repeat-x left top;
}

#team-links {
  padding: 10px;
  color: #919191;
}

    #team-links a {
      color: #e1e1e1;
      font-size: 13px;
      line-height: 20px;
    }


#team-links a:hover {
  text-decoration: none;
}

#team-links a:hover span {
  text-decoration: underline;
}

/*************TABS***************/
#tabs-srs {
  width: 300px;
}

#tabs-srs .ui-tabs-nav {
  width: 300px;
  background: url(/images/redesign/rcol_tabs_hdr.gif) no-repeat;
}

#tabs-srs #tabs-srs-state1 { background-position: 0px 0px; }
#tabs-srs #tabs-srs-state2 { background-position: 0px -37px; }
#tabs-srs #tabs-srs-state3 { background-position: 0px -74px; }

#tabs-srs .ui-tabs-nav li {
  float: left;
}

#tabs-srs .ui-tabs-nav li a {
  height: 37px;
  display: block;
}

#tabs-srs #tabs-srs-anchor1 { width: 98px;  outline-style: none;}
#tabs-srs #tabs-srs-anchor2 { width: 66px;  outline-style: none;}
#tabs-srs #tabs-srs-anchor3 { width: 97px;  outline-style: none;}

#tabs-srs .ui-tabs-panel {
  width: 300px;
  background: url(/images/redesign/rcol_tabs_bg.gif) repeat-x left top;
  overflow: hidden;
}

#tabs-srs .ui-tabs-panel .container {
  padding: 10px;
  height: 204px;
  overflow: auto;
}

/******************************************************************/
#tabs-tch {
  width: 630px;
  overflow: hidden;
  outline-style: none;
}

#tabs-tch .ui-tabs-nav {
  width: 630px;
  overflow: hidden;
  background: url(/images/redesign/lcol_tabs_hdr.gif) no-repeat;
}

#tabs-tch #tabs-tch-state1 { background-position: 0px 0px; }
#tabs-tch #tabs-tch-state2 { background-position: 0px -37px; }
#tabs-tch #tabs-tch-state3 { background-position: 0px -74px; }

#tabs-tch .ui-tabs-nav li {
  float: left;
}

#tabs-tch .ui-tabs-nav li a {
  height: 37px;
  display: block;
}

#tabs-tch #tabs-tch-anchor1 { width: 98px; outline-style: none;}
#tabs-tch #tabs-tch-anchor2 { width: 90px; outline-style: none;}
#tabs-tch #tabs-tch-anchor3 { width: 80px; outline-style: none;}

#tabs-tch .ui-tabs-panel {
  width: 630px;
  background: url(/images/redesign/tab_bg.png) repeat-x left top #272727;
  overflow: hidden;
}

#tabs-tch .ui-tabs-panel .container {
  overflow: hidden;
}

#tabs-tch #tabs-tch-content2 .container,
#tabs-tch #tabs-tch-content3 .container {
  padding: 10px;
  height: 560px;
  overflow: auto;
}

/**/
#tabs-sv .ui-tabs-nav {
  width: 300px;
  background: url(/images/redesign/rcol_tabs_hdr3.gif) no-repeat;
}

#tabs-sv #tabs-sv-state1 { background-position: 0px 0px; }
#tabs-sv #tabs-sv-state2 { background-position: 0px -37px; }
#tabs-sv #tabs-sv-state3 { background-position: 0px -74px; }

#tabs-sv .ui-tabs-nav li {
  float: left;
}

#tabs-sv .ui-tabs-nav li a {
  height: 37px;
  display: block;
  outline-style: none;
}

#tabs-sv #tabs-sv-anchor1 { width: 122px; }
#tabs-sv #tabs-sv-anchor2 { width: 111px; }
#tabs-sv #tabs-sv-anchor3 { width: 67px; }

#tabs-sv .ui-tabs-panel {
  width: 300px;
  background: url(/images/redesign/rcol_tabs_bg.gif) repeat-x left top;
  overflow: hidden;
}

#tabs-sv .ui-tabs-panel .container {
  height: 181px;
  overflow: auto;
  padding: 0 10px 10px;
}


/**********AOTW***********/
#aotw-cont {
  width: 240px;
  height: 171px;
  padding: 15px 30px 0;
  background: url(/images/redesign/soaring_falcons_bg.gif) repeat-x 0 0px #3a3a3a;
}

#aotw-cont.aotw-show-1 { padding:10px 0 0 !important;  }

.ui-tabs-panel #aotw-cont {
  width:auto;
  height:auto;
  background:none;
  padding-top:10px;
}


.aotw {
  width: 81px;
  height: 160px;
  text-align: center;
  color: #fff;
}


#aotw-cont.aotw-show-1 .aotw {
  float: none;
  height: 170px;
  overflow: hidden;
  width: auto;
}

#aotw-cont.aotw-show-1 .aotw-image { float:left }


.aotw-image {
  border: 3px solid #fff;
  margin-bottom: 10px;
}

#aotw-cont.aotw-show-1 .aotw a.aotw-name {
  font-size: 18px;
  margin: 60px 0 5px;
}

#aotw-cont.aotw-show-1 span { font-size: 14px; }

.aotw a {
  font-family: helvetica;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  display: block;
}

.aotw a img { vertical-align:top }

.aotw span {
  font-family: helvetica;
  color: #fff;
  font-size: 10px;
}

#aotw1 {
  float: left;
}

#aotw2 {
  float: right;
}

/********** HEADLINES **********/
#carousel-wrapper {
  margin-bottom: 0px;
}

#carousel-seats .title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  line-height: 20px;
}

#carousel-seats .title:hover {
  color: #f8d930;
}

#carousel-seats .date {
  font-weight: bold;
  color: #9b9b9d;
  display: block;
  font-style: italic;
}

#carousel-seats .leadIn {
  color: #fff;
}

#carousel-seats .readmore {
  display: none;
}

#carousel-controls {
  width: 625px;
  padding-left: 5px;
  padding-top: 1px;
  overflow: hidden;
  background: url(/images/redesign/lcol_thumb_bg.gif) repeat-x left top;
  height: 102px;
}

#carousel-controls .control {
  float: left;
  width: 120px;
  height: 91px;
  padding-top: 5px;
  margin-right: 5px;
}

#carousel-controls .control .thumb {
  width: 118px;
  height: 89px;
  border: 1px solid #000;
}

#carousel-controls .active {
  width:120px;
  height: 91px;
  overflow: hidden;
  background: url(/images/redesign/white_arrow.jpg) no-repeat center top;
}

#carousel-controls .active .thumb {
  width: 116px;
  height: 87px;
  border: 2px solid #fff;
}

#carousel-controls #control4 {
  margin-right: 0px;
}

#more-headline {
  color: #fff;
  font-family: arial;
}

#more-headline .date {
  display: block;
  font-size: 11px;
  font-weight: bold;
}

#more-headline .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  display: block;
  color: #efb413;
}

#more-headline .title:hover {
  text-decoration: underline;
  color: #efb413;
}

#more-headline .leadin {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}


.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

.video-cont {
margin-bottom: -9px;
}

/********** ROSTERS **********/
table.roster {
  width: 915px;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00573D;
    padding: 5px;
}

tr.roster-header td a{
    color: #faa928;
}

tr.roster-row a{
    text-decoration: underline;
    color: #336699;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 5px;
}
/********** BIOS SYSTEM PROVIDED**********/
.bio-wrapper .bio-container .head {
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: url(/images/setup/bio_bg.jpg) no-repeat right bottom #00573D!important;
  overflow: hidden;
}

.bio-wrapper .bio-container a {
  color: #fff;
}

.bio-wrapper .bio-container .head span {
  color: #fff;
}

.bio-wrapper .roster-sidebar .roster-list,
.bio-wrapper .roster-sidebar .roster-title {
  background: #00573D!important;
} 

.bio-wrap .head {background:url(/images/setup/bio_bg.jpg) no-repeat 100% 100% #01573E;color:#FFF}
.bio-wrap .head h2 {color:#FFC423;background:#000;font-family:arial, helvetica;text-transform:none}
.bio-wrap .head a {color:#FFF;text-decoration:underline}

/********** BIOS OLD**********/
.bio {
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  background: url(/images/setup/bio_bg.jpg) no-repeat right #00573D;
}

.bio a {
  color: #fff;
  text-decoration: underline;
}

.bio a:hover {
  color: #89e7c0;
}

.bio .bio-name {
  font-size: 16px;
  font-weight: bold;
}

.bio .headshot {
  float: left;
  margin-right: 10px;
}

.bio-data {
  width: 100%;
  overflow: hidden;
}

.bio-data td, .bio-data th {
  text-align: left;
}

/********* STATS ***********/
.stats-wrapper {
  color: #000;
  background: #FFF;
}

.stats-wrapper th {
  background: #00573D;    /* set the primary color here */
  color: #fff;
}

.stats-wrapper a {    /* set the link color here */
  color: #333;
  text-decoration: underline;
}

.stats-wrapper a:hover {    /* set the link color here */
  color: #000;
}


/* SITE SPECIFIC SHEDULE STYLES */

#mainbody .schedule-list th { background:#115740; color:#FFF; } 
#mainbody .schedule-list th { font-weight:bold; } 
#mainbody .schedule-list .month-title td{ background:#ffc72c; color:#000; } 
#mainbody .schedule-list .month-title td{ font-weight:bold; } 

/*
/********** SCHEDULE **********/


.boxscore {
  margin-bottom: 5px;
  border-bottom: solid 1px #153025;
}

table.schedule {
  width: 915px;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-data td {
    padding: 5px;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00573D;
    padding: 5px;
}

tr.schedule-row td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}


tr.schedule-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}

.home-opp {
  text-transform: uppercase;
}
*/

/* CALENDAR */
#calendar {
  margin: 0 auto;
  width: 500px;
}

#calendar td {
  background: #D8D8D8;
  border-color: #7A7A7A;
  color: #343434;
  height: 30px;
  line-height: 30px;
}

#calendar .calendar-month td {
  background: #F1BB01;
  border: none;
  font-weight: bold;
}

#calendar .calendar-month span {
  color: #000
}

#calendar .calendar-month a {
  color: #000;
}

#calendar .calendar-header td {
  background: #333;
  border-color: #333;
  color: #FFF;
}

#calendar .inactive {
  background: #9F9F9F;
}

#calendar .calendar-event a {
  font-weight: bold;
  line-height: 30px;
}

#calendar .calendar-event a:hover,
#calendar .current a {
  background: #F1BB01;
  color: #000;
  font-weight: bold;
}

#calendar .event-schedule {
  background: #000;
  color: #FFF;
  height: 263px;
  margin-top: 5px;
  overflow: auto;
  padding: 10px;
}

#calendar .event-schedule a {
  color: #F1BB01;
}

#calendar .event-info {
  margin-bottom: 15px;
}

#calendar .sport {
  font-weight: bold;
  font-style: italic;
}

#career-leaders p { padding-bottom:0; margin-bottom:0;  }
/* #career-leaders td { padding-bottom:15px } */

.table-article p { margin:0 }

/* TABS */

#srs-tabs { width: 300px; height:261px }

#srs-tabs .tabs { width: 300px; background: url(/images/redesign/rcol_tabs_hdr.gif) no-repeat }

#srs-tabs .state1 { background-position: 0 0 }
#srs-tabs .state2 { background-position: 0 -37px }
#srs-tabs .state3 { background-position: 0 -74px }

#srs-tabs .tab a { height: 37px; display: block; text-indent:-9999px }

#srs-tabs .tab1 a { width: 98px }
#srs-tabs .tab2 a { width: 66px }
#srs-tabs .tab3 a { width: 97px }

#srs-tabs .panes { width: 300px; background: url(/images/redesign/rcol_tabs_bg.gif) repeat-x left top; overflow: hidden }
#srs-tabs .pane .overflow { padding: 10px; height: 204px; overflow: auto }

/**/

#tch-tabs { width: 630px; height:593px  }
#tch-tabs .tabs { width: 630px; overflow: hidden; background: url(/images/redesign/lcol_tabs_hdr.gif) no-repeat }
#tch-tabs .state1 { background-position: 0 0px }
#tch-tabs .state2 { background-position: 0 -37px }
#tch-tabs .state3 { background-position: 0 -74px }

#tch-tabs .tab a { height: 37px; display: block; text-indent:-9999px }

#tch-tabs .tab1 a { width: 98px }
#tch-tabs .tab2 a { width: 90px }
#tch-tabs .tab3 a { width: 80px }

#tch-tabs .panes { width: 630px; background: url(/images/redesign/tab_bg.png) repeat-x left top #272727; overflow: hidden }
#tch-tabs .pane .overflow { overflow: hidden }

#tch-tabs .pane2 .overflow,
#tch-tabs .pane3 .overflow { padding: 10px; height: 536px; overflow: auto }

/**/

#sv-tabs { width:300px}
#sv-tabs .tabs { width: 300px; background: url(/images/redesign/rcol_tabs_hdr3.gif) no-repeat }
#sv-tabs .state1 { background-position: 0 0px }
#sv-tabs .state2 { background-position: 0 -37px }
#sv-tabs .state3 { background-position: 0 -74px }

#sv-tabs .tab a { height: 37px; display: block; text-indent:-9999px }

#sv-tabs .tab1 a { width: 122px }
#sv-tabs .tab2 a { width: 111px }
#sv-tabs .tab3 a { width: 67px }

#sv-tabs .panes { width: 300px; background: url(/images/redesign/rcol_tabs_bg.gif) repeat-x left top; overflow: hidden }
#sv-tabs .pane .overflow { height: 181px; overflow: auto; padding: 0 10px 10px }

#sv-tabs #aotw-cont { width:auto; height:auto; background:none; padding-top:10px }


/* j-carousel */
/********** HEADLINES **********/
#j-carousel {
  margin-bottom: 0px;
}

#j-carousel .seats .title {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  line-height: 20px;
}

#j-carousel  .seats .title:hover {
  color: #f8d930;
}

#j-carousel  .seats .date {
  font-weight: bold;
  color: #9b9b9d;
  display: block;
  font-style: italic;
}

#j-carousel .seats .leadin {
  color: #fff;
}

#j-carousel .seats .readmore {
  display: none;
}

#j-carousel  .controls {
  width: 625px;
  padding-left: 5px;
  padding-top: 1px;
  overflow: hidden;
  background: url(/images/redesign/lcol_thumb_bg.gif) repeat-x left top;
  height: 102px;
}

#j-carousel .controls .control {
  float: left;
  width: 120px;
  height: 91px;
  padding-top: 5px;
  margin-right: 5px;
}

#j-carousel .controls .control .thumb {
  width: 118px;
  height: 89px;
  border: 1px solid #000;
}

#j-carousel .controls .active {
  width:120px;
  height: 91px;
  overflow: hidden;
  background: url(/images/redesign/white_arrow.jpg) no-repeat center top;
}

#j-carousel .controls .active .thumb {
  width: 116px;
  height: 87px;
  border: 2px solid #fff;
}

#j-carousel .controls #control4 {
  margin-right: 0px;
}

#j-carousel .media-box {
width: 630px;
height: 453px;
background: #000;
overflow: hidden;
}

#j-carousel .story-box {
width: 610px;
padding: 10px;
background: url(/info/images/carousel_story_bg.png) repeat-x 0 0;
position: absolute;
left: 0;
bottom: 0;
z-index: 14;
}

#j-carousel  {
  overflow: hidden;
  position: relative;
}

#j-carousel .seats {
  width: 630px;
  height: 453px;
    background: #000;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#j-carousel .seat {
  display: none;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
}

#j-carousel .controls {
  z-index: 16;
}

#j-carousel .control {
  position: relative;
  cursor: pointer;
}

#j-carousel .control a {
  display: none;
}

#j-carousel .control .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/info/images/play_btn_small.png) no-repeat 50% 50%;
}

#carousel-buttons {
  z-index: 16;
}

#carousel-buttons a {
  outline: none;
}


#j-carousel  .play-btn {
  display: block;
  width: 136px;
  height: 42px;
  background: url(/info/images/play_btn.png) no-repeat 0 0;
  position: absolute;
  left: 247px;
  top: 205.5px;
  z-index: 16;
}

#j-carousel  .play-btn:hover {
  background-position: 0 -42px;
}

#carousel-player {
  width: 630px;
  display: none;
  position: relative;
  z-index: 18;
}

#carousel-player a.close {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
}
