/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

@media (max-width:768px) {
.slider-wrapper { 
    margin: 0 auto;
    width: 100%;
	margin-bottom:0px;
	margin-top:50px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:13px;
	height:22px;
	background: url(../../quicktile-images/arrows-sml.html) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	
}
.theme-default a.nivo-nextNav {
	background-position:-12px 0;
	right:0px;
	margin-top:-9px;
}
.theme-default a.nivo-prevNav {
	left:0px;
	margin-top:-9px;
}
}
@media (min-width:769px) {
.slider-wrapper { 
    margin: 0 auto;
    width: 100%;
	margin-bottom:0px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:25px;
	height:46px;
	background: url(../../quicktile-images/arrows.html) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	
}
.theme-default a.nivo-nextNav {
	background-position:-25px 0;
	right:0px;
	margin-top:-12px;
}
.theme-default a.nivo-prevNav {
	left:0px;
	margin-top:-12px;
}
}
.slider1 {
	margin-bottom:100px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}