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

.theme-default-sidebar .top-div {
	width:100%;
	height:35px;

}

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

.theme-default-sidebar .top-div .arrow-left {
	width:49%;
	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 */
	height: 200px;

}

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


.theme-default-sidebar-carousel .panel img { border: #999999 solid 1px; margin-right: 5px;}
.theme-default-sidebar-carousel .panel a:hover {text-decoration: none;}

.theme-default-sidebar-carousel .panel .panel-text {color: #1f1d19; }
.theme-default-sidebar-carousel .panel .panel-text a { }
.theme-default-sidebar-carousel .panel .panel-text ul { }
.theme-default-sidebar-carousel .panel .panel-text ul li {list-style-type: none; width: 270px;}


