.popup_big { /* ポップアップ用拡大画像 */
    position: absolute;
    border: 0px;
    visibility: visible;
}

.popup_small { /* ポップアップ用サムネール画像 */
	cursor: pointer;
	border: 0px;
}

.drag_image { /* ドラッグ画像 */
	position:relative;  
	cursor:move; 
	z-index: 100;  
}

.slide_image { /* スクロール画像 */
	float:left;
}