a:link, a:active, a:visited {
color : #eeeeee;
text-decoration: none; }

#media_content
{ 
  float: left;
  margin: 5px 0px 0px 0px;
  padding: 10px;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}
#media_item
{
  height: 455px;
  width: 740px;
  background-repeat: no-repeat;
  background-position: top;
}
.button a:active
{
  text-decoration: none;
}
.next {
  float: right;
}
.previous
{
  float: left;
}
div.item
{
  float: left;
  position: relative;
  height: 135px;
  width: 180px;
  margin: 0px 5px 5px 0px;
  background-position: center;
  background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

div.item:hover h3, div.item:hover span {
  background-color: rgba(225,16,192,0.6);
}


h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0px 0px 5px 60px;
  padding: 2px 0px 2px 0px;
  letter-spacing: 0em;
  line-height: 1em;
}

h3 {
  color: #fff;
  font-size: 150%;
  text-transform: uppercase;
  text-decoration: none;
}

h3.item {
/*  float: right; */
  position: absolute;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  bottom: 5px;
  left: 0px;
  text-align: right;
  font-size: 150%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

h3 a {
  text-decoration: none;
}

/* Tabs */

#media_tabs
{
  float: left;
  width: 760px;
}
.ui-tabs-hide {
  display: none;
}
.ui-tabs-nav {
  list-style: none;
  margin: 5px 0px 0px 5px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
  display: block;
  clear: both;
  content: " ";
}
.ui-tabs-nav li {
 float: left;
  display: block;
  list-style: none;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
  color: #fff;
  display: block;
  padding: 5px 10px 5px 10px;
}
.ui-tabs-nav a {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.ui-tabs-nav .ui-tabs-selected a {
  position: relative;
  color: #fff;
  background: rgba(0,0,0,0.8);
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,  .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
  cursor: pointer;
}
.ui-tabs-panel {
  float: left;
  min-height: 405px;
  width: 740px;
  padding: 10px;
  background: rgba(0,0,0,0.8);
  color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
