div#accordion-panel{
    
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
    background-image:url(category_bg_inactive.png);
    width:492px;
	height:27px;
	color:#505150;
	text-align:right;
	padding:0 10px 0 0;
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	display:block;
	cursor:pointer;
}

div.accordion-toggle-active{
	background-image:url(category_bg_active.png);
	width:492px;
	height:27px;
	display:block;
	color:#fff;
	text-align:right;
	padding:0 10px 0 0;
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
	line-height:27px;
	text-decoration:none;	
}

.accordion-content {
				overflow: hidden;	/* required for effect */
				}
				.accordion-content a {
					display:block;
					width:43%;
					float:left;
					background:transparent url(arrow.gif) no-repeat 0 50%;
					color:#959494;
					text-decoration:none;
					padding:0 15px;
					height:18px;
					margin:0;
					}
					.accordion-content a.current {
						color:#AC69DA;
						}
						
						table.video_gallery_table tr td {
							background-color:#ebebeb;
							width:166px;
							border-bottom:#d6d6d6 1px solid;
							text-align:center;
							padding:16px 0;
							font-weight:bold;
							}
							table.video_gallery_table tr td img {
								margin-bottom:3px;
								}