#slide_content {
	width: 690px;
	clear: both;
}

.slideshow {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.shakeli {
	position: relative;
	left: 0; 
	top: 0;
}

.slide {
	/* position: relative; */
	float: left;
	width: 200px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
}

.slide .thumb {
	width: 200px;
	height: 25px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 100%;
	font-weight: bold;
	overflow: hidden;
}

.slide .thumb_red {
	background: url(/images/box_red_01.png);
	background-repeat: no-repeat;
}

.slide .thumb_green {
	background: url(/images/box_green2_01.png);
	background-repeat: no-repeat;
}

.slide .thumb_brown {
	background: url(/images/box_orange_01.png);
	background-repeat: no-repeat;
}

.slide .thumb_black {
	background: url(/images/box_yellow_01.png);
	background-repeat: no-repeat;
}

.slide .thumb_orange {
	background: url(/images/box_blue_01.png);
	background-repeat: no-repeat;
}

.slide .thumb_magenta {
	background: url(/images/box_purple_01.png);
	background-repeat: no-repeat;
}

.slide .view {
	padding: 2px 2px;
	padding-top: 0px;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #86b665;
	background: #FFFFFF;
	height: 200px;
	font-size: 12px;
}

.handle {
	cursor: move;
}
