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


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 ===*/
/*===================*/

.theme-default #slider {
    margin:0;
    width:515px; /* Make sure your images are the same size */
    height:205px; /* Make sure your images are the same size */
}
.theme-default #slider2 {
    margin:0;
    width:230px; /* Make sure your images are the same size */
    height:205px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.theme-default .nivoSlider {

position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
margin-bottom:50px;
-webkit-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
-moz-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
box-shadow: 0px 0px 0px 0px #4a4a4a !important;

}
.nivo-controlNav, .nivo-prevNav, .nivo-nextNav {
    display: none;
}