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

.theme-default-sidebar .top-div {
	/*width:100%;
	height:35px;
	background:url(img/carousel-bg.png) top left repeat-x;
	-moz-border-radius:10px 10px 0 0;
	-khtml-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;*/
}

.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 {
	background:url("img/rgt_arrow.png") no-repeat scroll left top transparent;
display:block;
float:right;
height:42px;
margin-right:24px;
margin-top:-4px;
width:30px;
}

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

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


.theme-default-sidebar-carousel 
{

position: relative; /* Leave this value alone */

overflow: hidden; /* Leave this value alone */
height: 63px;
	
/*background:url(img/carousel-bg.png) 0 -35px repeat-x;margin-right: 100px;*/

}



.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:10px;
	padding:10px;
	border:0px solid #5B5B5B;
	background:#383838 url(img/carousel-panel-bg.png) bottom left repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	display:block;
}

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

.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 {
	position:absolute;
	/*text-align:center;
	margin:0 30px;
	padding:5px 10px;
	background:#3B3B3B;
	text-align:center;*/
}