#slide {
	margin: 0 auto;
}

/* container for slides */
.images {
	background:#fff;
	border:1px solid #e0e0e0;
	position:relative;	
	left:-5px;
	height:220px;
	
	width:860px;
	margin:15px auto 6px auto;
	
	/* 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 {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height:220px;
	font-size:12px;
}

/* legend */
.images div span.legend {
	display:block;
	padding: 5px 10px;
	background: url(../img/slide-legend.png) repeat top left;
	color:#fff;
	height: 40px;
	position:relative;
	top:-50px;
	width:840px;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:42px;
}

/* single tab */
.tabs a {
	float:left;
	margin:3px;
	display:block;
	padding: 1px 3px;
	line-height: 12px;
	/*background:url(../img/navigator.png) 0 0 no-repeat;*/
	display:block;
	font-size:10px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	color:#000;
}

/* mouseover state */
.tabs a:hover {
	background: #e0e0e0;
	/*background-position:0 -8px;      */
}

/* active state (current page state) */
.tabs a.current {
	background: #e0e0e0;
	/*background-position:0 -16px;     */
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:110px;
	background:#fff url(../img/hori_large.png) no-repeat;
	display:none;
	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;		
}


/*------------------*/


.images2 {
	position:relative;	
	width:460px;
	float:left;	
	margin-top:10px;
}

/* single slide */
.images2 div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
}

/* tabs (those little circles below slides) */
.tabs2 {
	clear:both;
	margin:0 0 0 7px;
}

/* single tab */
.tabs2 a {
	float:left;
	margin:3px 10px;
	display:block;
	padding: 1px 3px;
	line-height: 12px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	color:#000;
	width:120px;
	height:105px;
}
.tabs2 a.current {
	border: 1px solid #6a67b2;
	/*background-position:0 -16px;     */
} 	
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


