.container.site.index>#content {
	width:100%;
}
div#carousel {
	width: 100%;
	height:700px;
}
div#carousel>.stage {
	background-image:url(../images/new/slider-1.png);
	background-repeat: no-repeat;
	background-position: center;
	height:700px;
}
div#carousel>.stage>ul {
	width: 100%;
	margin:0 auto;
	text-align:center;
	padding-top:165px;
}
div#carousel>.stage>ul>li {
	display:none;
}
div#carousel>.stage>ul>li>h1 {
	font-size:72px;
	text-align: center;
	text-shadow: 2px 1px 8px #000;
	padding-top: 150px;
	color: #fff;
	line-height: 60px;
}
div#carousel>.stage>ul>li:nth-child(2)>h1 {
	padding-top: 0px;
}
div#carousel>.stage>ul>li>h1>span {
	font-size:36px;
	line-height:50px;
}
div#carousel>.stage>ul>li:nth-child(2) {
	margin-top:120px;
}
div#carousel>.stage>ul>li>div>p {
	font-size:70px;
	line-height:60px;
	text-transform:uppercase;
	text-shadow: 2px 1px 8px #000;
}
div#carousel>.stage>ul>li>div>p>span:nth-of-type(1) {
	font-size:36px;
}
div#carousel>.stage>ul>li>div>p>span:nth-of-type(2) {
	font-size:25px;
	text-transform:none;
}
div#carousel>div#navigation {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	bottom: 0px;
	margin-top: -50px;
}
div#carousel>div#navigation>ul>li {
	display: inline-block;
	text-indent: -100px;
	overflow: hidden;
	width: 15px;
	height: 15px;
	background: #fff;
	margin: 0px 2px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	cursor:pointer;
}

div#carousel2>.content {
	width: 965px;
	margin:0 auto;
	height:130px;
	position:relative;
}
div#carousel2>h1 {
	text-align:center;
	margin: 45px 0 25px;
}
div#carousel2>.content>a {
	position: absolute;
	display: block;
	border: 1px solid #545454;
	height: 106px;
	width: 26px;
	color: #545454;
	text-align: center;
	top:0px;
	line-height:106px;
	font-size: 20px;
}
div#carousel2>.content>a#next {
	right:0;
}
div#carousel2>.content>div.stage {
	width: 875px;
	margin:0 auto;
	height:140px;
	overflow: hidden;
}
div#carousel2>.content>div.stage>ul {
	width:1650px;
	height:130x;
	position:relative;
}
div#carousel2>.content>div.stage>ul>li {
	width:275px;
	height:140px;
	float:left;
	margin-right: 25px;
	cursor:pointer;
	font-size: 14px;
}
div#carousel2>.content>div.stage>ul>li>p {
	margin-top: 5px;
}
#video {
	border:1px solid #ccc;
	outline: none;
	position:relative;
	background: url(../images/icons/loading.gif) center no-repeat;
}
.ui-dialog {
	outline: none;
}
.ui-dialog>#video>span.close {
	width: 17px;
	height: 17px;
	margin-top: 0;
	margin-right: 0;
	position: absolute;
	right: -10px;
	top: -10px;
}