/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 1px;
	width: 8px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #f6c36a;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{

}

.jspVerticalBar .jspArrow
{
	height: 44px;
    left: -335px;
    position: absolute;
    width: 340px;
	
}
.jspVerticalBar .jspArrowUp{
	
}
.jspVerticalBar a:hover.jspArrowUp{
	background:url(../images/video/scroll_up_hover.png);
}
.jspVerticalBar .jspArrowDown{
	
	bottom:0;
}
.jspVerticalBar a:hover.jspArrowDown{
	background:url(../images/video/scroll_down_hover.png);
}
.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


#container{
	position:relative;	
}
#hero {
	height: 350px;
	position:relative;
	background-color:#252525;
}
#hero #up {
	position:absolute;
	width:340px;
	height:44px;
	right:0;
	top:0;
	z-index:22;
}
#hero #down {
	position:absolute;
	width:340px;
	height:44px;
	right:0;
	top: 306px;
	z-index:22;
}
#playlist {
	position:absolute;
	right:0;
	top:0;
	width:340px;
	height:350px;
}

#playlist img {
	padding:10px 13px 0 13px;
	border:0;
	float:left;
	cursor:pointer;
}
#playlist p {
	font-family:arial;
	color:#ffffff;
	font-size:14px;
	line-height:16px;
}
#playlist p.small {
	font-size:12px;
	padding-top: 26px;
}
.item-mouse-out {
	background-color:#252525;
	height:105px;
}
.item-mouse-over {
	background-color:#3b3b3b;
	height:105px;
}
.item-mouse-out div, .item-mouse-over div {
	width:167px;
	height:105px;
	float:left;
}
#content .video_cointainer {
}
#content .video_cointainer p {
	margin:0;
	padding:0 0 20px 0;
	font-size:12px;
	line-height:16px;
}
#content .video_cointainer p.gold {
	font-size:14px;
	color:#A98546;
	margin:0;
	padding:0 0 10px 0;
}
#content .video_cointainer img {
	float:left;
	padding: 0 20px 25px 0;
	cursor:pointer;
	border:0;
}
#content .video_cointainer div {
	float:left;
	width:510px;
}
#content .video_cointainer div p, #content .video_cointainer div p.gold {
	margin:0;
	padding:0 0 10px 0;
	line-height:16px;
}
p.video-thumb {
	color: #081A75;
	text-decoration: underline;
	cursor:pointer;
}