/* DEFAULT CAROUSEL STYLING */
.GMCContainer { font-family: Arial, Helvetica, Sans-serif; padding: 0; margin: 0 }

ul li.carousel_image { visibility: hidden }
.GMCContainer ul li.carousel_image { visibility: visible }

/* BANNER */
.GMCImgContainer { border: none; margin-top:4px; }
.GMCImgContainer a { cursor: pointer }
.GMCImgContainer ul{ padding:0; margin:0; position:relative; list-style:none;}
.GMCImgContainer ul li{ padding:0; margin:0; position:relative; margin-top:0; margin-bottom:0px; float:left; }
.GMCImgContainer ul li .GMCLoader{ width:100%; height:100%; position:absolute; }
.GMCImgContainer ul li img {border: none}

.GMCImgContainer ul li .GMCTitle { background:#0b62a2; position:absolute; bottom:0px; left:0px; padding:2px 5px; font-weight: bold; text-align: center; color:#fff; width:100%}

/* CONTROL PANEL */

.GMCControlPanel { position: relative; height:31px; background: #fff; border:1px solid #dadada; ove rflow: hidden }
	
	/* PAGINATION */
	.GMCControlPanel .GMCPagination{position:relative; width:100%; padding: 0; margin: 0; }
	.GMCControlPanel .GMCPagination:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden } 
	*:first-child+html .GMCControlPanel .GMCPagination { display: inline-block }
	*html .GMCControlPanel .GMCPagination { height: 1% } 
	
	/* Pages */
	.GMCControlPanel .GMCPagination ol { width: auto; list-style: none; margin: 4px 0 0 0; padding: 0 2px 0 4px; float: right }
	.GMCControlPanel .GMCPagination ol li { display: block; float: left; width: 24px; height: 24px; font-size: 13px; line-height: 21px; margin: 0 2px 0 0; text-align: center }
	.GMCControlPanel .GMCPagination ol li a { display: block; width: 24px; height: 24px; font-size: 13px; color: #000; text-decoration: none }
	.GMCControlPanel .GMCPagination ol li a:hover { text-decoration: underline; background-color: #fff; border: 1px solid #4cc1eb; width: 22px; height: 22px; line-height: 20px }
	.GMCControlPanel .GMCPagination ol li a.selected { background: #45a4cf ; color: #fff;  }
	.GMCControlPanel .GMCPagination ol li a.selected:hover { text-decoration: none; background-color: inherit; border: none; width: 24px; height: 24px; line-height: 21px; cursor: default }
	
	/* Buttons */
	.GMCControlPanel  ul { list-style: none; width: 82px; margin: 4px 0 0 4px; padding: 0; float: left; display: inline }
	*html .GMCControlPanel  ul { display: inline } /* To fix the double margin bug in IE6 */
	.GMCControlPanel  ul li { float: left; background: #45a4cf; }
	.GMCControlPanel  ul li a { display: block; margin: 0 2px 0 0; padding: 0; width: 24px; height: 24px; text-indent: -5555px }
	.GMCControlPanel  ul li.next { float: right }
	.GMCControlPanel  ul li.prev a {  }
	.GMCControlPanel  ul li.next a {  }
	
	.GMCControlPanel .GMCPlayPause { width: 24px; position: absolute; top: 4px; left: 32px }
	.GMCControlPanel .GMCPlayPause ul { width: 24px; margin: 0; padding: 0 }
	
	.GMCControlPanel ul li.play a { background:  }
	.GMCControlPanel ul li.pause a { background: }

	
	/* TOOLTIP */
	#tooltip { position: absolute; z-index: 3000; border: 1px solid #0b62a2; background-color: #c9e5ff; padding: 5px; opacity: 0.85; }
	#tooltip h3, #tooltip div { margin: 0; color: #000; font-size: 13px; font-family: Arial, Helvetica, Sans-Serif; font-weight: bold }