/* container for slides */
.images {
	/*position:relative;*/
	height:240px;
	width:950px;
		
	color:#ffffff;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
}

/* single slide */
.images .imageInner {
	display:none;
	position:absolute;
	/*top:0;
	left:0;*/
	
	height:240px;
	width:950px;
	cursor:pointer;
	
	z-index:0;
}

.images .imageCopy
{
	padding:55px 40px 0px 360px;
}

/* header */
.images h1 {
	color:#ffffff;
	font-size:19pt;
	font-weight:normal;
	line-height:33px;
	margin-top:0px;
	margin-bottom:10px;
}

.images p
{
	margin-top:0px;
	margin-bottom:10px;
}

.images a, .images a:visited
{
	color:#48c6e3;
	font-size:11pt;
}

.images a:hover
{
}

/* tabs (those little circles below slides) */
/*.slidetabs {
	clear:both;
	margin-left:330px;
}*/

/* single tab */
/*.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}*/

/* mouseover state */
/*.slidetabs a:hover {
	background-position:0 -8px;      
}*/

/* active state (current page state) */
/*.slidetabs a.current {
	background-position:0 -16px;     
} 	
*/

/* 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;		
}


.slidetabs {
    display: block;
    margin-top: -40px;
	width: 910px;
    position: absolute;
	text-align: right;
}
.slidetabs a {
    background: #20697a;
    display: block;
	display: inline-block;
    height: 19px;
    width: 19px;
    margin: 3px;
}
.slidetabs a.current {
    background-color: #42a1b7;
	opacity: 100%;
}
