.homeRotatorContainer {
	padding: 0px;
	height: 207px;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.homeRotatorContainer a:link {color: #FFF; text-decoration: none;}
.homeRotatorContainer a:visited {color: #FFF; text-decoration: none;}
.homeRotatorContainer a:hover {color: #FFF; text-decoration: none;}
.homeRotatorContainer a:active {color: #FFF; text-decoration: none;}




/* container for slides */
.images {
	position:relative;
	height:207px;
	width:260px;
	float:left;
	cursor:pointer;
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.images p {
	line-height: 130%;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}
/* single slide */
.images div {
	/*	display:none;*/
	position:absolute;
	top:0;
	left:0;
	margin:0px;
	padding-top: 114px;
	padding-right: 0px;
	/*padding-bottom: 39px;*/
	padding-left: 7px;
}
/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
.quote {
	color: #FFF;
}
.quote1 {
	color: #FFF;
	background-image: url(1.jpg);
	background-repeat: no-repeat;
}
.quote2 {
	color: #FFF;
	background-image: url(2.jpg);
	background-repeat: no-repeat;
}
.quote3 {
	color: #FFF;
	background-image: url(3.jpg);
	background-repeat: no-repeat;
}
.quoteCredit {
	color: #88900b!important;
	font-weight: normal;
	text-align: right;
	text-shadow: 1px 1px 1px #ffffff;
}
/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	height: 17px;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

/* single tab */
.slidetabs a {
	width:20px;
	height:17px;
	float:left;
	display:block;
	font-size:1px;
	background-image: url(slideTab_up.gif);
	background-repeat: no-repeat;
}

/* mouseover state */
.slidetabs a:hover {
	background-image: url(slideTab_hover.gif);
	background-repeat: no-repeat;
}

/* active state (current page state) */
.slidetabs a.current {
	background-image: url(slideTab_current.gif);
	background-repeat: no-repeat;
} 
.slidetabs a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(../../../../static.flowplayer.org/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;		
}
