#slideshow{
float:left;
/*background:url(../img/slide_shadow.png) no-repeat center bottom;*/
width:600px;
height:450px;
margin-bottom:50px;
}
#slider {
	position:relative;
	background:#EDE9E9 url(../img/loader.gif) no-repeat 50% 50%;
	height:400px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:43%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	background:transparent url(../img/prev_img.png) no-repeat top;
	width:35px;
	height:35px;
	left:5px;
	font-size:0px
}
.nivo-nextNav {
	background:transparent url(../img/next_img.png) no-repeat top;
	width:35px;
	height:35px;
	right:5px;
	font-size:0px
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	background:transparent;
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav {
background:transparent;
bottom:-30px;
left:45%;
position:absolute;
}
.nivo-controlNav a {
background: transparent url(../img/bul_ac.png) no-repeat top;
border:0 none;
display:block;
float:left;
height:13px;
margin-right:3px;
text-indent:-9999px;
width:23px;
font-size:0px
}
.nivo-controlNav a.active {
        background-position:bottom;
	font-weight:bold;
}
.sl_top{
	position:absolute;
	background:url(../img/sl_top.png) no-repeat;
	width:600px;
	height:10px;
	z-index:999
}
.sl_footer{
	position:absolute;
	background:url(../img/sl_footer.png) no-repeat;
	width:600px;
	height:10px;
	margin-top:-10px;
	z-index:999

}