/******************************************/
/*************** CSS RESET ****************/
/******************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th                            {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
td                                                     {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:top;}
body                                                   {line-height:1;}
ol, ul                                                 {list-style: none;}
blockquote, q                                          {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus                                                 {outline:0;}
ins                                                    {text-decoration: none;}
del                                                    {text-decoration: line-through;}
table                                                  {border-collapse: collapse;border-spacing:0;}

/******************************************/
/************** PAGE STYLES ***************/
/******************************************/

body {
font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size:12px; line-height:1.3;
color:#fff; background:#1e1e1e;
}

#slider {
margin:35px auto 0 auto; width:100% !important; height:330px; 
}

/******************************************/
/*********** NIVO SLIDER STYLES ***********/
/******************************************/
/* jQuery Nivo Slider v2.6
/* http://nivo.dev7studios.com
/* Copyright 2011, Gilbert Pellegrom
/* Free to use & abuse under MIT license
/* opensource.org/licenses/mit-license.php
/* March 2010
/******************************************/

.nivoSlider     {position:relative; background:#fff url(../images/loading.gif) no-repeat 50% 50%;}
.nivoSlider img {position:absolute; top:0px; Left:0px; display:none;}

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

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

/******************************************/
/************** NIVO CAPTION **************/
/******************************************/

.nivo-caption {
position:absolute; left:0px; top:0px;
background-image:url(../images/bg.png);
color:#fff;
padding:10px 15px 0 50px;
height:320px; width:265px; z-index:8;
}

.nivo-caption img.number {position:absolute; top:10px; left:240px; display:inline!important;}
.nivo-caption img.more   {position:relative; display:inline!important; vertical-align:middle; margin-bottom:1px;}

.nivo-caption h1         {display:inline!important; font-size:40px; line-height:1.2; font-weight:bold; margin-top:63px; float:left; clear:both;}
.nivo-caption a          {display:inline!important; font-size:16px; line-height:1.2; font-weight:bold; margin-top:7px; float:left; text-decoration:none; color:#dbc701; clear:both; width:180px;}
.nivo-html-caption       {display:none;}

/******************************************/
/********* NIVO LEFT/RIGHT ARROWS *********/
/******************************************/

.nivo-directionNav a {
display:block; position:absolute; top:43%; 
width:30px; height:30px; border:0; 
background:url(../images/arrows.png) no-repeat;
text-indent:-9999px;
cursor:pointer; z-index:9;
}

.nivo-prevNav  {left:0px;}
.nivo-nextNav  {right:0px;}

a.nivo-nextNav {background-position:-30px 0;right:7px;}
a.nivo-prevNav {left:7px;}

/******************************************/
/******* NIVO CONTROL NAVE 1,2,3... *******/
/******************************************/

.nivo-controlNav   {position:absolute; top:-25px; right:0px;}

.nivo-controlNav a {
display:block; width:12px; height:22px;
background:url(../images/bullets.png) no-repeat;
text-indent:-9999px; border:0;
margin-right:3px; float:left;
position:relative; z-index:9;
cursor:pointer;
}

.nivo-controlNav a.active {
font-weight:bold; background-position:0 -22px;
}

/******************************************/
/***************** CLEAR ******************/
/******************************************/

.clear {clear:both;}