#shuffle{

}


#shuffle .slide{
	position: relative;
	width: 521px;
	margin-top: 7px;
	margin-left: 7px;
	height: 348px;
}

.wrapimg{
    border: 1px solid #EAEAEA;
    height: 347px;
    border-radius: 10px;
    overflow: hidden;
}

#shuffle img{

}

.slide__title{
	display: block;
	width: 359px;
	height: 68px;
	background: url("../img/slide__title.png") 0px 0px no-repeat;
	position: absolute;
	bottom: 10px;
	right: -4px;
	text-decoration: none;
}

.slide__title p{
    font-size: 18px;
    padding-left: 50px;
    line-height: 20px;
}

.slide__title p:first-child{
    color: #FCB303;
    margin-top: 11px;
}

.slide__title p:first-child strong{
	font-family: 'helioscondbold';	
}

.slide__title p:first-child + p{
    color: #F8F8F8;
    font-family: 'helioscondbold';
    text-shadow: 1px 1px 1px #646464;
}

#shuffle-nav{
	position: absolute;
	z-index: 1000;
	bottom: 13px;
	left: 50%;
	margin-left: -20px;
}

#shuffle-nav a{
	text-indent: -2500px;
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 4px;
	background: url("../img/marc_slider.png") 0px 0px no-repeat;
}

#shuffle-nav a:hover,
#shuffle-nav a.activeSlide{
	background: url("../img/marc_slider.png") 0px 100% no-repeat;
}