
/* container for slides */
.images {	
	position:relative;	
	height:296px;	
	width:1023px;
	float:left;
	cursor:pointer;
    overflow: hidden;
}
/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;			
}
.images div span{
    display: block !important;   
    float: right;
    color:#576e80;
    font-size:13px;
    margin-top:0px;
}
.clear {
    clear: both;
}
/* header */
.images h2 {
	font-size:22px;
	font-weight:normal;	
	color:#c92232;
        font-style: italic;
        margin-bottom: 0;
        padding-bottom: 0;
}

/* tabs (those little circles below slides) */
.slidetabs {
	margin-top:-16px;
	margin-right: 23px;
    float:right;
    z-index: 100;
}

/* single tab */
.slidetabs a {
	position:relative;
	z-index:99;
	cursor:pointer;
	line-height: 15px;
	color: #9a9a99;
	background-image: url('/img/banners/a1.png');
	background-repeat: no-repeat;
	background-position: left top;
    text-indent:-9999px; 
	display: block;
	height: 14px;
	width: 14px;
	margin-right: 5px;	
    text-decoration: none;
	float: left;
}

/* mouseover state */
.slidetabs a:hover {
    text-indent:-9999px; 
	background-image: url('/img/banners/a2.png');
}

/* active state (current page state) */
.slidetabs a.current {
    text-indent:-9999px; 
	background-image: url('/img/banners/a2.png');
} 	


/* 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;		
}


/* slider pages */

/* container for slides */
.images2 {	
	position:relative;	
	height:312px;	
	width:1023px;
	float:left;
	cursor:pointer;
}
/* single slide */
.images2 div {
	display:none;
	position:absolute;
	top:0;
	left:0;			
}
.images2 div span{
    display: block !important;   
    float: right;
    color:#576e80;
    font-size:13px;
    margin-top:0px;
}

/* header */
.images2 h2 {
	font-size:22px;
	font-weight:normal;	
	color:#c92232;
        font-style: italic;
        margin-bottom: 0;
        padding-bottom: 0;
}

/* tabs (those little circles below slides) */
.slidetabs {
	margin-top:-40px;
	margin-right: 23px;
    float:right;
    z-index: 100;
}

/* single tab */
.slidetabs a {
	position:relative;
	z-index:99;
	cursor:pointer;
	line-height: 15px;
	color: #9a9a99;
	background-image: url('/img/banners/a1.png');
	background-repeat: no-repeat;
	background-position: left top;
    text-indent:-9999px; 
	display: block;
	height: 14px;
	width: 14px;
	margin-right: 5px;	
    text-decoration: none;
	float: left;
}

/* mouseover state */
.slidetabs a:hover {
    text-indent:-9999px; 
	background-image: url('/img/banners/a2.png');
}

/* active state (current page state) */
.slidetabs a.current {
    text-indent:-9999px; 
	background-image: url('/img/banners/a2.png');
} 	


