﻿@import url(base.css);

/*****************************

  jquery.roundabout　装飾css

*******************************/


#sidebar { 
	position: absolute; 
	top: 0;
	left: 0; 
width: 210px;
	color: #cec;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* example */
.example {
	width: 100%;
	position:relative;
}

.example .show {
	border: 1px solid #ddd;
	overflow: hidden;
	background: url(img/bg.jpg) repeat-x bottom left;
	width: 605px;
	height: 251px;
	margin: 0 0 5px 0;	
}

.example .roundabout-holder {
	list-style: none;
	
	width: 605px;
	height: 251px;/* 10em */
	margin: auto;
}

.example .roundabout-moveable-item {
	cursor: pointer;
	width: 523px;
	height: 226px;
	text-align: center;

}

.example .roundabout-in-focus {
	cursor: auto;
}

.example .prevBtn {
	position:absolute;
    top:100px;
    left:25px;
    cursor:pointer;
	z-index:999;
}
.example .nextBtn {
	position:absolute;
    top:100px;
    right:28px;
    cursor:pointer;
	z-index:999;
}
