

/* -----------  P R E V  L I N K  F O R  I M A G E  S L I D E R  ----------- */
#maincontent #webisode_holder a.prev {
	background:transparent url(/staticarchive/7bfd51131a2d81b3d79f93e0544b1a5365b27e40.gif) no-repeat;
	display:none;
	position:absolute;
	bottom:0;
	height:106px;;
	width:30px;

	background-color:none;
	background:transparent url(/staticarchive/7bfd51131a2d81b3d79f93e0544b1a5365b27e40.gif) no-repeat 0px -318px;
}

#maincontent #webisode_holder a.prev:hover {
	background-position:0px -424px;
}

/* -----------  N E X T  L I N K  F O R  I M A G E  S L I D E R  ----------- */
#maincontent #webisode_holder a.next {
	background:transparent url(/staticarchive/7bfd51131a2d81b3d79f93e0544b1a5365b27e40.gif) no-repeat;
	display:none;
	position:absolute;
	bottom:0;
	right:0;
	height:106px;
	width:30px;
}

#maincontent #webisode_holder a.next:hover {
	background-position:0px -106px;
}


.webisode_holder .fl {
	display:inline;
	float:left;
}
.webisode_holder img {
	display:block;
	border:0;
}


.news_slider {
    /* 
		Width is .news_items width + .prev width + .next width
	*/
	position:relative;
	width:650px;
	margin:0 auto 20px auto;
	text-align:left;
}

.news_slider .container {
	position:relative; 
	top:0;
	left:0;
	width:100%;
}

.news_slider .news_items {
    /* Width must be Y times .item(width + margin) where
	  Y = number items shown
	*/
	position:relative;
	width:590px;
	top:0;
	left:30px;
	overflow:hidden;
}
.news_slider .view_all {
	padding:5px;
	margin:0 0 2px 0;
	text-align:center;
}

.news_slider .item {
    /* Must contain a width and a margin-right. */
	float:left;
	width:116px;
	margin-right:2px;
	padding-top:0px;
	background:#000000 url(/staticarchive/12854aaad57abc28e30242935027c5adb2e0764d.gif) -884px 0 no-repeat;
	font-size:0.9em;
}



#maincontent .item a,
#maincontent .item div {
	display:block;
	float:left;
	padding:8px 8px 8px 8px;
	background:transparent url(/staticarchive/12854aaad57abc28e30242935027c5adb2e0764d.gif) bottom left no-repeat;
}

#maincontent .item span.gallery_name {
	display:block;
	margin-top:5px;
	color:#000;
	padding-left:20px;
	background:#F7D32E url(/staticarchive/b30687475ece863534c2b90deb4a9dfd0f74cc24.gif) 2px 50% no-repeat;
	line-height:1.6em;
}

#maincontent .item a:hover span.gallery_name {
	background-color:#08f9f9;
}
