body {
	margin:0; padding:0;
	font:100.01%;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	background-color:#f0eee6;
	background-image: url(images/body_back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}

#header {
	width:100%;
	border:0px solid #098;
	margin-top:0px;
	background-color:#501a5b;
	background-image: url(images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}

#header_ep01 {
	width:100%;
	border:0px solid #098;
	margin-top:0px;
	background-color:#501a5b;
	background-image: url(images/header_back_ep01.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}

#header_content {
	border:0px solid red;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:380px;
	background-image: url(images/header_content_back.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}

#header_content_ep01 {
	border:0px solid red;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:240px;
	background-image: url(images/header_content_back_ep01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#header_text {
	width:425px;
	padding-left:428px;
	padding-top:120px;
	border:0px solid blue;
	}

#header_text p{color:#fff;font-family:georgia;font-size:13px;}

#header_text_ep {
	width:425px;
	padding-left:390px;
	padding-top:40px;
	border:0px solid blue;
	}

#header_text_ep p{color:#fff;font-family:georgia;font-size:11px;}

#content {
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:180px;
	border:0px solid green;
	margin-top:20px;
	padding:0px;
	}

#left {
	border:0px solid red;
	width:423px;
	float:left;
	margin:0px;
	margin-top:4px;
	}

#slider_holder {
	background-image: url(images/slider_back.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin-left:25px;
	border:0px dotted blue;
	width:365px;
	height:136px;
	}


#right {
	border:0px solid red;
	width:423px;
	float:right;
	margin:0px;
	margin-top:5px;
	}

#left_episode {
	border:0px solid red;
	width:548px;
	float:left;
	margin:0px;
	}
#right_episode {
	border:0px solid red;
	width:250px;
	float:right;
	margin:0px;
	margin-top:40px;
	}

h1{padding:0px;margin:0px;font-weight:normal;font-family:georgia, times new roman;color:#fff;font-size:24px;}
h2{font-family:georgia;font-size:26px;color:#794290;padding:0px;margin:0px;font-style:italic;}
h3{color:#753E8E;font-size:18px;padding:0px;margin:0px;font-weight:normal;}
h4{color:#5a783a;font-size:14px;padding:0px;margin:0px;font-weight:bold;font-family:georgia;font-style:italic;}
p {font-size:12px;}
ul {font-size:12px;}

a {color:#5d7f38;text-decoration:underline;font-style:italic;font-family:georgia, times new roman;}

/* ***************************noobSlide ****************** */

/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

.mask1{
	position:relative;
	width:300px;
	height:110px;
	overflow:hidden;
	border:0px solid red;
	margin-left:32px;
	padding-top:10px;
}

span img{
	display:block;
	border:none;
}


.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}

#cont{width:550px;margin:0 auto;background:#fff;text-align:left;padding:20px}

.buttons{width:20px;float:left;padding:0px;border:0px solid blue;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{}

.buttons_right{width:20px;float:right;padding:0px;border:0px solid blue;}
.buttons_right span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons_right span.active, .buttons span:hover{}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;	
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
