@charset "utf-8";
/*
* {
margin: 0;
padding:0;
}
*/
/*
table td{
 text-align:left;
}
*/
.gallery
{
	height:139px;
}
/* CSS Document */
/* root element for the whole scrollable setup */
div.scrollable {  	
	position:relative;
	overflow:hidden;
	/*width: 248px;	  if one on page*/
	height:110px;	
	background-color:#FFFFFF;
}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
.thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;	
}

/* single item */
.thumbs>div {
	float:left;
	width:122px;
	cursor:pointer;
	text-align:center;
	vertical-align:baseline;	
	margin:0 1px;
}

.thumbs div.image{
border:1px solid #000;
height:92px;
position:relative;
}
.thumbs div.title{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 20px;
}

.prev, .next{
float:left;
}

.prev{
	background:url(/images/add-banner_curve1.jpg) #FFF no-repeat;
	width:19px;
	height:139px;
}
.next{
	background:url(/images/arrow_right.jpg) #FFF no-repeat;
	width:19px;
	height:139px;
}
.content{
 float:left;
 height:139px;
 background:url(/images/add-banner_bg.jpg) repeat-y;
}
.content_right{
 float:left;
 height:139px;
background:url(/images/right-title_bg.jpg) repeat-y;
}
.content_top{	
	text-align:center;
	color:#FFFFFF;
	height:20px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	display:block
}

.popup{

 background-color:#FFF;
 width:200px;
 height:150px;
 border:1px solid #000;
 width:370px;
 height:360px;
 padding:10px;
}
.popup x:-moz-any-link, x:default 
{
 display:none;
}
.TDBgRed01 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #479EFF;
	border-top-style: solid;
	border-top-color: #479EFF;
	border-top-width: 1px;
}
.TDBgRed {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #EE781D;
	border-top-style: solid;
	border-top-color: #EE781D;
	border-top-width: 1px;
}

