.theme-default-sidebar {
	margin:0;
}

.theme-default-sidebar .top-div {
	width:100%;
	height:30px;
	padding:5px 0 0 0;
}

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

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

.theme-default-sidebar .top-div .arrow-left a {
	width:25px;
	height:30px;
	display:block;
	float:right;
}

.theme-default-sidebar .top-div .arrow-right a {
	width:25px;
	height:30px;
	display:block;
	float:left;
}

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

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

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

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

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

.theme-default-sidebar .bottom-div {
}

.theme-default-sidebar .wp_carousel_default_sidebar_pagination {
	margin:0 30px;
	padding:5px 10px;
	text-align:center;
}