@charset "utf-8";
/* CSS Document */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	color:white;
	text-decoration:none;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.container {
	width:790px;
	margin:auto;
}
.yui-carousel-element li {
	border:0px;
	height:100px;
	width:200px;
}
.yui-g {
	width:790px;
	height:100%;
	margin: 0 auto;
}
.yui-t7 {
	background:#000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color:white;
}
#pscroller1{
	text-align:right;
	width:100%;
	height: 15px;
	padding: 5px;
	color:white;
	background-color: black;
}
.someclass{ 
	background-color: #FFF;
}
