/* container for slides */
.images {
	/*background:#fff url(http://www.necc.mass.edu/wp-content/themes/atahualpa/images/h300.png) repeat-x;*/
	background:none;
	border:1px solid #666;
	position:relative;	
	height:300px;
	
	width:635px;
	float:left;	
	margin:0px;
	cursor:pointer;
	
	/* 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:7px;*/
	margin: 0 auto;
	/*padding:15px 30px 15px 15px;*/
	padding: 0;
	height:300px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:right;
	margin:3px;
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs 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;		
}



/*********************************************TABS***********************************************/
/* tab pane styling */
div.panes2 div {
	display:none;		
	padding:15px 10px;
	border:1px solid #888888;
	border-top:0;
	font-size:10px;
	height: 175px;
	width: 247px;
}
/* root element for tabs  */
ul.cetabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	/* Removed bottom border
	border-bottom:#888888 1px solid; */
	border-bottom: 0;
	width: 100%;
}

ul.cetabs2 { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	/* Removed bottom border
	border-bottom:#888888 1px solid; */
	border-bottom: 0;
	width: 100%;
}

/* single tab */
ul.cetabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.cetabs2 li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.cetabs a { 
	background: url(http://www.necc.mass.edu/wp-content/themes/atahualpa/images/blue.png) no-repeat -652px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

/* link inside the tab. uses a background image */
ul.cetabs2 a { 
	background: url(http://www.necc.mass.edu/wp-content/themes/atahualpa/images/blue2.png) no-repeat -688px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 75px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.cetabs a:active {
	outline:none;		
}

ul.cetabs2 a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.cetabs a:hover {
	background-position: -652px -31px;	
	color:#fff;	
}

/* when mouse enters the tab move the background image */
ul.cetabs2 a:hover {
	background-position: -688px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.cetabs a.current, ul.cetabs a.current:hover, ul.cetabs li.current a {
	background-position: -652px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.cetabs2 a.current, ul.cetabs a.current:hover, ul.cetabs li.current a {
	background-position: -688px -62px;		
	cursor:default !important; 
	color:#000 !important;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.cetabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.cetabs a.w1:hover 	{ background-position: -519px -31px; }
ul.cetabs a.w1.current { background-position: -519px -62px; }

/* width 1 */
ul.cetabs2 a.w1 			{ background-position: -570px 0; width:118px; }
ul.cetabs2 a.w1:hover 	{ background-position: -570px -31px; }
ul.cetabs2 a.w1.current { background-position: -570px -62px; }

/* width 2 */
ul.cetabs a.w2 			{ background-position: -373px -0px; width:145px; }
ul.cetabs a.w2:hover 	{ background-position: -373px -31px; }
ul.cetabs a.w2.current { background-position: -373px -62px; }


/* width 3 */
ul.cetabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.cetabs a.w3:hover 	{ background-position: -193px -31px; }
ul.cetabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.cetabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.cetabs a.w4:hover 	{ background-position: -0px -31px; }
ul.cetabs a.w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;	
}

div.panes2 div.pane {
	display:none;	
}






