html{
	height:100%;
	margin:0px;
	padding:0px;
	}

body
{
	background-color:#FFF;
	background:url(../images/bg_1.png) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin:0px;
	height:100%;
	padding:0px;
	overflow:hidden;
}

#NTSR_Logo {
	width:175px;
	height:80px;
	margin:30px auto 20px auto;
	background-image:url(../images/ntsr.gif);
	background-repeat:no-repeat;
}

#wide-wrapper{
	background-image:url(../images/bg_2.png);
	background-repeat:repeat-x;
	background-position:left 80px;
	}

.Text{
	width:500px;
	margin:0px auto 20px auto;
	text-align:center;
}

#carousel-container
{
	width:700px;
	height:250px;
	margin:0px auto 0px auto;
	padding:0px;
}

.carousel
{
	position:relative;
	margin:0px;
	padding:0px;
	-moz-user-select:none;
	-webkit-user-select:none;
}


.carousel .carousel-item
{
	position:absolute;
	cursor:pointer;
}
