/*=================================*/
/* 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 ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#eee;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#wrapper {
	width:100%;
	margin:10px auto;
}
#header {
	margin:0px auto;
	border-bottom:0px solid #999999;
}
#dev7link {
    background:url(demo/images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
	float:left;
    text-indent:-9999px;
}
h1.main-title {
	color:#000000;
	font-size:3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:left;
	margin-left:25px;
	padding-bottom:0;
	margin-bottom:5px;
	line-height:2;
}
.nivo-thumbnail-box {
	display:inline-block;
	float:none;
	padding: 5px;
	margin:0 10px 20px 0;
	vertical-align:top;
	width:200px;
}
#ie7 .nivo-thumbnail-box {
	display:inline;
	line-height:150%;
}
#ie6 .nivo-thumbnail-box {
	display:block;
	height:130px;
	float:left;
}
.nivo-thumbnail {
	float:none;
	text-align:center;
}
.nivo-thumbnail img {
	display:inline;
	border:none;
}
.nivo-thumbtitle {
	margin-top:15px;
	line-height:1.5;
	text-align:center;
}
.nivo-thumbtitle a {
	color:#666666;
	font-size:12px;
}
.nivo-thumbtitle a:hover {
	color:#333333;
}

#preview{
	position:absolute; 
	border:1px solid #000000; 
	background:#FFFFFF;
	padding:40px 20px;
	display:none;
	color:#000000;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}