h1 {
	background: url(../images/titles/title_sub_video_gallery_slammed.png) no-repeat;
	height: 22px;
	margin-top: 0;
}

* html h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/titles/title_sub_video_gallery_slammed.png');
}

h2.title {
	background: url(../images/titles/title_sub_video_categories_slammed.png) no-repeat;
	margin-bottom: 14px;
}

* html h2.title {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/titles/title_sub_video_categories_slammed.png');
}

#video_playlist {
	background: url(../images/video_outer_bg_slammed.png) no-repeat;
	width: 844px;
	height: 430px;
	padding: 28px 35px 37px;
}

* html #video_playlist {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/video_outer_bg_slammed.png');
}

#playlist_wrap {
	float: right;
	width: 428px;
	position: relative;
}

#playlist_category {
	background: url(../images/video_list_category_header_bg_slammed.png);
	border: 1px solid #132C5A;
	border-bottom: none;
	font-weight: bold;
	line-height: 17px;
	padding: 0 10px 2px;
}

* html #playlist_category {
	zoom: 1;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/video_list_category_header_bg_slammed.png');
}

#playlist_bg {
	background: url(../images/video_list_bg.jpg) no-repeat;
/*	width: 428px;*/
	height: 372px;
}

#playlist {
/*	background: url(../images/video_list_bg.jpg) no-repeat;*/
	width: 405px;
	height: 367px;
	line-height: 1.35em;
	padding: 3px 11px 0;
	overflow: auto;
	position: absolute;
	top: 21px;
	left: 0;
}

#video_wrap {
	margin-bottom: 15px;
	border: 1px solid #132c5a;
	border-bottom: none;
	width: 400px;
	height: 245px;
	background: #000;
}

* html #video_wrap {
	position: relative;
}

#video {
	background: url(../images/video_placeholder.gif) no-repeat;
	width: 400px;
	height: 244px;
}

#description_div {
	width: 370px;
	height: 119px;
	background: #1B3F74;
	border: 1px solid #132c5a;
	padding: 10px 15px 0;
	overflow: auto;
	line-height: 1.3em;
}

#description_div h3 {
	color: #B6DF53;
	font-size: 1.3em;
}

.video_info {
	border-bottom: 1px solid #f6d800;
	padding: 10px 0;
	overflow: hidden;
}

* html .video_info {
	zoom: 1;
}

.video_info a.img_play {
	display: block;
	float: left;
	width: 128px;
	height: 72px;
	border: 1px solid #132C5A;
	background: #000;
	text-align: center;
}

.video_info_wrap {
	margin-left: 142px;
}

* html .video_info_wrap { /* IE6 fix for guillotine bug */
	zoom: 1;
}

.video_info_wrap h4 {
	color: #FF977F;
	font-size: 1.1em;
}

.video_info_wrap p {
	padding-bottom: 5px;
}

.video_info_wrap a.play {
	display: block;
	float: left;
	width: 43px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/buttons/button_play_slammed.png) no-repeat;
	margin: 2px 5px 0 0;
}

* html .video_info_wrap a.play {
	position: relative;
	cursor: pointer;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/buttons/button_play_slammed.png');
}

#loadingDiv_bg {
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 426px;
	background: #fff;
	opacity: .5;
	filter: alpha(opacity = 50);
}

#loadingDiv {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 167px;
	height: 167px;
	background: url(../images/loading_category_bg_slammed.png) no-repeat;
}

* html #loadingDiv {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/loading_category_bg_slammed.png');
}

#loadingDiv img {
	position: absolute;
	left: 50px;
	top: 70px;
}

/* =========== Video Categories ============ */


#video_categories_wrap {
	position: relative;
	margin: -20px 0 0;
}

#video_categories {
	background: url(../images/video_categories_outer_bg_slammed.png) no-repeat;
	width: 850px;
	height: 158px;
	padding: 30px 32px 0;
	position: relative;
}

* html #video_categories {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='images/video_categories_outer_bg_slammed.png');
}

#categories_wrap {
	background: url(../images/video_category_list_bg.gif) no-repeat;
	width: 850px;
	height: 83px;
/*	padding: 4px 0 0;*/
	position: absolute;
	left: 32px;
	top: 68px;
}

#categories_div_wrap {
	height: 64px;
	left: 9px;
	position: absolute;
	top: 10px;
	width: 828px;
	overflow: hidden;
}

#categories_div {
	position: absolute;
	top: 0;
	left: 0;
}

#categories_wrap a.thumb {
	display: block;
	float: left;
	width: 202px;
	height: 64px;
	text-decoration: none;
	margin: 0 5px 0 0;
	position: relative; /* Needed for vertically centering text in .cat_text */
	cursor: pointer; /* Needed for IE6 and IE7 */
}

#categories_wrap a:link,
#categories_wrap a:visited,
#categories_wrap a:active {
	color: #CCEF86;
}

#categories_wrap a:hover {
	color: #8CBC2E;
}

#categories_wrap a.thumb span.span_img {
	display: block;
	width: 110px;
	height: 63px;
	background: #000;
	border: 1px solid #232F03;
	text-align: center;
	margin-right: 7px;
}

.cat_text {
	display: table;
	position: absolute;
	top: 0;
	left: 117px;
	height: 64px;
	width: 86px;
	overflow: hidden;
}

.cat_text span.span_div {
	display: table-cell;
	vertical-align: middle;
	*width: 100%;
	*position: absolute;
	*top: 50%;
}

.cat_text .span_div .span_p {
	display: block;
	padding: 0;
	width: 80px;
	line-height: 110%;
	*position: relative;
	*top: -50%;
}

#gallery_nav {
	height: 20px;
/*	margin: 1px auto 15px;*/
/*	text-align: right;*/
/*	width: 583px;*/
	position: absolute;
	right: 53px;
	top: 27px;
}

.r_arrow {
	float: right;
}

#row {
	background-image: url(../images/gallery_middle-numbers.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	height: 21px;
	padding-top: 1px;
}

.l_arrow {
	float: right;
}
