﻿.headerimages
{
    margin: 5px 10px 5px 10px;
    border-style: none;
}
.headerimageslinks
{
    font-size: x-small;
    font-weight: bold;
    text-decoration: none;
}

//** container for slides */
.images {
    position: relative;
    float: right;
    height: 272px;
    width: 893px;
    top: 0px;
    left: 0px;
    z-index: 5;
	
	/* 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;	*/
}

/* single slide */
.images div {
    position: absolute;
    padding: 0px 3px 0px 0px;
    display: none;
    z-index: 5;
}

/* tabs (those little circles below slides) */
.islidetabs
{
    width: 893px;
    height: 0px;
}

/* single tab */
.islidetabs a {
    width: 0px;
    height: 0px;
    margin: 0px ;
    background: url('../images/navigator.png') no-repeat;
    float: left;	
}

/* mouseover state */
.islidetabs a:hover {
	background-position:0 -8px;        
}

/* active state (current page state) */
.islidetabs a.current {
	background-position:0 -16px;     
} 	


.words {
    position: relative;
    float: right;
    height: 100px;
    width: 850px;
   /* top: -8px;
    left: 0px;
	
	/* 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;	
}

.words p
{
    color: #FFFFFF;
    font-size: 8pt;
    line-height: normal;
}

/* single slide */
.words div
{
    position: absolute;
    padding: 3px;
    display: none;
}

/* tabs (those little circles below slides) */
.slidetabs
{
    width: 700px;
    float: left;
    height: 8px;
    cursor: pointer;
    padding-left: 10px;
    padding-bottom: 10px;
}

/* single tab */
.slidetabs a {
    width: 8px;
    height: 8px;
    margin: 0px 3px 0px 3px;
    background: url('../images/navigator.png') no-repeat;
    float: left;	
}

/* 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;		
}*/
