/*
	New Style
*/

/*Css Reset*/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}




/*Layout*/
.w_50{width:50%; float:left;}
.w950{width:950px; margin:0 auto;}
.w200{width:200px;}
.w750{width:750px;}

.h100{height:100px;}

.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top15{margin-top:15px;}




/*slide*/
.slide img{ width:950px; height:363px;}
.slide{width:950px; height:363px; padding:1px; border:0px #ececec solid;}
#SlidePlayer{position:relative;margin:0 auto;overflow:hidden;width:950px;height:363px;}
.slide.Slides{padding: 0;margin: 0;list-style: none;width:950px;}
.slide .Slides li{float:left;width:950px;height:363px;}
.slide .Slides img{width:950px;height:363px;}
.SlideTriggers{margin:0;padding:0;list-style:none;position:absolute;top:225px;right:0px;z-index:10;height:25px;}
.SlideTriggers li{float:left;display:inline;color: #fff;text-align:center;line-height:16px;width:16px;height: 16px;font-family:Arial;font-size:.9em;cursor: pointer;overflow:hidden;margin:3px 6px;background:#f90;}
.SlideTriggers .Current{color:#fff;background:#fff;border:#f90 solid 1px;font-weight:bold;font-size:1.4em;line-height:19px;color:#f50;height:19px;width:21px;margin:0 6px;}
