.images {
width:900px;	
	position:relative;
	/*height:300px;
	float:left;
	margin:0px;
	cursor:pointer;
	width: 500px;*/
}

.images div {
	display:inline-block;
	position:absolute;
	top:20px;
	left:370px;
	height:200px;/*
	margin:7px;
	padding:15px 30px 15px 15px;
	height:200px;
	font-size:12px;*/
}

.images h3 {
	font-family:"CircularBold", "Trebuchet MS",Tahoma;
	font-size:25px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}


.slidetabs {	clear:both;}
.slidetabs a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	float:left;
}


.slidetabs a:hover {	background-position:0 -8px;      }
.slidetabs a.current {	background-position:0 -16px;  } 	

.forward, .backward {
	float:left;
	margin:2px;margin-top:90px;
	background:#fff url(hori_large.png) no-repeat;
	background-color:transparent;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}


.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

.disabled {	visibility:hidden !important;	}


ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #666;	
	height:30px;
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
	font-family:'CircularBold';
}

ul.tabs a { 
	background:url(webboard/image/blue.png) no-repeat -420px 0;
	font-size:17px;
	display:block;
	height: 30px;  
	line-height:35px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {	outline:none;		}
ul.tabs a:hover {	background-position: -420px -31px;		color:#fff;	}


ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}


ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


#panes {
	width:900px;	
	position:relative;
	height:300px;	
}
#panes .panes {
	position:absolute;
	font-size:13px;
	width:900px;
}

#panes .panes div{
	height:260px;
	display:none;		
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	background:#FFFFFF;
}


#facebox {
	display:none;
	background-color:#fff;
	display:none;
	width:450px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}


#facebox h2 {
	background:url(/img/global/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;

}





