/*
Copyright (c) 2009,Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt
version:2.8.0r4
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
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;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
html{background: #d4d4d4;}
body{font-family:helvetica,arial,sans-serif;font-size:62.5%; background: #d4d4d4;}

@font-face {
	font-family: 'RalewayThin';
	src: url('../fonts/raleway_thin.eot');
	src: local('Raleway'), local('Raleway-Thin'), url('../fonts/raleway_thin.woff') format('woff'), url('../fonts/raleway_thin.ttf') format('truetype'), url('../fonts/raleway_thin.svg#Raleway-Thin') format('svg');
}


#slider{
	margin: 0 auto 0 auto;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	width: 950px;
	height: 300px;
	display: block;
}

#wrapper{}

h1{background: #333; color: #ccc; padding: 20px; font-size: 28px; text-align: center; margin: 0 0 20px 0;
	border-bottom: 1px #888 solid; border-top: 1px solid #000; font-family: 'RalewayThin';
	text-shadow: 1px 1px 1px #222, -1px -1px 1px #000;
}

#footer{
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #444;
}
#footer a{
	color: #f1ee11;
	text-decoration: none;
}

.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left: 0px;
	top: 0px;
	background: rgba(241, 238, 17, 0.4);
	color: #888;
	width: 100%;
	z-index: 89;
	font-family: Helvetica;
	font-size: 12px;
	text-indent: 5px;
	height: 22px;
	line-height: 12px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	height: 100%;
	width: 50%;
	z-index: 99;
	cursor:pointer;
	display: block;
}

.nivo-directionNav a:hover{
	display: block;
}

a.nivo-prevNav {
	text-indent: -9999px;
	left:0px;
}

a.nivo-prevNav:hover{
	background: url('../img/next.png') no-repeat 20px 131px;
}

a.nivo-nextNav {
	text-indent: -9999px;
	right:0px;
}

a.nivo-nextNav:hover{
	background: url('../img/prev.png') no-repeat 421px 131px;
}

.nivo-controlNav{
	position: relative;
	bottom: -320px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.nivo-controlNav a {
	position:relative;
	z-index: 99;
	cursor:pointer;
	text-indent: -9999px;
	width: 120px;
	height: 37px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
	overflow: hidden;
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	
}

.nivo-controlNav a img{
	width: 120px;
}

.nivo-controlNav a.active {
	font-weight: bold;
	text-indent: -9999px;	
}

.nivo-controlNav a:hover{
	transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	z-index: 109;
}

.nivo-controlNav a:active{
	transform: scale(1.4, 1.4);
	-webkit-transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
}
