.theme-default-sidebar {
	margin-top:-2px; 
	margin-bottom:10px;
	width:277px;
	text-align:center;
	background:#000;
}

.theme-default-sidebar .top-div {
	display:none;
	width:277px;
	height:30px;
}

.theme-default-sidebar .top-div .arrow-right {
	display:none;
	width:50%;
	height:30px;
	float:right;
}

.theme-default-sidebar .top-div .arrow-left {
	display:none;
	width:50%;
	height:30px;
	float:left;
}

.theme-default-sidebar .top-div .arrow-left a {
	display:none;
	width:25px;
	height:30px;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;
	float:right;
}

.theme-default-sidebar .top-div .arrow-right a {
	display:none;
	width:25px;
	height:30px;
	background:url(img/arrow_right.png) top right no-repeat;
	display:block;
	float:left;
}

.theme-default-sidebar .hide { display:none; }

.theme-default-sidebar-carousel {
	
	width:277px;
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	height: 190px;
	}

.theme-default-sidebar-carousel .belt{
	position: absolute; /* Leave this value alone */
	left: 0;
	top: 0;
}

.theme-default-sidebar-carousel .panel {
	height:185px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:0px;
	padding:0px;
	display:block;
}

.theme-default-sidebar-carousel .panel .panel-text { color:#FFF; }

.theme-default-sidebar .bottom-div {
	background:#3B3B3B;
}

.theme-default-sidebar .wp_carousel_default_sidebar_pagination {
	display:none;
	margin:0px;
	padding:0px;
	text-align:center;
}