#next_team{
	float: right;
	right: 0px;
}
#previous_team{
	left: 0px;
}
#next_team,#previous_team{
	cursor: pointer;
	position: fixed;
	z-index: 100;
	top: 40%;
}
#vote_button{
	width: 80%;
	cursor: pointer;
}

#team_select_outer{
	display: inline-block;
	padding: 8px;
	margin-top: 30px;
}

#header_cell {
	background-image: URL('/images/Voting-Station-Title_03.png');
	background-repeat: no-repeat;
	background-position: 70px 65px;
}

h4 {
  margin-top: 0;
}

div.current_standings {
  position: relative;
  margin-bottom: 15px;
  background-color: transparent;
  padding: 0;
}

div.current_standings.ribbon {
  margin-top: -55px;
  padding: 47px 0 46px 0;
}

div.current_standings div.standings {
  background-color: #f4f9ea;
  padding: 15px;
  color: #abd34a;
  font-size: 20px;
  font-weight: bold;
}

div.current_standings div.ribbon {
  position: absolute;
  right: 0;
  top: 0;
  background-position: right center;
  background-repeat: no-repeat;
  height: 176px;
  width: 121px;
}

div.current_standings div.ribbon.first {
  background-image: url('/dev1/htdocs/images/First-Ribbon-Large.png');
}

div.current_standings div.ribbon.second {
  background-image: url('/dev1/htdocs/images/Second-Ribbon-Large.png');
}

div.current_standings div.ribbon.third {
  background-image: url('/dev1/htdocs/images/Third-Ribbon-Large.png');
}

td.header_cell {
  padding-right: 40px;
  width: 370px;
}

div.content_footer {
  margin-top: 20px;
}

p.leader_contact {
  color: #e80493;
  margin: 25px 0;
}

p.leader_contact a {
  color: #e80493;
}

div.center_line {
  display: none;
}

h2 {
  margin-top: 0;
}

#gallery {
  width: 380px;
  margin-left: 15px;
}    

#carousel {  
  margin-left: 15px;
}

#carousel li {
  margin: 6px;
  list-style-type: none;
}

#carousel li:first-child {
  margin-left: 0;
}

#gallery li {
  width: 380px;
  list-style-type: none;
}

h1 span.city {
  display: block;
  color: #111;
  font-size: 18px;
  font-weight: normal;
  margin-left: 2px;
}