/* container for slides */
.images {
	/*
	background:#fff url(/img/global/gradient/h300.png) repeat-x;
	border:1px solid #666;
	*/
	background: url(../../images/widgets/cancerar2009/background.gif);
	position:relative;
	height:370px;
	width:432px;
	/*
	float:left;	
	margin:15px;
	*/
	/*cursor:pointer;*//* CSS3 tweaks for modern browsers */
	/*
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	
	*/
	top:-12px;
	_top:-15px;
	z-index:1000;
	position:relative;
}
/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin:7px;
	margin-top: 19px;
	/*
	padding:15px 30px 15px 15px;
	*/
	height:340px;
	font-size:12px;
	width: 432px;
	_width:432px;	
}
/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left: 12px;/*margin-left:330px;*/
	z-index:1001;
	position:relative;
	height:59px;
}
/* single tab */
.tabs a {
	/*
	width:150px;
	height:25px;
	*/
	float:left;
	margin:3px;
	margin-bottom: 0px;
	background:url(../../images/widgets/cancerar2009/tabs.gif) 0 0 no-repeat;
	height:59px;
	display:block;
	text-indent:-9999px;
	font-size:1px;/*
	border: 1px solid #000000;
	*/
}
.caption { padding: 0px 25px; color: #5f3a17; }
/* mouseover state */
/*
.tabs a:hover {
	background-position:0 -8px;      
}
*/

/* active state (current page state) */
/*
.tabs a.current {
	background-position:0 -16px;     
} 
*/
.tabs a#research {
	background-position: 0 0;
	width:113px;
}
.tabs a#research:hover {
	background-position: 0 -59px;
}
.tabs a#research.current {
	background-position: 0 -118px;
}
.tabs a#education {
	background-position: -113px 0;
	width:129px;
}
.tabs a#education:hover {
	background-position: -113px -59px;
}
.tabs a#education.current {
	background-position: -113px -118px;
}
.tabs a#treatment {
	background-position: -242px 0;
	width:128px;
}
.tabs a#treatment:hover {
	background-position: -242px -59px;
}
.tabs a#treatment.current {
	background-position: -242px -118px;
}
.tabs a#hope {
	background-position: -370px 0;
	width:85px;
}
.tabs a#hope:hover {
	background-position: -370px -59px;
}
.tabs a#hope.current {
	background-position: -370px -118px;
}
/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
}
/* next */
.forward {
	background-position: 0 -30px;
	clear:right;
}
.forward:hover {
	background-position:-30px -30px;
}
.forward:active {
	background-position:-60px -30px;
}
/* prev */
.backward:hover {
	background-position:-30px 0;
}
.backward:active {
	background-position:-60px 0;
}
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;
}
.arrowLink {
	background:url(../../images/widgets/cancerar2009/arrow_link.gif) center right no-repeat;
	padding:0 8px 0 0;
}

