@charset "utf-8";

/*top 메뉴용 */
#sub_menu_1 { Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_2 {	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_3 {	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_4 {	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_5 {	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_6 {	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_7 {	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_8 {	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_9 {	Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_10 { Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#sub_menu_11 {Z-INDEX: 3; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #255198 }
#closer {	Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 980px; POSITION: absolute; TOP: 250px; HEIGHT: 500px }
/*top 메뉴용 ----end */
/*메뉴바*/
#menu_bar_d a:link, #menu_bar_d a:visited{ color: #FFFFFF;	text-decoration: none;	font-size: 9pt;	font-weight: bold; line-height:120%; }
#menu_bar_d a:hover{	color: #53FFB0;line-height:120%; }
.input{border:1px solid #7F9DB9; 	height:18px;}
.input2{border:1px solid #7F9DB9; 	height:22px;}
.line_dot_g {clear: both; padding: 4px; background: white url(<?=$g4[path]?>/img_new/dot_g.gif) bottom left repeat-x;}
.font_white {font-family: Arial, Helvetica, sans-serif;font-size: 12pt; color: #FFFFFF; }
td {line-height:150%; }
.sub_menu2
{
	border:1px solid #009; padding:5px; display:none; width:950;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scroll { margin:5px 0 5px 0 ; padding:0;}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:530px;
	height:150px;
	/*margin-left:10px;*/
	

	/* custom decorations 
	border:0px solid #C8C8C8;*/
	
}

/*
	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:2000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	/*margin:20px 5px 20px 21px; */
	margin:0px;
	background-color:#fff;
	padding:0px;
	border:1px solid #ccc;
	cursor:pointer;
	width:125px;
	height:75px;

}

/* active item */
.scrollable .active {
	border:0px solid #000;
	z-index:9999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(http://www.suprememastertv.com/img/scroll-arrow.png) no-repeat;
	display:block;
	width:30px;
	height:40px;
	float:left;
	margin:40px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -40px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -40px; }
a.right:active 	{ background-position:-60px -40px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
/*** override styling in external stylesheets ***/

/* remove margins from the image */
.items img {
	margin: 0 ;
}

/* make A tags our floating scrollable items */
.items a {
	display:block;
	float:left;
	/* margin:20px 15px; */
} 
#imgcontainer
{
float:left; 
width:125px; 
margin:10px 5px 20px 5px;
  
} 
#lstcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#lstcontainer ul li { display: inline; }
#lstcontainer ul li a { text-decoration: none; }


