/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:132px;
	font-family:Tahoma;
	/* custom decorations */
/*	border:1px solid #ccc;
	background:url(h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;

}
.scrollable .items a {
	text-decoration:none;
	
}
/* single scrollable item */
.scrollable .img {
	float:left;
	margin:0px 15px 0px 0px;
	background-color:#fff;
	padding:0px;
	border:2px solid #fff;
	cursor:pointer;
	width:104px;
	height:116px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable img {
	border:1px solid #ccc;
	width:100px;
	height:85px;
	

}
.scrollable .img_txt {
clear:both;
text-align:center;
padding-top:8px;


font-weight:bold;
color:#000000;
font-size:13px;
 

}
/* active item */
.scrollable .active {
	/*border:2px solid #000;*/
	z-index:9999;
	position:relative;
}
.scrollable2 {
font-family:Tahoma;
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:140px;
	/* custom decorations */
/*	border:1px solid #ccc;
	background:url(h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	
}
.scrollable2 .items a {
	text-decoration:none;
}
/* single scrollable item */
.scrollable2 .tb {
	float:left;
	background-color:#fff;
	padding:0px;
	cursor:pointer;
	width:500px;
}
.scrollable2 .img {
	float:right;
	margin:0px 40px 0px 0px;
	background-color:#fff;
	padding:0px;
	border:2px solid #fff;
	cursor:pointer;
	width:190px;
	height:56px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}
.scrollable2 img {
	border:1px solid #000;
	width:50px;
	height:50px;
	float:right;
}
.scrollable2 .img_txt {
	text-align:right;
	float:right;
	width:120px;
	padding-right:8px;
}
.scrollable2 .img_txt .fir {
	font-size:13px;
	color:#cc0000;
	font-weight:bold;
}
.scrollable2 .img_txt .sec {
	font-size:13px;
	color:#000000;
	font-weight:bold;
}
/* active item */
.scrollable2 .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
.new_table a {
	text-decoration:none;
	font-family:Tahoma;
}

.new_table .img {
	float:right;
	margin:0px 20px 0px 0px;
	background-color:#fff;
	padding:0px;
	border:2px solid #fff;
	cursor:pointer;
	width:190px;
	height:56px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}
.new_table img {
	border:1px solid #000;
	margin:0px 19px 0px 0px;
	width:50px;
	height:50px;
	float:right;
}
.new_table .img_txt {
	text-align:right;
	float:right;
	width:160px;
	padding-right:8px;
}
.new_table .img_txt .fir {
	font-size:13px;
	color:#cc0000;
	font-weight:bold;
}

.new_table .img_txt .fir:hover {
	color:#ff0000;
}

.new_table .img_txt .sec {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.new_table .img_txt .sec:hover {
	color:#cc0000;
}



/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable3 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 285px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable3 .itemsc {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.itemsc div {
	float:left;
	width:400px;
}

/* single scrollable item */
.scrollable3 img {
	float:left;
	background-color:#fff;
	padding:3px;
	border:1px solid #bebebe;
	width:76px;
	height:61px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;	
	cursor:pointer;
}

/* active item */
.scrollable3 .activec {
	border:2px solid #666666;
	position:relative;
	cursor:pointer;
	
}



