html, 
body * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
}
#wrapper {
	border: 1px solid #ddd;
	background-color: #cee3ff;
	width: 495px;
	height: 360px;
	margin: -10px 0 0 -20px;
	position: absolute;
	top: 264px;
	left: 65px;
	padding: 5px;
	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);
}
#carousel {
	width: 495px;
	height: 360px;
	margin: 10px 0 0 10px;
	overflow: hidden;
}
#carousel img {
	display: block;
	float: left;
}
#prev, #next {
	display: block;
	width: 20%;
	height: 50%;
	position: absolute;
	top: 21px;
}
#prev img, #next img {
	background: url(template05/images/thumb-bgs.png) 0 0 no-repeat transparent;
	display: none;
	padding: 19px;
	position: absolute;
	top: 120px;
}
#prev:hover img, #next:hover img {
	display: block;
}
#prev {
	left: 5px;
}
#next {
	right: 50px;
}
#prev img {
	background-position: 0 -228px;
	padding-left: 25px;
	left: 0;
}
#next img {
	background-position: 1 -114px;
	padding-right: 25px
	right: 1;
}
#wrapper:hover #prev, #wrapper:hover #next {
	display: block !important;
}
#navi {
	width: 490px;
	margin: 10px 0 0 0px;
}
#pagenumber, #title, #pager {
	margin: 0;
	padding: 0;
}
#pagenumber {
	width: 500px;
	float: left;
}
#title {
	font-size: 14px;
	text-align: left;
	width: 65%;
	float: left;
	color: #000000;
	font-weight: bold;

}
#pager {
	font-size: 18px;
	text-align: right;
	width: 35%;
	float: right;
	font-weight: bold;
}
#pager a {
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	width: 25px;
	height: 20px;
	position: relative;
	color: #333;

}
#pager a.selected {
	background-color: #fd0404;
	color: #ffffff;
}
#pager a img {
	background: url(template05/images/thumb-bgs.png) 0 0 no-repeat transparent;
	padding: 15px 15px 25px 15px;
	display: none;
	position: absolute;
	bottom: 20px;
	left: -57px;
}
#pager a:hover img {
	display: block;
}
.clearfix {
	float: none;
	clear: both;
}
#VideoWrapper {
	width: 495px;
	height: 320px;
	background-color: ##cee3ff
	box-shadow: 0 1px 1px #013;
	-moz-box-shadow:  0 1px 1px #013;
	-webkit-box-shadow:  0 1px 1px #013;
}
