/*===========================================*/
/*=== DMXzone Cold Nivo Slider Styles ===*/
/*===========================================*/

.dmxNivoSlider {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width:250px;
	height:175px;
	float: left;
	margin-left:40px;
	margin-top:2px;
}


.nivo-caption p h4 {
    margin: 3px; padding: 0;
    color: #FFF;
}

.nivo-caption p p {
    margin: 3px; padding: 0;
    color: #CCC;
}

.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 50;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    bottom: 0;
	font:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    z-index: 89;
}
.nivo-caption p {
    margin: px;
    padding: 0px 0px; padding-bottom:18px;
	
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 99;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
.slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.slider a {
    border: 0 none;
    display: block;
}
.nivo-controlNav {
    bottom: 0px;
    position: absolute;
    left: 2px;
}
.nivo-controlNav a {
    background: url("bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
	margin-right: 3px;
	text-indent: -9999px;
    width: 22px;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}
.nivo-directionNav {
    top: 130px;
}
.nivo-directionNav a {
    background: url("arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 43px;
    text-indent: -9999px;
    width: 43px;
}
a.nivo-nextNav {
    background-position: -43px 0;
    right: 15px;
}
a.nivo-prevNav {
    left: 15px;
}
a.nivo-nextNav:hover {
    background-position: -43px -43px;
}
a.nivo-prevNav:hover {
    background-position: 0 -43px;
}
.nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: none;
	padding-left:3px;
	padding-bottom:7px;
	margin-left:0px;
	color: #c50006;
}
.nivo-caption a {
    color: #EFE9D1;
    text-decoration: underline;
}.indent-right-60px {
	padding-right: 40px;
	display: block;
}
