@charset "UTF-8";

/* CSS Document */


img
{
	border:none;
}

.rotate_container
{
	overflow:hidden;
	width:900px;
	margin:0 auto;
}

.rotate_main
{
	background:#1d1d1d url(../images/xs_slbkg.jpg) repeat-x;
	padding:10px;
}

a
{
	color:#fff;
}

/*--Main Image Preview--*/
.main_image
{
	width:640px;
	height:362px;
	float:left;
	background:#222;
	position:relative;
	overflow:hidden;
	color:#fff;
}

.main_image h2
{
	font-size:1.3em;
	font-weight:400;
	margin:0px;
	padding:10px;
}

.main_image p
{
	font-size:1.0em;
	line-height:1.2em;
	margin:0;
	padding:10px;
}

.main_image .desc
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	display:none;
}

.main_image .block
{
	width:100%;
	background:#111;
}

.main_image a.show
{
	background-position:left bottom;
}

.image_thumb
{
	float:right;
	width:290px;
}

.image_thumb img
{
	background:#333;
	float:left;
	padding:5px;
}

.image_thumb ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.image_thumb ul li
{
	background: none /* url(../images/nav_a.gif) repeat-x; */;
	width:267px;
	float:right;
	margin:0 0 0 0;
	padding:5px 10px;
	border-bottom: 1px dotted #000;
}

.image_thumb ul li.hover
{
	background:#161616 /* url(../images/nav_a_hov.gif) repeat-x */;
	cursor:pointer;
}

.image_thumb ul li.active {
	background:#060606 /* url(../images/nav_a_act.gif) repeat-x */;
	cursor: pointer;
}




/*
.image_thumb ul li.active
{
	background: #666;
	cursor:default;
}

.image_thumb a
{
	color:#f60;
}

html .image_thumb ul li h1
{
	font:16px Verdana, Arial, Helvetica, sans-serif;
	margin:7px 0;
	padding:0;
}*/

html .image_thumb ul li h2
{
	font:12px Verdana, Arial, Helvetica, sans-serif normal;
	margin:0 0;
	padding:0;
}

.image_thumb ul li .block
{
	float:left;
	margin-left:10px;
	width:170px;
	padding:0;
}

.image_thumb ul li p
{
	display:none;
}

.title
{
/* 	background:url(../images/nav_a.gif) repeat-x; */
/* 	width:267px; */
/* 	float:right; */
	margin:0 0 10px 0;
	padding:1px 10px;
	height: 43px;
	
}

.title h1 {
/* 	background: url(../images/featured-videos.png) no-repeat; */
	font:30px Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	margin:5px 0 0 -5px;
/* 	width:170px; */
	padding:0;
	color: #ff6600;
}

.title h1 span{
  display: block;
}

*:first-child+html #vidPlayer_futube {float: left;}