

#Wrapper {
	width: 450px;
	height: 253px;
	margin: -140px 0 0 -250px;
	left: 50%;
	top: 50%;	
}
#VideoWrapper {
	width: 450px;
	height: 253px;
	background-color: #333;
}
#carousel {
	width: 450px;
	height: 253px;
	overflow: hidden;
}
#carousel img {
	display: block;
	float: left;
}
#pager {
	text-align: center;
	padding: 20px 0px 0 0;
}
#pager a {
	background-color: #356;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 6px;
	border-radius: 10px;
	box-shadow: 0 1px 1px #cef;
	-moz-box-shadow: 0 1px 1px #cef;
	-webkit-box-shadow:0 1px 1px #cef;
}
#pager a.selected {
	background-color: #134;
}
#pager a span {
	display: none;
}

