/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 1.0 - 10.21.2008
 */

/** 
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	background:#fff;
	padding:0px;
/*	-moz-border-radius:6px;  */
	
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}
/** modify by k-natthaphong 
 *  for 
 *  ucNewsHilight.ascx  
 *  ucNewsLatestByCategory.ascx
**/
 

.NewsHilight-container
{
   height:360px;
   width:565px;
   margin:0 auto;
   padding:0;
    }
.NewsHilight-container .carousel-component { 
	padding:0;
	margin:0px;
	float:left;
}

.NewsHilight-container .carousel-component .carousel-list li { 
	margin:0;
	padding:0;
	text-align:left;
	width:324px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:360px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*margin-left: auto;   for testing IE auto issue */
}
/*
.NewsHilight-container .carousel-component .carousel-list li a { 
	display:block;
	border:none;
	outline:none;
}
*/
 

/*.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}*/
								
.NewsHilight-container .carousel-component .carousel-prev { 
	position:absolute;
	top:240px;
	z-index:3;
	cursor:pointer; 
	right:35px;
}

.NewsHilight-container .carousel-component .carousel-next { 
	position:absolute;
	top:240px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

.NewsHilight-container .carousel-mainnav-list
{
    float:right;
    width:240px;
    height:360px;
    background-color:#ddd;
    

}

.NewsHilight-container .carousel-mainnav-list p
{
    background:#eaeaea;
    margin:0;
    padding:5px 0 0 5px;
    height:25px;

}

.NewsHilight-container .carousel-mainnav-list ul
{
   list-style-type:disc;
   list-style-position:inside;
   padding:0;
   margin:0;
   margin-top:5px;
  
}
*:first-child+html .NewsHilight-container .carousel-mainnav-list ul /* hack ie7 margin */
{
     margin-left:0px;
}
.NewsHilight-container .carousel-mainnav-list ul li 
{
    padding:0;
    padding-left:10px;
    margin-bottom:10px;
    border:solid 1px #ddd;   
 
  
   
}

.NewsHilight-container .carousel-mainnav-list ul li a
{
 overflow:hidden;   
 width:200px;
 height:15px;
 display:inline-block;
 
 
}
.NewsHilight-container .carousel-mainnav-list ul li a:hover
{
      background-color:#fff;
      border:none;
}
.NewsHilight-container .carousel-mainnav-list ul li:hover
{
  background-color:#fff;
  border:solid 1px #ccc;
  border-left:none;         
}
.NewsHilight-container .carousel-mainnav-list ul li.selected
{
  background-color:#fff;
  border:solid 1px #ccc;
  border-left:solid 1px #fff;   
   
}
.newstopic
{
    cursor:pointer;
 font-size:14px;
 
 margin:0; 
 padding:0;
 padding-right:60px;
 height:35px;
 overflow:hidden;
 
}
.newsdetail 
{
  cursor:pointer;
    margin:0;
    padding:0;
    width:320px;
}



/** modify by k-natthaphong 
 *  for 
 *  ucNewsOtherSide.ascx
**/
 

.NewsOtherSide-container
{
    margin:0;
    width:240px;
    
    }
    
.NewsOtherSide-container .newsslide-head
{
    background:#eaeaea;
    height:18px;
    padding:5px;
    width:240px;
    }
.NewsOtherSide-container .carousel-component { 
	padding:0;
	margin:0px;
 
}

.NewsOtherSide-container .carousel-component .carousel-list li { 
	margin:0;
	padding:0;
	text-align:left;
	width:242px;   /* img width is 75 px from flickr + border-top (1) + border-bottom(1) */
	height:65px; 
 }
/* Applies only to vertical carousels */
.NewsOtherSide-container .carousel-component .carousel-vertical li { 
    margin-bottom:4px;
    height:67px; /* image + row of text (87) + border-top (1) + border-bottom(1) */
  
    padding:5px;
}
.NewsOtherSide-container .carousel-component .carousel-list li .data-item { 

  margin:0;
  padding:0;
/*  position:relative;  */
  width:240px;  
  height:65px;
  
}
.NewsOtherSide-container .carousel-component .carousel-list li .data-item .data-left { 
  width:78px;
/*  position:absolute;
  left:0px;
  top:5px;  */
  float:left;
}
.NewsOtherSide-container .carousel-component .carousel-list li .data-item .data-right { 
/* position:absolute;
  right:0px;
  top:0px; */
  width:155px;
  text-align:left;
  float:right;
   padding-left: 3px;
  
}

.NewsOtherSide-container .carousel-component .carousel-list li .data-item .header { 
    
    width:150px;
    height:20px;
    display:inline-block;
    margin:0;
    padding:0;

}

/*
.NewsOtherSide-container .carousel-component .carousel-list li a:hover { 
	border: 1px solid #aaaaaa; 
}
*/
/*.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}*/
	.NewsOtherSide-container  .carousel-nav 
	{
	    position:relative;
	    }				
	    			
.NewsOtherSide-container  .carousel-nav .carousel-prev { 
	position:absolute;
	top:1px;
	z-index:3;
	cursor:pointer; 
	right:35px;
}

.NewsOtherSide-container .carousel-nav .carousel-next { 
	position:absolute;
	top:1px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
 
/** sport **/
 #ProgramLv2 .carousel-list li
{
    padding:3px;
    width:150px;
}


/*Atraman*/
/*for tvSchedule in Program*/

.tvschedule
	{
	    position:relative;
	     margin:0;
    width:98%;
    border-bottom:solid 1px #ccc;
	}							
.tvschedule .carousel-prev { 
	position:absolute;
	top:10px;
	z-index:3;
	cursor:pointer; 
	right:525px;
}

.tvschedule  .carousel-next { 
	position:absolute;
	top:10px;
	z-index:3;
	cursor:pointer; 
	right:0px; 
}


.tvschedule .carousel-component { 
	padding:0;
	margin:0 0 0 50px; 
}
.tvschedule .carousel-component .carousel-list
{
	
}
.tvschedule .carousel-component .carousel-list li { 
	margin:0;
	padding:0;
	text-align:left;
	width:125px;  
	height:auto; 
	
 }

/*Atraman*/

 
	
.box-drama .carousel-prev { 
	position:absolute;
	top:10px;
	z-index:3;
	cursor:pointer; 
	right:100px;
}

.box-drama  .carousel-next { 
	position:absolute;
	top:10px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
.box-drama .carousel-component 
{ 
	padding:0px;
	margin:0px 0px 0px 0px; 
	background-color:#FFF;
	border:solid 5px #FFF;
	width:800px !Important;
	display:inline-block !Important;
}
.box-drama .carousel-component .carousel-list
{
	
}
.box-drama .carousel-component .carousel-list li { 
	margin:0;
	padding:0;
	text-align:left;	
	width:210px !Important;
	
 }
 
 /* tor Schedule List Insex*/
  
 .carousel-schedule .tvprogram .Schedule
 {
    background-image:url(/images/tableslide2.gif);
   	width:240px;
	height:90px;
	margin:0px;
	padding:0px 5px;
	
     }
   .carousel-schedule .tvprogram .header-container .header-right
 {
   clear:both;
   text-align:right;
   vertical-align:top;
   position:absolute;
   display:block;
   margin:0 0 0 0;
   padding:0 0 0 0;
   top:0px;
   
 }
 
.carousel-schedule .tvprogram .Schedule  .carousel-component
{
 
	margin:0;
	padding:0;
	width:240px;
	height:90px;
	background-color:Transparent;
  
} 
 .carousel-schedule .tvprogram  .Schedule  .carousel-component .carousel-top
 {
 
	position:absolute;
	top:5px;
	z-index:3;
	cursor:pointer; 
	right:0px;

 }
.carousel-schedule .tvprogram .Schedule .carousel-component .carousel-bottom
 {
	position:absolute;
	z-index:3;
	cursor:pointer; 
	right:0px;
	bottom:5px;
 } 
.carousel-schedule .tvprogram .Schedule .carousel-component .carousel-clip-region  
 {
     height:90px
 }
 

.carousel-schedule .tvprogram .Schedule .carousel-component .carousel-list li { 
	margin:0;
	padding:0;
	text-align:left;
	width:240px;   /* img width is 75 px from flickr + border-top (1) + border-bottom(1)  */
	height:16px; 
  /* border-bottom:solid 1px #E6E6E6;  */
 }
/* Applies only to vertical carousels */
.carousel-schedule .tvprogram .Schedule .carousel-component .carousel-vertical li { 
     
    height:18px; /* image + row of text (87) + border-top (1) + border-bottom(1) */
    margin:0;
    padding:0;
    border:none;
  
}

.carousel-schedule .tvprogram .Schedule .carousel-component .carousel-vertical li  div.normal { 
     
   border-top:solid 1px #E6E6E6;  
  
}
