/*
- All "http://www.humana.com/library/images/" references need to be replaced by "/library/images/"
- All "rotation news bucket" styles need to be added to a linked stylesheet
*/
#newsbucket {
	position: absolute;
	/* top: 120px;
	left: 30px; */

}
#newsItem2, #newsItem3, #newsItem4, #newsItem5 {
	visibility: hidden;
}
#newsItem1, #newsItem2, #newsItem3, #newsItem4, #newsItem5 {
	position: absolute;
	margin: 10px;
	/*
	border-width:1px;
	border-style:solid;
	border-color:red;
	*/

}

/**********************************************************************************************************/
/* CONTENT CHANNEL ROTATION BUCKET PROPERTIES - ALL STYLES NEEDED FOR NEWS BUCKET */
/**********************************************************************************************************/
#main_rotation {
  margin: 0px;
	padding: 0px;
	width: 170px;
/*	height: 300px;*/
  font-size: 12px;
}
#main_rotation div.title, #main_rotation div.div {
  padding: 10px;
}
#main_rotation div.title {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	color: #666666;
}
#main_rotation ul {
  margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
  list-style: none;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	text-align: center;
}
#main_rotation li {
  display: inline;
	cursor: pointer;
}
#main_rotation li.previous {
  padding-right: 2px;
}
#main_rotation li.next {
  padding-left: 2px;
}
#main_rotation li.arrow_previous {
  padding-right: 1px;
  background-image: url(/siagency/library/images/arrow_previous.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#main_rotation li.arrow_next {
  background-image: url(/siagency/library/images/arrow_next.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
#main_rotation li.arrow_previous img,
#main_rotation li.arrow_next img {
  height: 10px;
	width: 5px;
}
#main_rotation li a {
  text-decoration: none;
	font-size: 12px;
}
#main_rotation div img {
  width: 150px;
  height: 75px;
}
#main_rotation div.copy {
  width: 150px;
  padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px; 
	color: #666666;
}
#main_rotation div.heading {
  width: 150px;
  padding-top: 10px;
	padding-bottom: 0px;
  font-weight: bold;
	color: #666666;
}
#main_rotation div.cta {
  width: 150px;
  text-align: right;
  margin-top: 10px;
	padding-right: 10px; 
}
#main_rotation div.cta a {
  text-decoration: underline;
}
#main_rotation div.cta img {
  width: 3px;
	height: 5px;
}
