/* Nivo-Slider */

.slider-wrapper { 
	margin: 20px auto;
	width:190px;
	height:285px;
	
	/*
	-moz-box-shadow:4px 4px 12px #000;
	-webkit-box-shadow:4px 4px 12px #000;
	box-shadow:4px 4px 12px #000;
	*/
}


.theme-default #slider {
	margin:100px auto 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	margin-top:150px;
}

.floatleft
{
	float:left;
}
.marginleft
{
	margin:0px 0 0 40px;
}

.nivoSlider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
	width:190px;
	height:285px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow:4px 4px 12px #000;
	-webkit-box-shadow:4px 4px 12px #000;
	box-shadow:4px 4px 12px #000;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:190px;
	height:285px;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.nivoSlider a {
	border:0;
	display:block;
}