#featured-tabs {
	width:				584px;
	padding:			0 2px;
	margin-bottom:		8px;
	background:			#00a8c5;
	float:				left;
	position:			relative;
	-moz-border-radius: 14px;
	border-radius: 		14px;
}



	
#featured-tabs h3 {
	background:			url(images/assets/white90.png);
	padding:			4px 10px;
	width:				430px;
	color:				#16aec8;
	font-size:			22px;
	font-weight:		bold;
	line-height:		28px;
	position:			absolute;
	top:				10px;
}

#featured-tabs h3 a {
	color:				#16aec8;
}

#featured-tabs div.p {
	color:				#373b3b;
	margin:				0 auto;
	font-size:			13px;
	text-align:			left;
	background:			#fff;
	padding:			5px 10px;
	-moz-border-radius:	10px;
	-webkit-border-radius:10px;
}

#featured-tabs div.p p  {
	margin-bottom:		0;
}

#featured-tabs .panes div p a {
	color:				#373b3b;
}

/* container for slides */

.images {
	background:			#fbfbfb url(images/assets/h300.png) bottom repeat-x;
	border:				1px solid #ccc;
	position:			relative;	
	height:				365px;
	width:				470px;
	float:				left;	
	margin:				15px;
	cursor:				pointer;
	text-align:			center;
	margin:				10px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:	10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:	0 0 15px #666;
	-webkit-box-shadow:	0 0 15px #666;	
}

/* single slide */
.images div.slide {
	display:			none;
	position:			absolute;
	top:				0;
	left:				0;		
	margin:				0;
	padding:			10px;
	font-size:			12px;
	text-align:			center;
}

.images div.slide img {
	-moz-border-radius: 14px;
	border-radius: 		14px;
}

.slidetabs {
	float:				right;
}

.slidetabs ul {
	text-align:			center;
	position:			relative;
	top:				4px;
	z-index:			999;
}

/* single tab */
.slidetabs li {
	width:				82px;
	height:				62px;
	text-align:			center;
	margin:				12px 5px;
	
}

.slidetabs li a img {
	opacity:			0.6;
	filter:				alpha(opacity=60);
	-ms-filter:			"progid:DXImageTransform.Microsoft.Alpha(opacity=60)"; 
	border:				1px solid #fff;
	width:				60px;
	height:				60px;
	-moz-border-radius:	5px;
	-webkit-border-radius:5px;
}

.slidetabs li a.current img {
	opacity:			1.0;
	border:				1px solid #999999;
	filter:				alpha(opacity=100);
	-ms-filter:			"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; 
}
å
/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

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

.slide div {
	position:			relative;
}

/* prev and next buttons */
.forward, .backward {
	float:				left;
	margin-top:			140px;
	background: 		url(images/assets/hori_large.png) no-repeat;
	display:			block;
	width:				30px;
	height:				30px;
	cursor:				pointer;
	font-size:			1px;
	text-indent:		-9999em;	
	display:			none;
}

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


.slidebuttons {
	clear:				both;
	margin:				30px 0;
	text-align:			center;
	padding-right:		40px;
	display:			none!important;
	visibility:			hidden!important;
}