/*Image captions*/

.pic_caption {
	color: #ffffff;
	padding: 0.6em;
	font-weight: normal;
	font-size: 11px;
	font-family: arial;
	display: none;
	cursor: default;
	
	/* remove these 4 lines below if you want 
	the caption to span the whole width of the 
	image
	width: 36%;
	text-align: center;
	border-top: 1px solid #303030;
	border-right: 1px solid #303030;*/
	
	/* background / transparency */
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.pic_caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}

.pic_caption a:hover {
	background: #202020;
}

.caption-wrapper {
	/*float: left;*/
	clear:both;
	margin:4px;
}

br.c { clear: both; }


/*Tooltip*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #777;
	background-color: #eee;
	padding: 5px;
	margin: 0px;
}

#tooltip h3 {
	font-size: 12px;
	color:#333;
	text-align: center;
}


/*Tabs*/
.ui-tabs-hide { display: none; }
div.main .ui-tabs-nav li {list-style:none; margin:0px 0px 0px 3px; }
.ui-tabs-nav {padding:0px; display:block; clear:both; height:18px; margin:15px 0px 0px 0px;}
.ui-tabs-nav li, .ui-tabs-nav li.ui-tabs-selected  {margin:0px 0px 0px 3px; border:1px solid #777; float:left; font-size:12px; list-style:none;  padding:2px 10px 1px 10px; background-image:url('../images/tabback.gif'); background-position:center center; background-repeat:repeat-x;}
.ui-tabs-nav li.ui-tabs-selected {text-decoration:underline; background-color:#97dfd4; background-image:url('../images/tabback_selected.gif'); }
.ui-tabs-panel {border:1px solid #777;}

/*Loopslider*/
/*
 * Required 
*/
.loopedslider_container { width:200px; height:150px; overflow:hidden; position:relative; cursor:pointer;  border:0px solid #777; }
div.slides { position:absolute; top:0; left:0; }
ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
div.slides div,ul.slides li { position:absolute; top:0; width:550px; display:none; padding:0; margin:0; }
.loopedslider_image{width:180px; height:115px; background-position:center center; background-repeat:no-repeat;}
/*
 * Optional
*/
#loopedSlider,#newsSlider { margin:0 auto; width:200px; position:relative; clear:both;}
ul.prevnext, ul.pagination { list-style:none; margin:0; padding:6px 0px 0px 0px; float:left;}
ul.prevnext li, ul.pagination li  { float:left; list-style:none; }
ul.prevnext li a, ul.pagination li a { padding:2px 2px; }
ul.prevnext li.active a, ul.pagination li.active a { font-weight:bold; }