
#slider_include {
margin:0;
padding:0;
height:100%;
/*font:612.5%/1 Arial, Helvetica, sans-serif;*/
}

/*
html{
	height:100%;
}


body{
	height:100%;
	/*font:62.5%/1 Arial, Helvetica, sans-serif;
}
*/

a img,fieldset{border:0}

#index .leftcol{
	float:left;
	width:500px;
}
#index .head{
	width:100%;
	overflow:hidden;
	padding:14px 0 3px;
	background:#e9f2fa;
	/*border-bottom:1px solid #cbd9ec;*/
}
/* video list */

#video-list{
	float:left;
	width: 570px;
	position:relative;
     background: #f1f1f1;
}

#video-list ul{
	float:left;
	width:100%;
	overflow:hidden;
	list-style:none;
	padding: 10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
#video-list ul li{
	float:left;
	display:inline;
     width: 190px;
     text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0;
     border-right: 1px solid #c4c4c4;
	/*border: 2px solid white;*/
}
#video-list ul li table{
     margin: 0 auto;
}
#video-list .content{
	float:none;
	width:auto;
}
#video-list ul li a.view{
	width:125px;
	height:105px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	padding:1px;
	/*border:1px solid #BDBDBD;*/
}
* html #video-list ul li a.view{
	display:block;
	height:107px;
}
*+html #video-list ul li a.view{
	display:block;
	height:108px;
}
#video-list ul li a.view img{
	display:block;
	width:100%;
}
#video-list ul h3{
	font-size:1em;
	height:34px;
	margin:3px 0 0;
	overflow:hidden;
}
#video-list ul h3 a{
	text-decoration:none;
}
#video-list ul h3 a:hover{
	text-decoration:underline;
}
a#slide-left,
a#slide-right{
	width:21px;
	height:225px;
	text-indent:-9999px;
	overflow:hidden;
     display: block;
	background:url(../images/bg-slider-left.gif) no-repeat 0 0;
}
a#slide-right{
	background:url(../images/bg-slider-right.gif) no-repeat 0 0;
}



