@charset "UTF-8";
/* CSS Document */

/* Accordions */

#test-accordion { height:285px; margin:4px 0 10px 0; padding:0 0 6px 0; border-bottom:dotted 1px #686868; overflow:hidden; }

.accordion {
	position: relative; /* required for bounding */
	width:310px;
}

.accordion-toggle {
	position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	width:294px;
	display: block;
	padding:9px 0 9px 16px;
	margin:0;
	cursor: pointer;
	border-top:dotted 1px #686868;
	background:url(http://www.sswug.org/img/bullet_arrow.png) 0 8px no-repeat;
}

.accordion-toggle:hover {  }

.accordion-toggle-active {  }

.accordion-content {
	width:294px;
	padding:0 0 0 16px;
	overflow: hidden;
}



/* Carousel */

.carousel-component { 
	position:relative;
	visibility:visible;
	padding:13px;
	border-style:solid;
	border-width:0 1px 1px 1px;
	border-color:#e5e5e5;
	overflow:hidden;
}		
.carousel-component ul.carousel-list { 
	
}
.carousel-component .carousel-list li { 
	
}
.carousel-component .carousel-clip-region { 
	width:272px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
#html-carousel .carousel-list li img { 
  
}
#prev-arrow-container { 
	display:inline;
	margin:0 2px;
}
#next-arrow-container { 
	display:inline;
	margin:0 2px;
}
#prev-arrow { 
    cursor:pointer; 
}
#next-arrow { 
    cursor:pointer; 
}