<style type="text/css">
@charset "utf-8";

/* gigas crab: slidshow*/
* {}

.gigas_thought_loader {
	margin-bottom:20px;
}

.gigas_meta_thought {
				position:relative;
			}
				
				.gigas_thought_form_selection {
					display:none;
				}
				
				.gigas_thought_form_container {
					position:absolute;
					left:10px;
					top:10px;
					background-color:#fff;
					border:2px solid #79b900;
					min-width:400px;
					border-radius:6px;
					-moz-border-radius:6px;
					-o-border-radius:6px;
					-webkit-border-radius:6px;
					z-index:999;
					display:none;
					font-size:11px;
					font-style:italic;
					color:#444;
					padding: 10px;
				}
					
					.gigas_thought_form_textarea {
						width:36em;
						height:7em;
						font-size:11px;
						font-style:italic;
						color:#444;
					}
				
				.gigas_thought_switcher {
					font-size:32px;
					color:#79b900;
					cursor:pointer;
					position:absolute;
					left:4px;
					top:-44px;
					cursor:pointer;
				}
				
				.gigas_thought_badge {
					position:absolute;
					left:24px;
					top:-24px;
					cursor:pointer;
					background-color:#fff;
					border:2px solid #79b900;
					border-radius:20px;
					-o-border-radius:20px;
					-moz-border-radius:20px;
					-webkit-border-radius:20px;
					width:30px;
					height: 30px;
					line-height: 30px;
					text-align: center;
				}
				
				.gigas_thought_details {
					display:none;
					position:absolute;
					left:0px;
					top:20px;
					background-color:#fff;
					border:2px solid #444;
					border-radius:6px;
					-moz-border-radius:6px;
					-o-border-radius:6px;
					-webkit-border-radius:6px;
					min-width:200px;
					width:auto;
					max-width:600px;
					font-size:11px;
					color:#444;
					padding:30px 4px 10px;
					z-index:999;
					text-align:center;
				}
					
					.note_selection {
						color:#79b900;
						font-style:italic;
						cursor:pointer;
					}
					
					.note_single {
						position:relative;
						padding:5px;
						text-align:left;
					}
					
					.note-highlight {
						font-weight:bold;
						background-color:#79b900;
					}
					
						.note_delete {
							position:absolute;
							top:-5px;
							left:-5px;
							cursor:pointer;
							background-color:#fff;
							border:2px solid #79b900;
							border-radius:10px;
							-o-border-radius:10px;
							-moz-border-radius:10px;
							-webkit-border-radius:10px;
							width:12px;
							height: 12px;
							line-height: 12px;
							text-align: center;
						}
				
				.gigas_thought_closedetails {
					position:absolute;
					top:-20px;
					left:-20px;
					cursor:pointer;
					background-color:#fff;
					border:2px solid #79b900;
					border-radius:20px;
					-o-border-radius:20px;
					-moz-border-radius:20px;
					-webkit-border-radius:20px;
					width:30px;
					height: 30px;
					line-height: 30px;
					text-align: center;
				}
				
				.gigas_thought_closeform {
					position:relative;
					cursor:pointer;
					background-color:#fff;
					border:2px solid #79b900;
					border-radius:20px;
					-o-border-radius:20px;
					-moz-border-radius:20px;
					-webkit-border-radius:20px;
					width:30px;
					height: 30px;
					line-height: 30px;
					text-align: center;
				}
				
				.waiting {
					float: right;
					height: 24px;
					padding-top: 5px;
					width: 24px;
					padding-left: 7px;
				}
				
				.gigas_thought_form input[type="submit"] {
					float:right;
					border:1px solid #79b900;
					-moz-border-radius:6px;
					-webkit-border-radius:6px;
					border-radius:6px;
					background-color:#fff;
					-moz-box-shadow:inset 0px 0px 4px #666;
					-webkit-box-shadow:inset 0px 0px 4px #666;
					box-shadow:inset 0px 0px 4px #666;
				}
	
	/************ speeach bubble ***************/