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

.theme-default-sidebar .top-div {
	width:100%;
	height:20px;
	position: absolute;
	top: -37px;
	right: -60px;
	z-index: 300;
}

.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;
	background:url(img/arrow_left.png) top left no-repeat;
	display:block;
	float:right;
}

.theme-default-sidebar .top-div .arrow-right a {
	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 {
	position: relative; /* Leave this value alone */
	overflow: scroll; /* Leave this value alone */
	min-height: 380px;
}

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

.theme-default-sidebar-carousel .panel {
	min-height:350px;
	float: left; /* Leave this value alone */
	overflow: hidden; /*Clip content that go outside dimensions of holding panel DIV */
	margin:10px;
	padding:0px;
	border:1px solid #fff;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:block;
}

.theme-default-sidebar-carousel .panel .panel-text { font-family: "lucida grande", arial, helvetica, sans-serif; color:#666666; margin:10px 0; line-height:16px; }

.theme-default-sidebar .bottom-div {
	background:#3B3B3B;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

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