/* container for slides */
.slideshow {
	margin-top: 30px;
	position: relative;
	border: 1px solid #666666;
	width: 595px;
}

.slideshow_header{
	background: url(/images/block_gradient.jpg) repeat-y top left;
} 

.images {
	height:150px;
	position:relative;
	margin: 0;
}

.certificall {
	display: block;
	margin-top: -10px;
	float: right;
	margin-right: 17px
}

/* single slide */

.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	padding: 0 20px;
}

/* tabs (those little circles below slides) */

.slidetabs {
	float: left;
}

/* single tab */

.slidetabs a {
	display: block;
	float: left;
	font-size:14px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1em;
	color: #ccc;
	outline: none;
	font-weight: bold;
}

.slidetabs a:hover {
	color: #98E9FF;
}

/* mouseover state */

/* .slidetabs a:hover {
	background-color: #000;  
} */

/* active state (current page state) */

.slidetabs a.current { 
	color: #6cf;
	font-weight: bold; 
} 	


/* prev and next buttons */

.backward {
	float: left;
	display: block;
	background:url(/images/arrow_backward_hover.gif) left 8px no-repeat;
	width:20px;
	height:25px;
	margin-left: 10px;
	cursor:pointer;
	text-indent:-9999em;	
}
.forward {
	float: right;
	display: block;
	background:url(/images/arrow_forward_hover.gif) right 8px no-repeat;
	width:20px;
	height:25px;
	margin-right: 10px;
	cursor:pointer;
	text-indent:-9999em;	
}

/* next */

.forward:hover { background-image: url(/images/arrow_forward.gif); }


/* prev */

.backward:hover  		{ background-image: url(/images/arrow_backward.gif); }


/* disabled navigational button. is not needed when tabs are configured with rotate: true */

.disabled {
	visibility:hidden !important;		
}
