#main {
	padding: 10px;
	background: #111;
	border: 1px solid #555555;
	float:left;
	width:505px;
}

.main_image {
	width: 325px; height: 320px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-right:5px;
}
	.main_image h2 {
		font-size: 2em;
		font-weight: normal;
		margin: 0 0 5px;	padding: 10px;
	}
	.main_image p {
		font-size: 1.2em;
		padding: 10px;	margin: 0;
		line-height: 1.6em;
	}
	.main_image .block small {margin-left: 10px;}
	.main_image .desc{
		position: absolute;
		bottom: 0;	left: 0;
		width: 100%;
		display: none;
	}
	.main_image .block {
		width: 100%;
		background: #FFFFFF;
		border-top: 1px solid #000;
		text-align:left;
	}
	.main_image .block h2.info-head {
		color:#333333;
		margin:0;
		font-size:16px;
		font-weight:bold;
	}
	.main_image .block p.info-link {
		color:#333333;
		padding:4px 10px;
		font-size:13px;
		margin-top:0;
	}
		.main_image .block p.info-link a {
			text-decoration:underline;
			font-size:13.5px;
		}
		.main_image .block p.info-link a:hover {
			text-decoration:none;
		}
	.main_image .block a {
		text-decoration:underline;
	}
	.main_image .block a:hover {
		text-decoration:none;
	}
	.main_image a.collapse {
		background: url(../../images/icons/btn_collapse.gif) no-repeat left top;
		height: 18px; width: 18px;
		text-indent: -99999px;
		position: absolute; 
		top: 2px; right: 3px; 
	}
	.main_image a.show {background-position: left bottom;} 

#player-wrap{
	background: url('../../images/icons/loading.gif') center no-repeat !important;
	height:272px;
	width:320px;
	border: 1px solid #222222;	
}
embed{
	background: url('../../images/icons/ajax-loader.gif') center no-repeat !important;
}
.block {
	position:relative;
	height:55px;	
	width:165px;
	color: #666;
}
.block small { 
	padding: 0 3px 0 0px; 
}
	.block #vid-date { 
		position:absolute;
		bottom:3px;
		width:165px;
		text-align:right;
                color: #888;
	}

.image_thumb {
	float: left;
	width: 175px;
	height:320px;
	overflow:hidden;
	background: #f0f0f0;
}
.image_thumb img {
	border: 1px solid #ccc; 
	margin:0 3px 3px 0; 
	background: #fff; 
	float: left;
	max-width:40px;
	max-height:40px;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 3px 4px;
	background: #fff url(../../images/nav_a.gif) repeat-x;
	width: 165px; height:50px;
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-left:1px solid #111;
}
.image_thumb ul li.hover {
	background: #DDDDDD;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #111;
	cursor: default;
}
	.image_thumb ul li.active h2,.image_thumb ul li.active small {
			color:#EEEEEE;
	}
html .image_thumb ul li h2 {
	font-size: 12px; 
	margin: 0px 0; padding: 0;
}
.image_thumb ul li .block { 
	margin-left: 0px;
	padding: 0;
}	
.image_thumb ul li p{display: none;}

/*--------------- motiongallery -------------------*/

#motioncontainer {
	background:#111;
}

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
