div.livebox {
	min-height: 364px;
	background-color: #efefef;
	padding: 20px 
		20px
		0px
		20px;
}


div.livebox div.image {
	width: 840px;
}


div.livebox img {
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	-opera-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
}


div.livebox div.description h3 {
		font-size: 25px;
		line-height: 30px;
		color: #CD631E;
		margin-bottom: 10px;
}

div.livebox div.description h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	color: #CD631E;
}

div.livebox div.description p {
}

div.livebox div.description a {
	color: #CD631E;
}

/* slider (nivo slider) */

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position: relative;
	width: 940px;
	height: 264px;
	margin-bottom: 45px;
	background: url(../../images/loading.gif) no-repeat 50% 50%;
	/*	border: 1px solid #e2e2e2;*/
}

div.livebox #slider {
	width: 840px;
	margin-bottom: 20px;
}


#slider img {
	/*position: absolute;*/
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;

	/*
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
	border: 1px solid red;
	*/
}

.nivo-controlNav {
	display: block;
	position: absolute;
	right: 10px;
	bottom: -34px;
	margin-left: 0px;
	border: 0px solid red;
	zoom: 1; /* trigger hasLayout */	
}

/*#slider .nivo-controlNav img,
.nivo-controlNav img {
	display: block;  Unhide the thumbnails 
	position: relative;
}
*/
#slider .nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	display: block;
	width: 22px;
	height: 22px;
/*	background: url(../../images/bullets-green.png) no-repeat;*/
	background:#666;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
	zoom: 1; /* trigger hasLayout */	
}

#slider.start .nivo-controlNav a {
/*	background: url(../../images/bullets.png) no-repeat;*/
	background:#a00;
	margin:10px;
	padding:0px;
	width:10px;
	height:10px;
}

#slider .nivo-controlNav a.active {
	background-position: 0 -22px;
}
#slider .nivo-controlNav a:hover {
	background-position: 0 -22px;
}

#slider .nivo-directionNav a {
	position: absolute;
	z-index: 99;
	cursor: pointer;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(../../images/arrows.png) no-repeat;
	text-indent: -9999px;
}
#slider a.nivo-nextNav {
	position: absolute;
	background-position: -30px 0;
	right: 15px;
}
#slider a.nivo-prevNav {
	position: absolute;
	left: 15px;
}

.nivo-caption {
    text-shadow: none;
}
#slider .nivo-caption a { 
    color: #efe9d1;
    text-decoration: underline;
}

.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* If an image is wrapped in a link */
#slider .nivoSlider a.nivo-imageLink {
	/*position:absolute;*/
	top: 0px;
	left: 0px;
	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%;
}
