/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
width: 960px;
margin: 50px auto;
}
/*----------------------------------------------------------------
	InstaSlider Styles
----------------------------------------------------------------*/

.myslider {
width: 600px;
height: 450px;
border: 1px solid gray;
margin: 0 auto
}
.instaslider-wrapper {
width: 600px;
height: 450px;
background: #e7e7e7;
overflow: hidden
}
.instaslider-wrapper ul {
width: 10000px;
list-style: none
}
.instaslider-wrapper ul li {
float: left
}
div.error {
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
color: #fff;
font-family: arial;
text-align: center
}
div.error p {
width: 300px;
line-height: 180%;
margin: 0 auto;
padding: 167px 0 0
}
.instaslider-wrapper ul li img {
width: 600px;
height: auto
}
.instaslider-nav {
position: relative;
top: -50%;
margin: -50px 0 0
}
.instaslider-nav .prev, .instaslider-nav .next {
border: 0;
width: 100px;
height: 100px;
cursor: pointer;
background: #072835;
text-indent: -9999px
}
.instaslider-nav .prev:hover {
background-position: -2px -100px
}
.instaslider-nav .next:hover {
background-position: -98px -100px
}
.instaslider-nav .prev {
float: left;
background: #072835 url(../img/arrow_sprite.png) 0 0
}
.instaslider-nav .next {
float: right;
background: #072835 url(../img/arrow_sprite.png) -100px 0
}
