#p-select
{
  width: 577px;
  height: 35px;
  background: url('/images/main_control.gif') left top no-repeat;
}

#p-select a
{
  display: block;
  width: 48px;
  height: 35px;
  outline: none;
}

#p-select a.prev
{
  float: left;
}

#p-select a.next
{
  float: right;
}

.glidecontentwrapper
{
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 575px;
  height: 275px;
  overflow: hidden;
}

.glidecontent
{
  position: absolute;
  background: white;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  width: 575px;
  height: 275px;
}

.glidecontentinner
{
  position: relative;
  width: 555px;
  height: 255px;
  margin: 10px;
  padding: 0px;
  text-align: center;
}

div.trans_overlay
{
  position: absolute;
  bottom: 0px !important;
  bottom: 3px;
  left: 0px;
  width: 555px;
  height: 70px;
  margin: 0px;
  padding: 0px;
  background-color: #620C00;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
}

div.trans_overlay_text
{
  position: absolute;
  bottom: 0px !important;
  bottom: 3px;
  left: 0px;
  width: 555px;
  height: 70px;
  margin: 0px;
  padding: 0px;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}

div.trans_overlay_text p
{
  margin: 0px;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
}

div.trans_overlay_text p a
{
  color: #FFFFFF;
  text-decoration: none;
}

div.trans_overlay_text p a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}