div#activePoll{
	
}
/*div#archivedPolls{
	background: green;
	position: relative;
}
div.content{  
    background-color:#ffffff;  
    border:1px solid #464c54;
    position: absolute;
    top: 30px;
	width: 445px;
	margin-left: 38px;
	height: 90px;
	display: none;
}*/
/*div#previous{
	position: absolute;
	top: 70px;
	left: 10px;
}
div#next{
	position: absolute;
	top: 70px;
	right: 12px;
}*/

#slideshow-area, #slideshow-scroller {
  width: 525px;
  height: 233px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-area {
  /*margin-bottom: 10px;*/
}
#slideshow-holder {
  /*height: 300px;*/
}
#slideshow-previous, #slideshow-next {
  width: 50px;
  height: 50px;
  position: absolute;
  /*background: transparent url("test/arrow_left.png") no-repeat 50% 50%;*/
  top: 110px;
  display: none;
  cursor: pointer;
  cursor: hand;
}

#slideshow-next {
  display: block;
  /*background: transparent url("test/arrow_right.png") no-repeat 50% 50%;*/
  top: 110px;
  right: 0;
}

.slideshow-content {
  float: left;
  width: 475px;
  height: 150px;
  padding-left: 50px;
}
.graph {
  width: 500px;
  position: relative;
  text-align: center;
}
.bar-title {
  position: relative;
  float: left;
  width: 210px;
  line-height: 20px;
  margin-right: 17px;
  font-weight: bold;
  text-align: right;
}
.bar-container {
  position: relative;
  float: left;
  width: 220px;
  height: 10px;
  margin: 0px 0px 15px;
  text-align: right;
}

.bar-container div {
  position: absolute;
  background-color:#4b4847;
  height: 15px;
  text-align: right;
  width: 1%;
  float: right;
  right: 15px;
  top: 2px;
}
.bar-container strong {
  position: absolute;
  right: -32px;
  top: 2px;
  overflow: hidden;
  font-weight: normal;
  font-size: 10px;
  vertical-align: center;
  line-height: 15px;
}


.home-graph {
  width: 250px;
  position: relative;
  text-align: center;
  font-size: 10px;
}
.home-bar-title {
  position: relative;
  float: left;
  width: 180px;
  line-height: 15px;
  margin-right: 10px;
  font-weight: bold;
  text-align: right;
}
.home-bar-container {
  position: relative;
  float: left;
  width: 35px;
  height: 10px;
  margin: 0px 0px 10px;
  text-align: right;
}

.home-bar-container div {
  position: absolute;
  background-color:#4b4847;
  height: 15px;
  text-align: right;
  width: 1%;
  float: right;
  right: 15px;
  top: 2px;
}
.home-bar-container strong {
  position: absolute;
  right: -25px;
  top: 2px;
  overflow: hidden;
  font-weight: normal;
  font-size: 8px;
  vertical-align: center;
  line-height: 15px;
}

#poll-results p {
	clear:both;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
