﻿html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: #eec;
	text-align: center;
}
body * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	color: #333;
}
#VideoWrapper {
width: 300px;
	height: 293px;
	/*background-color: #cce;*/
	position: relative;
/*	border: 10px solid #333;*/
	padding: 10px;
	margin: 0 auto;
	
	text-align:center;
/*	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	-moz-box-shadow:  0 0 20px rgba(0, 0, 0, .3);
	-webkit-box-shadow:  0 0 20px rgba(0, 0, 0, .3);*/
}
.image_carousel {
	width: 100%;
	padding: 5px 0 5px 30px;
	position: relative;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin-left: 30px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url("template01/images/miscellaneous_sprite.png") no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 45px;
}
a.prev {
	left: -22px;
	background-position: 0 0;
}
a.prev:hover {
	background-position: 0 -50px;
}
a.next {
	right: -22px;
	background-position: -50px 0;
}
a.next:hover {
	background-position: -50px -50px;
}
a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
#footer_msg {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #333;
	z-index: 2;
	overflow: hidden;
}
#footer_msg h3 {
	color: #eee;
	font-size: 14px;
	padding: 0px 0px 24px 0px;
}




