@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
}
#page-content {
	width:801px;
	height:601px;
}
#slider_bg_start {
	background-image:url(images/ITB_0417.jpg);
	width:800px;
	height:600px;
}
h2 {
	font-family: "Arial Narrow", 'ArialNarrow', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#b0356a;
	text-transform:uppercase;
	font-size:16px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.button {
	font-size:15px;
	background-color:#b0356a;
	width:350px;
	height:30px;
	display:block;
	text-align:center;
}
a.button {
	line-height:27px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: "Arial Narrow", 'ArialNarrow', Arial, Helvetica, sans-serif;
	padding-top:2px;
	border-radius:3px;
}
.button-small {
	background-color:#b0356a;
	width:260px;
	height:30px;
	display:block;
	text-align:center;
	float:left;
	margin:5px;
	font-size:14px;
}
a.button-small {
	line-height:25px;
	color:#FFFFFF;
	text-decoration:none;
	font-family: "Arial Narrow", 'ArialNarrow', Arial, Helvetica, sans-serif;
	padding-top:2px;
	border-radius:3px;
}
	
#playbtn:hover {
	cursor:pointer;
}
#video-desc {
	padding-left: 10px;
}

/*jquery ScrollTo Slider*/
#content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	overflow:hidden;
	width:645px;
	position:relative;
	height:400px;
	float:left;
}
.section{
	width:100000px;
	position:relative;
}


ul.list li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	list-style-type:disc;
	padding:0px;
	margin:0 0 0 10px;
	line-height:17px;
}
ul.list-content li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:disc;
	padding:0px;
	margin:0 0 0 0px;
	line-height:14px;
}
	.section .sub{
		position:relative;
		float:left;
		padding:9px 15px 15px 15px;
		background-image:url(images/bg_content_slider.png);
		background-repeat:repeat-x;
		background-position:top left;
		width:600px;
		height:380px;
	}
		.section .sub p{
			width:600px;
			margin:5px 0;
			font-size:12px;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			position:absolute;
			bottom:15px;
		}
		.section .next{
			right:15px;
		}
		.section .prev{
			left:15px;
		}
		.section .close{
			position:absolute;
			right:15px;
		}

